From 38352ee6442d23c01b3b49b7de74996dbf371d56 Mon Sep 17 00:00:00 2001 From: gordon Date: Wed, 3 Jul 2019 00:04:50 +0000 Subject: [PATCH] Update UPDATING and bump newvers.sh Approved by: so Approved by: re (implicit) --- UPDATING | 13 +++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 6e3e0e584c6..9a06291def8 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,19 @@ 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. +20190702 p11 FreeBSD-EN-19:12.tzdata + FreeBSD-SA-19:09.iconv + FreeBSD-SA-19:10.ufs + FreeBSD-SA-19:11.cd_ioctl + + Import tzdata 2019b. [EN-19:12.tzdata] + + Fix iconv buffer overflow. [SA-19:09.iconv] + + Fix kernel stack disclosure in UFS/FFS. [SA-19:10.ufs] + + Fix privilege escalation in cd(4) driver. [SA-19:11.cd_ioctl] + 20190514 p10 FreeBSD-EN-19:08.tzdata FreeBSD-EN-19:09.xinstall FreeBSD-SA-19:03.wpa diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index f22259f69f1..0f0d814a0ae 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.2" -BRANCH="RELEASE-p10" +BRANCH="RELEASE-p11" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0