svn commit: r363924 - in releng: 11.3 11.3/sys/conf 11.4 11.4/sys/conf 12.1 12.1/sys/conf
Gordon Tetlow
gordon at FreeBSD.org
Wed Aug 5 17:14:39 UTC 2020
Author: gordon
Date: Wed Aug 5 17:14:37 2020
New Revision: 363924
URL: https://svnweb.freebsd.org/changeset/base/363924
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 Aug 5 17:14:01 2020 (r363923)
+++ releng/11.3/UPDATING Wed Aug 5 17:14:37 2020 (r363924)
@@ -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.
+20200805 p12 FreeBSD-SA-20:21.usb_net
+ FreeBSD-SA-20:22.unbound
+ FreeBSD-SA-20:23.ipv6
+
+ Fix memory corruption in USB network device drivers. [SA-20:21.usb_net]
+
+ Fix multiple vulnerabilities in sqlite3. [SA-20:22.sqlite]
+
+ Fix sendmsg(2) privilege escalation. [SA-20:23.sendmsg]
+
20200708 p11 FreeBSD-EN-20:14.linuxkpi
FreeBSD-EN-20:15.mps
FreeBSD-SA-20:19.unbound
Modified: releng/11.3/sys/conf/newvers.sh
==============================================================================
--- releng/11.3/sys/conf/newvers.sh Wed Aug 5 17:14:01 2020 (r363923)
+++ releng/11.3/sys/conf/newvers.sh Wed Aug 5 17:14:37 2020 (r363924)
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.3"
-BRANCH="RELEASE-p11"
+BRANCH="RELEASE-p12"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
Modified: releng/11.4/UPDATING
==============================================================================
--- releng/11.4/UPDATING Wed Aug 5 17:14:01 2020 (r363923)
+++ releng/11.4/UPDATING Wed Aug 5 17:14:37 2020 (r363924)
@@ -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.
+20200805 p2 FreeBSD-SA-20:21.usb_net
+ FreeBSD-SA-20:22.unbound
+ FreeBSD-SA-20:23.ipv6
+
+ Fix memory corruption in USB network device drivers. [SA-20:21.usb_net]
+
+ Fix multiple vulnerabilities in sqlite3. [SA-20:22.sqlite]
+
+ Fix sendmsg(2) privilege escalation. [SA-20:23.sendmsg]
+
20200708 p1 FreeBSD-EN-20:15.mps
FreeBSD-SA-20:18.posix_spawnp
FreeBSD-SA-20:19.unbound
Modified: releng/11.4/sys/conf/newvers.sh
==============================================================================
--- releng/11.4/sys/conf/newvers.sh Wed Aug 5 17:14:01 2020 (r363923)
+++ releng/11.4/sys/conf/newvers.sh Wed Aug 5 17:14:37 2020 (r363924)
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.4"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
Modified: releng/12.1/UPDATING
==============================================================================
--- releng/12.1/UPDATING Wed Aug 5 17:14:01 2020 (r363923)
+++ releng/12.1/UPDATING Wed Aug 5 17:14:37 2020 (r363924)
@@ -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.
+20200805 p8 FreeBSD-EN-20:16.vmx
+ FreeBSD-SA-20:21.usb_net
+ FreeBSD-SA-20:22.unbound
+ FreeBSD-SA-20:23.ipv6
+
+ Fix vmx driver packet loss and degraded performance. [EN-20:16.vmx]
+
+ Fix memory corruption in USB network device drivers. [SA-20:21.usb_net]
+
+ Fix multiple vulnerabilities in sqlite3. [SA-20:22.sqlite]
+
+ Fix sendmsg(2) privilege escalation. [SA-20:23.sendmsg]
+
20200708 p7 FreeBSD-EN-20:13.bhyve
FreeBSD-EN-20:14.linuxkpi
FreeBSD-EN-20:15.mps
Modified: releng/12.1/sys/conf/newvers.sh
==============================================================================
--- releng/12.1/sys/conf/newvers.sh Wed Aug 5 17:14:01 2020 (r363923)
+++ releng/12.1/sys/conf/newvers.sh Wed Aug 5 17:14:37 2020 (r363924)
@@ -46,7 +46,7 @@
TYPE="FreeBSD"
REVISION="12.1"
-BRANCH="RELEASE-p7"
+BRANCH="RELEASE-p8"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
More information about the svn-src-releng
mailing list