aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-05-19 06:40:56 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-05-19 06:40:56 +0000
commit7d4f2c23c093bbe91aac02558a81983b8b32f90b (patch)
tree8a62002f47695158b30139fb86ae2e877db0d5a9
parent5562172dfa76d3bde87ca766371ca804522da1f6 (diff)
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 fffef26cdbdc..6035cf797b80 100644
--- a/UPDATING
+++ b/UPDATING
@@ -13,6 +13,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.
+20040519: p17 FreeBSD-SA-04:10.cvs
+ Correct a heap overflow in cvs's pserver protocol parser.
+
20040317: p16 FreeBSD-SA-04:05.openssl
Correct a denial-of-service vulnerability in OpenSSL.
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index d1a3ea676ab1..f2204dc7b85a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -36,7 +36,7 @@
TYPE="FreeBSD"
REVISION="5.1"
-BRANCH="RELEASE-p16"
+BRANCH="RELEASE-p17"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"