svn commit: r350287 - in releng: 11.2 11.2/sys/conf 11.3 11.3/sys/conf 12.0 12.0/sys/conf

Gordon Tetlow gordon at FreeBSD.org
Wed Jul 24 12:58:24 UTC 2019


Author: gordon
Date: Wed Jul 24 12:58:21 2019
New Revision: 350287
URL: https://svnweb.freebsd.org/changeset/base/350287

Log:
  Bump version information and update UPDATING.
  
  Approved by:	so

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 24 12:57:49 2019	(r350286)
+++ releng/11.2/UPDATING	Wed Jul 24 12:58:21 2019	(r350287)
@@ -16,6 +16,28 @@ 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.
 
+20190724	p12	FreeBSD-EN-19:13.mds
+			FreeBSD-SA-19:12.telnet
+			FreeBSD-SA-19:13.pts
+			FreeBSD-SA-19:14.freebsd32
+			FreeBSD-SA-19:15.mqueuefs
+			FreeBSD-SA-19:16.bhyve
+			FreeBSD-SA-19:17.fd
+
+	Fix panic from Intel CPU vulnerability mitigation. [EN-19:13.mds]
+
+	Fix multiple telnet client vulnerabilities. [SA-19:12.telnet]
+
+	Fix pts write-after-free. [SA-19:13.pts]
+
+	Fix kernel memory disclosure in freebsd32_ioctl. [SA-19:14.freebsd32]
+
+	Fix reference count overflow in mqueuefs. [SA-19:15.mqueuefs]
+
+	Fix byhve out-of-bounds read in XHCI device. [SA-19:16.bhyve]
+
+	Fix file descriptor reference count leak. [SA-19:17.fd]
+
 20190702	p11	FreeBSD-EN-19:12.tzdata
 			FreeBSD-SA-19:09.iconv
 			FreeBSD-SA-19:10.ufs

Modified: releng/11.2/sys/conf/newvers.sh
==============================================================================
--- releng/11.2/sys/conf/newvers.sh	Wed Jul 24 12:57:49 2019	(r350286)
+++ releng/11.2/sys/conf/newvers.sh	Wed Jul 24 12:58:21 2019	(r350287)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.2"
-BRANCH="RELEASE-p11"
+BRANCH="RELEASE-p12"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi

Modified: releng/11.3/UPDATING
==============================================================================
--- releng/11.3/UPDATING	Wed Jul 24 12:57:49 2019	(r350286)
+++ releng/11.3/UPDATING	Wed Jul 24 12:58:21 2019	(r350287)
@@ -16,10 +16,32 @@ 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.
 
+20190724	p1	FreeBSD-EN-19:13.mds
+			FreeBSD-SA-19:12.telnet
+			FreeBSD-SA-19:13.pts
+			FreeBSD-SA-19:14.freebsd32
+			FreeBSD-SA-19:15.mqueuefs
+			FreeBSD-SA-19:16.bhyve
+			FreeBSD-SA-19:17.fd
+
+	Fix panic from Intel CPU vulnerability mitigation. [EN-19:13.mds]
+
+	Fix multiple telnet client vulnerabilities. [SA-19:12.telnet]
+
+	Fix pts write-after-free. [SA-19:13.pts]
+
+	Fix kernel memory disclosure in freebsd32_ioctl. [SA-19:14.freebsd32]
+
+	Fix reference count overflow in mqueuefs. [SA-19:15.mqueuefs]
+
+	Fix byhve out-of-bounds read in XHCI device. [SA-19:16.bhyve]
+
+	Fix file descriptor reference count leak. [SA-19:17.fd]
+
 20190709:
 	11.3-RELEASE.
 
-20190702	p1	FreeBSD-EN-19:12.tzdata
+20190702		FreeBSD-EN-19:12.tzdata
 			FreeBSD-SA-19:09.iconv
 			FreeBSD-SA-19:11.cd_ioctl
 

Modified: releng/11.3/sys/conf/newvers.sh
==============================================================================
--- releng/11.3/sys/conf/newvers.sh	Wed Jul 24 12:57:49 2019	(r350286)
+++ releng/11.3/sys/conf/newvers.sh	Wed Jul 24 12:58:21 2019	(r350287)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.3"
-BRANCH="RELEASE"
+BRANCH="RELEASE-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi

Modified: releng/12.0/UPDATING
==============================================================================
--- releng/12.0/UPDATING	Wed Jul 24 12:57:49 2019	(r350286)
+++ releng/12.0/UPDATING	Wed Jul 24 12:58:21 2019	(r350287)
@@ -16,6 +16,25 @@ 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.
 
+20190724	p8	FreeBSD-EN-19:13.mds
+			FreeBSD-SA-19:12.telnet
+			FreeBSD-SA-19:13.pts
+			FreeBSD-SA-19:15.mqueuefs
+			FreeBSD-SA-19:16.bhyve
+			FreeBSD-SA-19:17.fd
+
+	Fix panic from Intel CPU vulnerability mitigation. [EN-19:13.mds]
+
+	Fix multiple telnet client vulnerabilities. [SA-19:12.telnet]
+
+	Fix pts write-after-free. [SA-19:13.pts]
+
+	Fix reference count overflow in mqueuefs. [SA-19:15.mqueuefs]
+
+	Fix byhve out-of-bounds read in XHCI device. [SA-19:16.bhyve]
+
+	Fix file descriptor reference count leak. [SA-19:17.fd]
+
 20190702	p7	FreeBSD-EN-19:12.tzdata
 			FreeBSD-SA-19:09.iconv
 			FreeBSD-SA-19:10.ufs

Modified: releng/12.0/sys/conf/newvers.sh
==============================================================================
--- releng/12.0/sys/conf/newvers.sh	Wed Jul 24 12:57:49 2019	(r350286)
+++ releng/12.0/sys/conf/newvers.sh	Wed Jul 24 12:58:21 2019	(r350287)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="RELEASE-p7"
+BRANCH="RELEASE-p8"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-releng mailing list