diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-09-25 13:35:48 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-09-25 13:35:48 +0000 |
| commit | 163293897192071d1fd436d69d0b11e28be19858 (patch) | |
| tree | 5a4e14ead826cab93623813ed9faddaf8232f97a | |
| parent | 1f1a97c82540d1e2bef2d575be54e24619657e37 (diff) | |
Notes
| -rw-r--r-- | UPDATING | 3 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -18,6 +18,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: p34 FreeBSD-SA-03:14.arp + Updated fix for arplookup bug. + 20030923: p33 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 afb04f7eb0cd..857c9b4f17ac 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -36,7 +36,7 @@ TYPE="FreeBSD" REVISION="4.5" -BRANCH="RELEASE-p33" +BRANCH="RELEASE-p34" RELEASE="${REVISION}-${BRANCH}" VERSION="${TYPE} ${RELEASE}" |
