summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2002-10-23 14:10:32 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2002-10-23 14:10:32 +0000
commitfc0777fdfbd474c6355f79da025c2ca831e8beaf (patch)
treebbba5050163325e2df5393fd9abed4008193f7af
parent12823be7eaf16ef4cf0eeebaca45f3c379e9ab4a (diff)
downloadsrc-test2-fc0777fdfbd474c6355f79da025c2ca831e8beaf.tar.gz
src-test2-fc0777fdfbd474c6355f79da025c2ca831e8beaf.zip
Update UPDATING and bump patch level for tar(1) and kadmind fixes.
Notes
Notes: svn path=/releng/4.7/; revision=105795
-rw-r--r--UPDATING5
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 36f902ab69be..f02f50cd5636 100644
--- a/UPDATING
+++ b/UPDATING
@@ -8,6 +8,11 @@ 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.
+20021023: p1
+ Correct bug in the tar(1) contains_dot_dot function allowing
+ files to be extracted outside the intended directory tree.
+ Correct kadmind buffer overflow.
+
20021010:
FreeBSD 4.7-RELEASE.
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 26f1d9f6c550..384b6b4681e3 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -35,7 +35,7 @@
# $FreeBSD$
TYPE="FreeBSD"
-REVISION="4.7"
+REVISION="4.7-p1"
BRANCH="RELEASE"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"