svn commit: r359145 - in releng: 11.3 11.3/sys/conf 12.1 12.1/sys/conf

Gordon Tetlow gordon at FreeBSD.org
Thu Mar 19 17:01:58 UTC 2020


Author: gordon
Date: Thu Mar 19 17:01:57 2020
New Revision: 359145
URL: https://svnweb.freebsd.org/changeset/base/359145

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

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

Modified: releng/11.3/UPDATING
==============================================================================
--- releng/11.3/UPDATING	Thu Mar 19 16:52:41 2020	(r359144)
+++ releng/11.3/UPDATING	Thu Mar 19 17:01:57 2020	(r359145)
@@ -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.
 
+20200319	p7	FreeBSD-EN-20:04.pfctl
+			FreeBSD-EN-20:06.ipv6
+			FreeBSD-SA-20:04.tcp
+			FreeBSD-SA-20:05.if_oce_ioctl
+			FreeBSD-SA-20:07.epair
+			FreeBSD-SA-20:08.jail
+			FreeBSD-SA-20:09.ntp
+
+        Fix missing pfctl(8) tunable [EN-20:04.pfctl]
+
+        Fix incorrect checksum calculations with IPv6 extension headers [EN-20:06.ipv6]
+
+	Fix TCP IPv6 SYN cache kernel information disclosure [SA-20:04.tcp]
+
+	Fix insufficient oce(4) ioctl(2) privilege checking [SA-20:05.if_oce_ioctl]
+
+	Fix incorrect user-controlled pointer use in epair [SA-20:07.epair]
+
+	Fix kernel memory disclosure with nested jails [SA-20:08.jail]
+
+	Fix multiple denial of service in ntpd [SA-20:09.ntp]
+
 20200128	p6	FreeBSD-EN-20:01.ssp
 			FreeBSD-EN-20:02.nmount
 			FreeBSD-SA-20:01.libfetch

Modified: releng/11.3/sys/conf/newvers.sh
==============================================================================
--- releng/11.3/sys/conf/newvers.sh	Thu Mar 19 16:52:41 2020	(r359144)
+++ releng/11.3/sys/conf/newvers.sh	Thu Mar 19 17:01:57 2020	(r359145)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.3"
-BRANCH="RELEASE-p6"
+BRANCH="RELEASE-p7"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi

Modified: releng/12.1/UPDATING
==============================================================================
--- releng/12.1/UPDATING	Thu Mar 19 16:52:41 2020	(r359144)
+++ releng/12.1/UPDATING	Thu Mar 19 17:01:57 2020	(r359145)
@@ -16,6 +16,34 @@ 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.
 
+20200319	p3	FreeBSD-EN-20:03.sshd
+			FreeBSD-EN-20:05.mlx5en
+			FreeBSD-EN-20:06.ipv6
+			FreeBSD-SA-20:04.tcp
+			FreeBSD-SA-20:05.if_oce_ioctl
+			FreeBSD-SA-20:06.if_ixl_ioctl
+			FreeBSD-SA-20:07.epair
+			FreeBSD-SA-20:08.jail
+			FreeBSD-SA-20:09.ntp
+
+        Fix misleading log messages upon successful sshd login [EN-20:03.sshd]
+
+        Fix packet forwarding performance in mlx5en(4) driver [EN-20:05.mlx5en]
+
+        Fix incorrect checksum calculations with IPv6 extension headers [EN-20:06.ipv6]
+
+	Fix TCP IPv6 SYN cache kernel information disclosure [SA-20:04.tcp]
+
+	Fix insufficient oce(4) ioctl(2) privilege checking [SA-20:05.if_oce_ioctl]
+
+	Fix insufficient ixl(4) ioctl(2) privilege checking [SA-20:06.if_ixl_ioctl]
+
+	Fix incorrect user-controlled pointer use in epair [SA-20:07.epair]
+
+	Fix kernel memory disclosure with nested jails [SA-20:08.jail]
+
+	Fix multiple denial of service in ntpd [SA-20:09.ntp]
+
 20200128	p2	FreeBSD-EN-20:01.ssp
 			FreeBSD-SA-20:01.libfetch
 			FreeBSD-SA-20:03.thrmisc

Modified: releng/12.1/sys/conf/newvers.sh
==============================================================================
--- releng/12.1/sys/conf/newvers.sh	Thu Mar 19 16:52:41 2020	(r359144)
+++ releng/12.1/sys/conf/newvers.sh	Thu Mar 19 17:01:57 2020	(r359145)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.1"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list