aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2001-12-21 19:47:50 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2001-12-21 19:47:50 +0000
commitb1008d49cf0cca67c23324e5a3f11cbbc44844e4 (patch)
tree81391d833b9fa1c1d14c5d4b6bf7d5a0dde7f1c5
parent5b5ef9ff478150b37dcbfec6e9eb0af735f01cf6 (diff)
downloadsrc-b1008d49cf0cca67c23324e5a3f11cbbc44844e4.tar.gz
src-b1008d49cf0cca67c23324e5a3f11cbbc44844e4.zip
Bump patchlevel for fix to pw(8).
Notes
Notes: svn path=/releng/4.4/; revision=88362
-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 da3e8a97278f..c73e7c2a8df4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -9,6 +9,10 @@ A reverse chronology since 4.0 was released is included, followed by
the common items quick how-tos, followed by entries for versions of
-current prior to 4.0 Release.
+20011221: p2
+ A bug was fixed wherein the pw(8) command created a short-lived
+ but world-readable copy of /etc/master.passwd.
+
20011202: p1
A security hole in OpenSSH involving `UseLogin yes' has been
patched.
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 9a3521ee69e4..30001506405a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -36,7 +36,7 @@
TYPE="FreeBSD"
REVISION="4.4"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"