summaryrefslogtreecommitdiff
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
commit1a2217699ead3aa329f580bfd3e4fb77d7a12f49 (patch)
tree7519b8c0ae2f19f576168c6ae840cebd9a6edd7c
parent3ffd75c6074656348f10c885d0265b988e617ee0 (diff)
downloadsrc-test2-1a2217699ead3aa329f580bfd3e4fb77d7a12f49.tar.gz
src-test2-1a2217699ead3aa329f580bfd3e4fb77d7a12f49.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 389e172aaf81..920af00dc0bc 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.
+20040519: p27 FreeBSD-SA-04:10.cvs
+ Correct a heap overflow in cvs's pserver protocol parser.
+
20040317: p26 FreeBSD-SA-04:04.tcp
Limit TCP segment reassembly queue size.
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index bee2ec75bb1a..fb715e4cda66 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -36,7 +36,7 @@
TYPE="FreeBSD"
REVISION="4.7"
-BRANCH="RELEASE-p26"
+BRANCH="RELEASE-p27"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"