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
commit6c34f2064ca283428d5fd35c49a9f4f36d66663a (patch)
treebdda61f8893a2659b846f67b6f06c071f19c51eb
parentbe8a6e2d5689528102c0fff99cf07da4f855a743 (diff)
downloadsrc-6c34f2064ca283428d5fd35c49a9f4f36d66663a.tar.gz
src-6c34f2064ca283428d5fd35c49a9f4f36d66663a.zip
Bump patchlevel for fix to pw(8).
Notes
Notes: svn path=/releng/4.3/; 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 357a279b9f74..0f7384b5a106 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.
+20011221 p22
+ A bug was fixed wherein the pw(8) command created a short-lived
+ but world-readable copy of /etc/master.passwd.
+
20011202 p21
A security hole in OpenSSH involving `UseLogin yes' has been
patched.
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index ad0d9fcbd4a5..35c4a8eb957c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -36,7 +36,7 @@
TYPE="FreeBSD"
REVISION="4.3"
-BRANCH="RELEASE-p21"
+BRANCH="RELEASE-p22"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"