Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2020 17:00:23 +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: r360978 - in releng: 11.3 11.3/sys/conf 11.4 11.4/sys/conf 12.1 12.1/sys/conf
Message-ID:  <202005121700.04CH0NKJ064278@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gordon
Date: Tue May 12 17:00:23 2020
New Revision: 360978
URL: https://svnweb.freebsd.org/changeset/base/360978

Log:
  Add UPDATING entries and bump version.
  
  Approved by:	so
  Approved by:	re (implicit)

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	Tue May 12 16:59:09 2020	(r360977)
+++ releng/11.3/UPDATING	Tue May 12 17:00:23 2020	(r360978)
@@ -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.
 
+20200512	p9	FreeBSD-EN-20:08.tzdata
+			FreeBSD-EN-20:10.build
+			FreeBSD-SA-20:12.libalias
+			FreeBSD-SA-20:13.libalias
+			FreeBSD-SA-20:14.sctp
+			FreeBSD-SA-20:15.cryptodev
+
+        Import tzdata 2020a. [EN-20:08.tzdata]
+
+        Fix incorrect build host Clang version detection [EN-20:10.build]
+
+	Fix insufficient packet length validation in libalias [SA-20:12.libalias]
+
+	Fix memory disclosure vulnerability in libalias [SA-20:13.libalias]
+
+	Fix improper checking in SCTP-AUTH shared key update [SA-20:14.sctp]
+
+	Fix use after free in cryptodev module [SA-20:15.cryptodev]
+
 20200421	p8	FreeBSD-EN-20:07.quotad
 			FreeBSD-SA-20:10.ipfw
 

Modified: releng/11.3/sys/conf/newvers.sh
==============================================================================
--- releng/11.3/sys/conf/newvers.sh	Tue May 12 16:59:09 2020	(r360977)
+++ releng/11.3/sys/conf/newvers.sh	Tue May 12 17:00:23 2020	(r360978)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.3"
-BRANCH="RELEASE-p8"
+BRANCH="RELEASE-p9"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi

Modified: releng/11.4/UPDATING
==============================================================================
--- releng/11.4/UPDATING	Tue May 12 16:59:09 2020	(r360977)
+++ releng/11.4/UPDATING	Tue May 12 17:00:23 2020	(r360978)
@@ -16,6 +16,13 @@ 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.
 
+20200512: 11.4-BETA1-p1	FreeBSD-SA-20:12.libalias
+			FreeBSD-SA-20:13.libalias
+
+	Fix insufficient packet length validation in libalias [SA-20:12.libalias]
+
+	Fix memory disclosure vulnerability in libalias [SA-20:13.libalias]
+
 20200507:
 	Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
 	been upgraded to 10.0.0.  Please see the 20141231 entry below for

Modified: releng/11.4/sys/conf/newvers.sh
==============================================================================
--- releng/11.4/sys/conf/newvers.sh	Tue May 12 16:59:09 2020	(r360977)
+++ releng/11.4/sys/conf/newvers.sh	Tue May 12 17:00:23 2020	(r360978)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.4"
-BRANCH="BETA1"
+BRANCH="BETA1-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi

Modified: releng/12.1/UPDATING
==============================================================================
--- releng/12.1/UPDATING	Tue May 12 16:59:09 2020	(r360977)
+++ releng/12.1/UPDATING	Tue May 12 17:00:23 2020	(r360978)
@@ -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.
 
+20200512	p5	FreeBSD-EN-20:08.tzdata
+			FreeBSD-EN-20:09.igb
+			FreeBSD-EN-20:10.build
+			FreeBSD-SA-20:12.libalias
+			FreeBSD-SA-20:13.libalias
+			FreeBSD-SA-20:15.cryptodev
+			FreeBSD-SA-20:16.cryptodev
+
+        Import tzdata 2020a. [EN-20:08.tzdata]
+
+        Fix igb interfaces failing to switch to inactive state [EN-20:09.igb]
+
+        Fix incorrect build host Clang version detection [EN-20:10.build]
+
+	Fix insufficient packet length validation in libalias [SA-20:12.libalias]
+
+	Fix memory disclosure vulnerability in libalias [SA-20:13.libalias]
+
+	Fix use after free in cryptodev module [SA-20:15.cryptodev]
+
+	Fix insufficient cryptodev MAC key length check [SA-20:16.cryptodev]
+
 20200421	p4	FreeBSD-EN-20:07.quotad
 			FreeBSD-SA-20:10.ipfw
 			FreeBSD-SA-20:11.openssl

Modified: releng/12.1/sys/conf/newvers.sh
==============================================================================
--- releng/12.1/sys/conf/newvers.sh	Tue May 12 16:59:09 2020	(r360977)
+++ releng/12.1/sys/conf/newvers.sh	Tue May 12 17:00:23 2020	(r360978)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.1"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
 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?202005121700.04CH0NKJ064278>