From 2f7b699bc5cab84f539922ae2d85d1f40a51a8e7 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 | 15 +++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 4441a3a662d..1d37240414d 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,21 @@ 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 p2 FreeBSD-SA-19:18.bzip2 + FreeBSD-SA-19:19.mldv2 + FreeBSD-SA-19:20.bsnmp + FreeBSD-SA-19:21.bhyve + + 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 p1 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 413d292ec71..dca3ad825d4 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.3" -BRANCH="RELEASE-p1" +BRANCH="RELEASE-p2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0