From 145fad722bf818e7924a3af3d383ee21d357c737 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Wed, 2 Sep 2020 16:29:40 +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 490e5851a0b..119585956d2 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. +20200902 p9 FreeBSD-EN-20:17.linuxthread + FreeBSD-SA-20:25.sctp + FreeBSD-SA-20:26.dhclient + + Fix FreeBSD Linux ABI kernel panic. [EN-20:17.linuxthread] + + Fix SCTP socket use-after-free. [SA-20:25.sctp] + + Fix dhclient heap overflow. [SA-20:26.dhclient] + 20200805 p8 FreeBSD-EN-20:16.vmx FreeBSD-SA-20:21.usb_net FreeBSD-SA-20:22.unbound diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 2447cb5436d..1a5b8dbaad1 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.1" -BRANCH="RELEASE-p8" +BRANCH="RELEASE-p9" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0