git: d106002967ef - releng/11.4 - Add UPDATING entries and bump version.

Gordon Tetlow gordon at FreeBSD.org
Tue Aug 24 18:29:56 UTC 2021


The branch releng/11.4 has been updated by gordon:

URL: https://cgit.FreeBSD.org/src/commit/?id=d106002967eff712894ab8b5337bbbff106ce5e0

commit d106002967eff712894ab8b5337bbbff106ce5e0
Author:     Gordon Tetlow <gordon at FreeBSD.org>
AuthorDate: 2021-08-24 18:16:00 +0000
Commit:     Gordon Tetlow <gordon at FreeBSD.org>
CommitDate: 2021-08-24 18:16:00 +0000

    Add UPDATING entries and bump version.
    
    Approved by:    so
---
 UPDATING            | 13 +++++++++++++
 sys/conf/newvers.sh |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 39436624b2d7..f1bd6252cd01 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,19 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
 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.
 
+20210824:	p13	FreeBSD-SA-21:13.bhyve
+			FreeBSD-SA-21:14.ggatec
+			FreeBSD-SA-21:15.libfetch
+			FreeBSD-SA-21:17.openssl
+
+	Fix missing error handling in bhyve(8) device models. [SA-21:13.bhyve]
+
+	Fix remote code execution in ggatec(8). [SA-21:14.ggatec]
+
+	Fix libfetch out of bounds read. [SA-21:15.libfetch]
+
+	Fix multiple vulnerabilities in OpenSSL. [SA-21:17.openssl]
+
 20210629:	p12	FreeBSD-EN-21:19.libcasper
 			FreeBSD-EN-21:22.linux_futex
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index fd228bf9ad03..21296d4fb0cd 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.4"
-BRANCH="RELEASE-p12"
+BRANCH="RELEASE-p13"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the dev-commits-src-branches mailing list