From 4b5455acde8d47319875202d4d3b1b2dd6a2d8f0 Mon Sep 17 00:00:00 2001 From: gordon Date: Tue, 20 Aug 2019 17:52:28 +0000 Subject: [PATCH] Bump version information and add UPDATING entries. Approved by: so --- UPDATING | 10 ++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 7f1e400ca39..94e5befa79f 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. +20190820 p14 FreeBSD-SA-19:22.mbuf + FreeBSD-SA-19:23.midi + FreeBSD-SA-19:24.mqueuefs + + Fix IPv6 remote denial of service. [SA-19:22.mbuf] + + Fix kernel memory disclosure from /dev/midistat. [SA-19:23.midi] + + Fix reference count overflow in mqueuefs. [SA-19:24.mqueuefs] + 20190806 p13 FreeBSD-EN-19:15.libunwind FreeBSD-SA-19:18.bzip2 FreeBSD-SA-19:19.mldv2 diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 0871e2850c2..bdce88ca805 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.2" -BRANCH="RELEASE-p13" +BRANCH="RELEASE-p14" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0