From 136975a91f3ae880e0fe7299dc88a1e5416e07ad Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Wed, 5 Aug 2020 17:14:37 +0000 Subject: [PATCH] Add UPDATING entries and bump version. Approved by: so --- UPDATING | 13 +++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 844c00adc0d..490e5851a0b 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. +20200805 p8 FreeBSD-EN-20:16.vmx + FreeBSD-SA-20:21.usb_net + FreeBSD-SA-20:22.unbound + FreeBSD-SA-20:23.ipv6 + + Fix vmx driver packet loss and degraded performance. [EN-20:16.vmx] + + Fix memory corruption in USB network device drivers. [SA-20:21.usb_net] + + Fix multiple vulnerabilities in sqlite3. [SA-20:22.sqlite] + + Fix sendmsg(2) privilege escalation. [SA-20:23.sendmsg] + 20200708 p7 FreeBSD-EN-20:13.bhyve FreeBSD-EN-20:14.linuxkpi FreeBSD-EN-20:15.mps diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 5159357a779..2447cb5436d 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.1" -BRANCH="RELEASE-p7" +BRANCH="RELEASE-p8" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0