aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2018-03-08 06:17:07 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2018-03-08 06:17:07 +0000
commit139e67194b734663843bad9ee59676d9d440e109 (patch)
tree933915c81171154b95602d5e799894f3db0b4754
parentaedcefc6b237e08aafd1d2935f1834afb6a466cd (diff)
downloadsrc-139e67194b734663843bad9ee59676d9d440e109.tar.gz
src-139e67194b734663843bad9ee59676d9d440e109.zip
Bump newvers and document the updated patch for SA-18:01.ipsec
Approved by: so Security: FreeBSD-SA-18:01.ipsec Security: CVE-2018-6916
Notes
Notes: svn path=/releng/10.3/; revision=330631
-rw-r--r--UPDATING4
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index bc6152842a1d..ee53982a5fd6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,10 @@ from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20180308 p28 FreeBSD-SA-18:01.ipsec [revised]
+
+ Fix ipsec validation and use-after-free.
+
20180307 p27 FreeBSD-SA-18:01.ipsec
FreeBSD-SA-18:02.ntp
FreeBSD-EN-18:01.tzdata
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 1a76473a39fd..be0f7991b05b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.3"
-BRANCH="RELEASE-p27"
+BRANCH="RELEASE-p28"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi