aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-09-25 13:35:48 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-09-25 13:35:48 +0000
commitebec73dd7d686eb18146384074536221dbf71af3 (patch)
tree1daef6884985b297271c1ceef2e7df749427ee26
parent4c3a1df1caeb40d6befd9b2ccfc52f0af8a80044 (diff)
downloadsrc-ebec73dd7d686eb18146384074536221dbf71af3.tar.gz
src-ebec73dd7d686eb18146384074536221dbf71af3.zip
Bump patch level for updated arplookup fix.
Notes
Notes: svn path=/releng/4.3/; revision=120433
-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 738c46d83311..ca14fc335eec 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,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: p40 FreeBSD-SA-03:14.arp
+ Updated fix for arplookup bug.
+
20030923: p39 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 72ff4fabbe38..25b4f0a91851 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -36,7 +36,7 @@
TYPE="FreeBSD"
REVISION="4.3"
-BRANCH="RELEASE-p39"
+BRANCH="RELEASE-p40"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"