Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2020 16:29:40 +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: r365258 - in releng: 11.3 11.3/sys/conf 11.4 11.4/sys/conf 12.1 12.1/sys/conf
Message-ID:  <202009021629.082GTf4Q037322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gordon
Date: Wed Sep  2 16:29:40 2020
New Revision: 365258
URL: https://svnweb.freebsd.org/changeset/base/365258

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 Sep  2 16:25:31 2020	(r365257)
+++ releng/11.3/UPDATING	Wed Sep  2 16:29:40 2020	(r365258)
@@ -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.
 
+20200902	p13	FreeBSD-EN-20:17.linuxthread
+			FreeBSD-EN-20:18.getfsstat
+			FreeBSD-SA-20:24.ipv6
+			FreeBSD-SA-20:25.sctp
+			FreeBSD-SA-20:26.dhclient
+
+        Fix FreeBSD Linux ABI kernel panic. [EN-20:17.linuxthread]
+
+        Fix getfsstat compatibility system call panic. [EN-20:18.getfsstat]
+
+        Fix IPv6 Hop-by-Hop options use-after-free. [SA-20:24.ipv6]
+
+        Fix SCTP socket use-after-free. [SA-20:25.sctp]
+
+        Fix dhclient heap overflow. [SA-20:26.dhclient]
+
 20200805	p12	FreeBSD-SA-20:21.usb_net
 			FreeBSD-SA-20:22.unbound
 			FreeBSD-SA-20:23.ipv6

Modified: releng/11.3/sys/conf/newvers.sh
==============================================================================
--- releng/11.3/sys/conf/newvers.sh	Wed Sep  2 16:25:31 2020	(r365257)
+++ releng/11.3/sys/conf/newvers.sh	Wed Sep  2 16:29:40 2020	(r365258)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.3"
-BRANCH="RELEASE-p12"
+BRANCH="RELEASE-p13"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi

Modified: releng/11.4/UPDATING
==============================================================================
--- releng/11.4/UPDATING	Wed Sep  2 16:25:31 2020	(r365257)
+++ releng/11.4/UPDATING	Wed Sep  2 16:29:40 2020	(r365258)
@@ -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.
 
+20200902	p3	FreeBSD-EN-20:17.linuxthread
+			FreeBSD-EN-20:18.getfsstat
+			FreeBSD-SA-20:25.sctp
+			FreeBSD-SA-20:26.dhclient
+
+        Fix FreeBSD Linux ABI kernel panic. [EN-20:17.linuxthread]
+
+        Fix getfsstat compatibility system call panic. [EN-20:18.getfsstat]
+
+        Fix SCTP socket use-after-free. [SA-20:25.sctp]
+
+        Fix dhclient heap overflow. [SA-20:26.dhclient]
+
 20200805	p2	FreeBSD-SA-20:21.usb_net
 			FreeBSD-SA-20:22.unbound
 			FreeBSD-SA-20:23.ipv6

Modified: releng/11.4/sys/conf/newvers.sh
==============================================================================
--- releng/11.4/sys/conf/newvers.sh	Wed Sep  2 16:25:31 2020	(r365257)
+++ releng/11.4/sys/conf/newvers.sh	Wed Sep  2 16:29:40 2020	(r365258)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.4"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi

Modified: releng/12.1/UPDATING
==============================================================================
--- releng/12.1/UPDATING	Wed Sep  2 16:25:31 2020	(r365257)
+++ releng/12.1/UPDATING	Wed Sep  2 16:29:40 2020	(r365258)
@@ -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.
 
+20200902	p9	FreeBSD-EN-20:17.linuxthread
+			FreeBSD-SA-20:25.sctp
+			FreeBSD-SA-20:26.dhclient
+
+        Fix FreeBSD Linux ABI kernel panic. [EN-20:17.linuxthread]
+
+        Fix SCTP socket use-after-free. [SA-20:25.sctp]
+
+        Fix dhclient heap overflow. [SA-20:26.dhclient]
+
 20200805	p8	FreeBSD-EN-20:16.vmx
 			FreeBSD-SA-20:21.usb_net
 			FreeBSD-SA-20:22.unbound

Modified: releng/12.1/sys/conf/newvers.sh
==============================================================================
--- releng/12.1/sys/conf/newvers.sh	Wed Sep  2 16:25:31 2020	(r365257)
+++ releng/12.1/sys/conf/newvers.sh	Wed Sep  2 16:29:40 2020	(r365258)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.1"
-BRANCH="RELEASE-p8"
+BRANCH="RELEASE-p9"
 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?202009021629.082GTf4Q037322>