aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2020-01-28 18:58:37 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2020-01-28 18:58:37 +0000
commit12b769ed36a115da3b5013c92cdf294a3a5de98d (patch)
tree131600c5f6f0282cf6e2a71eda6ddd5cf7783f1b
parentaa28411abc088069ed8ba1265fdd61b71c16f7bb (diff)
downloadsrc-releng/12.0.tar.gz
src-releng/12.0.zip
Add UPDATING entries and bump version.releng/12.0
Approved by: so
Notes
Notes: svn path=/releng/12.0/; revision=357220
-rw-r--r--UPDATING16
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 17 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 6fea8d42985a..a032ba1da948 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,22 @@ 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.
+20200128 p13 FreeBSD-EN-20:01.ssp
+ FreeBSD-EN-20:02.nmount
+ FreeBSD-SA-20:01.libfetch
+ FreeBSD-SA-20:02.ipsec
+ FreeBSD-SA-20:03.thrmisc
+
+ Fix imprecise ordering of SSP canary initialization [EN-20:01.ssp]
+
+ Fix nmount invalid pointer dereference [EN-20:02.nmount]
+
+ Fix libfetch buffer overflow [SA-20:01.libfetch]
+
+ Fix missing IPsec anti-replay window check [SA-20:02.ipsec]
+
+ Fix kernel stack data disclosure [SA-20:03.thrmisc]
+
20191112 p12 FreeBSD-EN-19:19.loader
FreeBSD-SA-19:25.mcepsc
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 940793e62cb2..f402d31949b4 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -46,7 +46,7 @@
TYPE="FreeBSD"
REVISION="12.0"
-BRANCH="RELEASE-p12"
+BRANCH="RELEASE-p13"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi