aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2001-12-03 13:15:49 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2001-12-03 13:15:49 +0000
commitb54dadc714af06254fad9019138b3d2a094c080e (patch)
tree3af3aed85140b1915dd5ac7a1efab05bb1ff7cd8
parentcea761ff73fd0ab524ddd62172080a7564e608ae (diff)
downloadsrc-b54dadc714af06254fad9019138b3d2a094c080e.tar.gz
src-b54dadc714af06254fad9019138b3d2a094c080e.zip
p21: fix for OpenSSH `UseLogin yes' environment issue.
Notes
Notes: svn path=/releng/4.3/; revision=87271
-rw-r--r--UPDATING4
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 3cefb9036c82..357a279b9f74 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,10 @@ minimal number of processes, if possible, for that patch. For those
updates that don't have an advisory, or to be safe, you can do a full
build and install as described in the COMMON ITEMS section.
+20011202 p21
+ A security hole in OpenSSH involving `UseLogin yes' has been
+ patched.
+
20010920 p20
Plug login.conf hole.
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 60128b7f28ae..ad0d9fcbd4a5 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -36,7 +36,7 @@
TYPE="FreeBSD"
REVISION="4.3"
-BRANCH="RELEASE-p20"
+BRANCH="RELEASE-p21"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"