Date: Wed, 3 Jul 2019 00:04:51 +0000 (UTC) From: Gordon Tetlow <gordon@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r349626 - in releng: 11.2 11.2/sys/conf 11.3 11.3/sys/conf 12.0 12.0/sys/conf Message-ID: <201907030004.x6304pi4051457@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gordon Date: Wed Jul 3 00:04:50 2019 New Revision: 349626 URL: https://svnweb.freebsd.org/changeset/base/349626 Log: Update UPDATING and bump newvers.sh Approved by: so Approved by: re (implicit) Modified: releng/11.2/UPDATING releng/11.2/sys/conf/newvers.sh releng/11.3/UPDATING releng/11.3/sys/conf/newvers.sh releng/12.0/UPDATING releng/12.0/sys/conf/newvers.sh Modified: releng/11.2/UPDATING ============================================================================== --- releng/11.2/UPDATING Wed Jul 3 00:03:55 2019 (r349625) +++ releng/11.2/UPDATING Wed Jul 3 00:04:50 2019 (r349626) @@ -16,6 +16,19 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 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 Modified: releng/11.2/sys/conf/newvers.sh ============================================================================== --- releng/11.2/sys/conf/newvers.sh Wed Jul 3 00:03:55 2019 (r349625) +++ releng/11.2/sys/conf/newvers.sh Wed Jul 3 00:04:50 2019 (r349626) @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.2" -BRANCH="RELEASE-p10" +BRANCH="RELEASE-p11" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi Modified: releng/11.3/UPDATING ============================================================================== --- releng/11.3/UPDATING Wed Jul 3 00:03:55 2019 (r349625) +++ releng/11.3/UPDATING Wed Jul 3 00:04:50 2019 (r349626) @@ -16,6 +16,16 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 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, Modified: releng/11.3/sys/conf/newvers.sh ============================================================================== --- releng/11.3/sys/conf/newvers.sh Wed Jul 3 00:03:55 2019 (r349625) +++ releng/11.3/sys/conf/newvers.sh Wed Jul 3 00:04:50 2019 (r349626) @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.3" -BRANCH="RC3" +BRANCH="RC3-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi Modified: releng/12.0/UPDATING ============================================================================== --- releng/12.0/UPDATING Wed Jul 3 00:03:55 2019 (r349625) +++ releng/12.0/UPDATING Wed Jul 3 00:04:50 2019 (r349626) @@ -16,6 +16,19 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 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 p7 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] + 20190619 p6 FreeBSD-EN-19:11.net FreeBSD-SA-19:08.rack Modified: releng/12.0/sys/conf/newvers.sh ============================================================================== --- releng/12.0/sys/conf/newvers.sh Wed Jul 3 00:03:55 2019 (r349625) +++ releng/12.0/sys/conf/newvers.sh Wed Jul 3 00:04:50 2019 (r349626) @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.0" -BRANCH="RELEASE-p6" +BRANCH="RELEASE-p7" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907030004.x6304pi4051457>