From 17819331a12af784365680706b2c5a8b254f45a5 Mon Sep 17 00:00:00 2001 From: gordon Date: Wed, 5 Aug 2020 17:14:37 +0000 Subject: [PATCH] Add UPDATING entries and bump version. Approved by: so --- UPDATING | 10 ++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index b657ae7c974..eb4ca5e0644 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,16 @@ 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 p12 FreeBSD-SA-20:21.usb_net + FreeBSD-SA-20:22.unbound + FreeBSD-SA-20:23.ipv6 + + 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 p11 FreeBSD-EN-20:14.linuxkpi FreeBSD-EN-20:15.mps FreeBSD-SA-20:19.unbound diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 8a4cf1537fb..7179b754959 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.3" -BRANCH="RELEASE-p11" +BRANCH="RELEASE-p12" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0