Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2020 20:26:19 +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: r363030 - in releng: 11.3 11.3/sys/conf 11.4 11.4/sys/conf 12.1 12.1/sys/conf
Message-ID:  <202007082026.068KQJVs036996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gordon
Date: Wed Jul  8 20:26:19 2020
New Revision: 363030
URL: https://svnweb.freebsd.org/changeset/base/363030

Log:
  Add UPDATING entries and bump version.
  
  Approved by:	so

Modified:
  releng/11.3/UPDATING
  releng/11.3/sys/conf/newvers.sh
  releng/11.4/UPDATING
  releng/11.4/sys/conf/newvers.sh
  releng/12.1/UPDATING
  releng/12.1/sys/conf/newvers.sh

Modified: releng/11.3/UPDATING
==============================================================================
--- releng/11.3/UPDATING	Wed Jul  8 20:25:06 2020	(r363029)
+++ releng/11.3/UPDATING	Wed Jul  8 20:26:19 2020	(r363030)
@@ -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.
 
+20200708	p11	FreeBSD-EN-20:14.linuxkpi
+			FreeBSD-EN-20:15.mps
+			FreeBSD-SA-20:19.unbound
+			FreeBSD-SA-20:20.ipv6
+
+        Fix kernel panic in LinuxKPI subsystem. [EN-20:14.linuxpki]
+
+        Fix kernel panic in mps(4) driver. [EN-20:15.mps]
+
+        Fix multiple vulnerabilities in unbound. [SA-20:19.unbound]
+
+        Fix IPv6 socket option race condition and use after free. [SA-20:20.ipv6]
+
 20200609	p10	FreeBSD-SA-20:17.usb
 
         Fix USB HID descriptor parsing error. [SA-20:17.usb]

Modified: releng/11.3/sys/conf/newvers.sh
==============================================================================
--- releng/11.3/sys/conf/newvers.sh	Wed Jul  8 20:25:06 2020	(r363029)
+++ releng/11.3/sys/conf/newvers.sh	Wed Jul  8 20:26:19 2020	(r363030)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.3"
-BRANCH="RELEASE-p10"
+BRANCH="RELEASE-p11"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi

Modified: releng/11.4/UPDATING
==============================================================================
--- releng/11.4/UPDATING	Wed Jul  8 20:25:06 2020	(r363029)
+++ releng/11.4/UPDATING	Wed Jul  8 20:26:19 2020	(r363030)
@@ -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.
 
+20200708	p1	FreeBSD-EN-20:15.mps
+			FreeBSD-SA-20:18.posix_spawnp
+			FreeBSD-SA-20:19.unbound
+			FreeBSD-SA-20:20.ipv6
+
+        Fix kernel panic in mps(4) driver. [EN-20:15.mps]
+
+        Fix posix_spawnp(3) buffer overflow. [SA-20:18.posix_spawnp]
+
+        Fix multiple vulnerabilities in unbound. [SA-20:19.unbound]
+
+        Fix IPv6 socket option race condition and use after free. [SA-20:20.ipv6]
+
 20200616:
 	11.4-RELEASE.
 

Modified: releng/11.4/sys/conf/newvers.sh
==============================================================================
--- releng/11.4/sys/conf/newvers.sh	Wed Jul  8 20:25:06 2020	(r363029)
+++ releng/11.4/sys/conf/newvers.sh	Wed Jul  8 20:26:19 2020	(r363030)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.4"
-BRANCH="RELEASE"
+BRANCH="RELEASE-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi

Modified: releng/12.1/UPDATING
==============================================================================
--- releng/12.1/UPDATING	Wed Jul  8 20:25:06 2020	(r363029)
+++ releng/12.1/UPDATING	Wed Jul  8 20:26:19 2020	(r363030)
@@ -16,6 +16,22 @@ 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.
 
+20200708	p7	FreeBSD-EN-20:13.bhyve
+			FreeBSD-EN-20:14.linuxkpi
+			FreeBSD-EN-20:15.mps
+			FreeBSD-SA-20:19.unbound
+			FreeBSD-SA-20:20.ipv6
+
+        Fix host crash in bhyve with PCI device passthrough. [EN-20:13.bhyve]
+
+        Fix kernel panic in LinuxKPI subsystem. [EN-20:14.linuxpki]
+
+        Fix kernel panic in mps(4) driver. [EN-20:15.mps]
+
+        Fix multiple vulnerabilities in unbound. [SA-20:19.unbound]
+
+        Fix IPv6 socket option race condition and use after free. [SA-20:20.ipv6]
+
 20200609	p6	FreeBSD-EN-20:11.ena
 			FreeBSD-EN-20:12.iflib
 			FreeBSD-SA-20:17.usb

Modified: releng/12.1/sys/conf/newvers.sh
==============================================================================
--- releng/12.1/sys/conf/newvers.sh	Wed Jul  8 20:25:06 2020	(r363029)
+++ releng/12.1/sys/conf/newvers.sh	Wed Jul  8 20:26:19 2020	(r363030)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.1"
-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?202007082026.068KQJVs036996>