From 40cf30664e00a4bddaab55129890cfa11948bd02 Mon Sep 17 00:00:00 2001 From: gordon Date: Tue, 6 Aug 2019 17:14:09 +0000 Subject: [PATCH] Bump version information and add UPDATING entries. Approved by: so --- UPDATING | 18 ++++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 5d53d4f84c9..7f1e400ca39 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,24 @@ 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. +20190806 p13 FreeBSD-EN-19:15.libunwind + FreeBSD-SA-19:18.bzip2 + FreeBSD-SA-19:19.mldv2 + FreeBSD-SA-19:20.bsnmp + FreeBSD-SA-19:21.bhyve + + Fix incorrect exception handling. [EN-19:15.libunwind] + + Fix multiple vulnerabilities in bzip2. [SA-19:18.bzip2] + + Fix ICMPv6 / MLDv2 out-of-bounds memory access. [SA-19:19.mldv2] + + Fix insufficient message length validation in bsnmp library. + [SA-19:20.bsnmp] + + Fix insufficient validation of guest-supplied data (e1000 device). + [SA-19:21.bhyve] + 20190724 p12 FreeBSD-EN-19:13.mds FreeBSD-SA-19:12.telnet FreeBSD-SA-19:13.pts diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index c3556ce82f0..0871e2850c2 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.2" -BRANCH="RELEASE-p12" +BRANCH="RELEASE-p13" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0