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
commit43af868368b6dd16ac8a745afb058b97634f1e1e (patch)
treee88ba233fb585cbabf31ae289293722ed44926aa
parent6075b2bf9d41f193c5d0f8987c5d5bc4686c519a (diff)
downloadsrc-43af868368b6dd16ac8a745afb058b97634f1e1e.tar.gz
src-43af868368b6dd16ac8a745afb058b97634f1e1e.zip
Bump patch level for updated arplookup fix.
Notes
Notes: svn path=/releng/4.4/; 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 047fe05ffc6a..e099443238e3 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: p44 FreeBSD-SA-03:14.arp
+ Updated fix for arplookup bug.
+
20030923: p43 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 3db82bbc60dd..2ff42b91718c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -36,7 +36,7 @@
TYPE="FreeBSD"
REVISION="4.4"
-BRANCH="RELEASE-p43"
+BRANCH="RELEASE-p44"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"