From ad537d380b19dc2554e340c544967c9e51b05e2d Mon Sep 17 00:00:00 2001 From: gordon Date: Wed, 24 Jul 2019 12:58:21 +0000 Subject: [PATCH] Bump version information and update UPDATING. Approved by: so --- UPDATING | 19 +++++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 6af97bd01a5..e375b8401e5 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,25 @@ 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 p8 FreeBSD-EN-19:13.mds + FreeBSD-SA-19:12.telnet + FreeBSD-SA-19:13.pts + 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 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 p7 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 9e1bbcc76c6..da132b8a17f 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.0" -BRANCH="RELEASE-p7" +BRANCH="RELEASE-p8" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0