summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2019-07-24 12:58:21 +0000
committergordon <gordon@FreeBSD.org>2019-07-24 12:58:21 +0000
commit52d986082942f508af53f46ba60b8000fde1e8b0 (patch)
tree8fc3acd4a529a73b9f27bc9a4b6a8caa55222e05
parentc1fcd74c987c51e233da57e48dfda0bbd87da794 (diff)
downloadFreeBSD-src-52d986082942f508af53f46ba60b8000fde1e8b0.zip
FreeBSD-src-52d986082942f508af53f46ba60b8000fde1e8b0.tar.gz
Bump version information and update UPDATING.
Approved by: so
-rw-r--r--UPDATING22
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 23 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 9a06291..5d53d4f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,28 @@ 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.
+20190724 p12 FreeBSD-EN-19:13.mds
+ FreeBSD-SA-19:12.telnet
+ FreeBSD-SA-19:13.pts
+ FreeBSD-SA-19:14.freebsd32
+ FreeBSD-SA-19:15.mqueuefs
+ FreeBSD-SA-19:16.bhyve
+ FreeBSD-SA-19:17.fd
+
+ Fix panic from Intel CPU vulnerability mitigation. [EN-19:13.mds]
+
+ Fix multiple telnet client vulnerabilities. [SA-19:12.telnet]
+
+ Fix pts write-after-free. [SA-19:13.pts]
+
+ Fix kernel memory disclosure in freebsd32_ioctl. [SA-19:14.freebsd32]
+
+ Fix reference count overflow in mqueuefs. [SA-19:15.mqueuefs]
+
+ Fix byhve out-of-bounds read in XHCI device. [SA-19:16.bhyve]
+
+ Fix file descriptor reference count leak. [SA-19:17.fd]
+
20190702 p11 FreeBSD-EN-19:12.tzdata
FreeBSD-SA-19:09.iconv
FreeBSD-SA-19:10.ufs
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 0f0d814..c3556ce 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.2"
-BRANCH="RELEASE-p11"
+BRANCH="RELEASE-p12"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud