summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2019-08-20 17:52:28 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2019-08-20 17:52:28 +0000
commit27a7c120184f9d4193c0c8e4796913ee0413eb52 (patch)
treeb3a8a060ee8785c5c07e2696ad3ec89677495992
parentfeddf2c665c35addb1fe7a3f8a77ffee68fc7830 (diff)
downloadsrc-test2-27a7c120184f9d4193c0c8e4796913ee0413eb52.tar.gz
src-test2-27a7c120184f9d4193c0c8e4796913ee0413eb52.zip
Notes
-rw-r--r--UPDATING10
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 11 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 7f1e400ca39e..94e5befa79f9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,16 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
the tip of head, and then rebuild without this option. The bootstrap process
from older version of current across the gcc/clang cutover is a bit fragile.
+20190820 p14 FreeBSD-SA-19:22.mbuf
+ FreeBSD-SA-19:23.midi
+ FreeBSD-SA-19:24.mqueuefs
+
+ Fix IPv6 remote denial of service. [SA-19:22.mbuf]
+
+ Fix kernel memory disclosure from /dev/midistat. [SA-19:23.midi]
+
+ Fix reference count overflow in mqueuefs. [SA-19:24.mqueuefs]
+
20190806 p13 FreeBSD-EN-19:15.libunwind
FreeBSD-SA-19:18.bzip2
FreeBSD-SA-19:19.mldv2
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 0871e2850c2f..bdce88ca805c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.2"
-BRANCH="RELEASE-p13"
+BRANCH="RELEASE-p14"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi