From 3ada2d8dc35246e33d62ed1db48b6cfaa5be6a0d Mon Sep 17 00:00:00 2001 From: gordon Date: Wed, 2 Sep 2020 16:29:40 +0000 Subject: [PATCH] Add UPDATING entries and bump version. Approved by: so --- UPDATING | 16 ++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index eb4ca5e0644..c4ed02e05f1 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. +20200902 p13 FreeBSD-EN-20:17.linuxthread + FreeBSD-EN-20:18.getfsstat + FreeBSD-SA-20:24.ipv6 + FreeBSD-SA-20:25.sctp + FreeBSD-SA-20:26.dhclient + + Fix FreeBSD Linux ABI kernel panic. [EN-20:17.linuxthread] + + Fix getfsstat compatibility system call panic. [EN-20:18.getfsstat] + + Fix IPv6 Hop-by-Hop options use-after-free. [SA-20:24.ipv6] + + Fix SCTP socket use-after-free. [SA-20:25.sctp] + + Fix dhclient heap overflow. [SA-20:26.dhclient] + 20200805 p12 FreeBSD-SA-20:21.usb_net FreeBSD-SA-20:22.unbound FreeBSD-SA-20:23.ipv6 diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 7179b754959..54387cd43fb 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.3" -BRANCH="RELEASE-p12" +BRANCH="RELEASE-p13" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0