summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2019-07-03 00:04:50 +0000
committergordon <gordon@FreeBSD.org>2019-07-03 00:04:50 +0000
commit38352ee6442d23c01b3b49b7de74996dbf371d56 (patch)
tree7f1b4200bb738bf5fa32b00c7c49181a3ce9a21c
parent6b7493d0fd3414c4561ca74e0cc4562a34e5336c (diff)
downloadFreeBSD-src-38352ee6442d23c01b3b49b7de74996dbf371d56.zip
FreeBSD-src-38352ee6442d23c01b3b49b7de74996dbf371d56.tar.gz
Update UPDATING and bump newvers.sh
Approved by: so Approved by: re (implicit)
-rw-r--r--UPDATING13
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 14 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 6e3e0e5..9a06291 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,19 @@ 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.
+20190702 p11 FreeBSD-EN-19:12.tzdata
+ FreeBSD-SA-19:09.iconv
+ FreeBSD-SA-19:10.ufs
+ FreeBSD-SA-19:11.cd_ioctl
+
+ Import tzdata 2019b. [EN-19:12.tzdata]
+
+ Fix iconv buffer overflow. [SA-19:09.iconv]
+
+ Fix kernel stack disclosure in UFS/FFS. [SA-19:10.ufs]
+
+ Fix privilege escalation in cd(4) driver. [SA-19:11.cd_ioctl]
+
20190514 p10 FreeBSD-EN-19:08.tzdata
FreeBSD-EN-19:09.xinstall
FreeBSD-SA-19:03.wpa
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index f22259f..0f0d814 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.2"
-BRANCH="RELEASE-p10"
+BRANCH="RELEASE-p11"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud