From 8887fa2d092d479bbc1cdc4b5718bd1f9141372e 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 | 10 ++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 06b74c60e5d..b94b49b511a 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. +20190702 p1 FreeBSD-EN-19:12.tzdata + FreeBSD-SA-19:09.iconv + FreeBSD-SA-19:11.cd_ioctl + + Import tzdata 2019b. [EN-19:12.tzdata] + + Fix iconv buffer overflow. [SA-19:09.iconv] + + Fix privilege escalation in cd(4) driver. [SA-19:11.cd_ioctl] + 20190426: CARP now sets DSCP value CS7(Network Traffic) in the flowlabel field of packets by default instead of only setting TOS_LOWDELAY in IPv4, diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 8a8d8003762..5fc9e960e99 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.3" -BRANCH="RC3" +BRANCH="RC3-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0