summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-09-24 21:06:28 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-09-24 21:06:28 +0000
commit0663741aa673451b12a1cfbe2f303825a8b9f18b (patch)
tree716f0971c7fe21d62e069306c86f0dbf4a2036f9
parentd9499bad278d2c3f32d8924a97610cae503dc8bd (diff)
downloadsrc-test2-0663741aa673451b12a1cfbe2f303825a8b9f18b.tar.gz
src-test2-0663741aa673451b12a1cfbe2f303825a8b9f18b.zip
Notes
-rw-r--r--UPDATING3
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 28443da88649..cee323659d9b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,9 @@ 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.
+20030924: p19 FreeBSD-SA-03:15.openssh
+ Fix PAM-related bugs in OpenSSH's challenge/response code.
+
20030923: p18 FreeBSD-SA-03:14.arp
Fix a bug in arplookup(), whereby a hostile party on a locally
attached network could exhaust kernel memory, and cause a system
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index c01fa40ab8ef..6b554ba6b1ad 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -36,7 +36,7 @@
TYPE="FreeBSD"
REVISION="4.7"
-BRANCH="RELEASE-p18"
+BRANCH="RELEASE-p19"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"