git: 940681634ee1 - releng/13.0 - Add UPDATING entries and bump version.

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


The branch releng/13.0 has been updated by gordon:

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

commit 940681634ee17d12225ecd722c07fef1a0bde813
Author:     Gordon Tetlow <gordon at FreeBSD.org>
AuthorDate: 2021-08-24 18:23:29 +0000
Commit:     Gordon Tetlow <gordon at FreeBSD.org>
CommitDate: 2021-08-24 18:23:29 +0000

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

diff --git a/UPDATING b/UPDATING
index dcf580314337..804f8d7af263 100644
--- a/UPDATING
+++ b/UPDATING
@@ -11,6 +11,29 @@ handbook:
 Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before running portupgrade.
 
+20210824:
+	13.0-RELEASE-p4	FreeBSD-EN-21:23.virtio_blk
+			FreeBSD-EN-21:24.libcrypto
+			FreeBSD-EN-21:25.bhyve
+			FreeBSD-SA-21:13.bhyve
+			FreeBSD-SA-21:14.ggatec
+			FreeBSD-SA-21:15.libfetch
+			FreeBSD-SA-21:16.openssl
+
+	Fix virtio_blk(4) failing to attach on some hypervisors. [EN-21:23.virtio_blk]
+
+	Fix OpenSSL 1.1.1e API functions not being exported. [EN-21:24.libcrypto]
+
+	Fix NVMe iovec construction for large IOs. [EN-21:25.bhyve]
+
+	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 OpenSSL vulnerabilities. [SA-21:16.openssl]
+
 20210629:
 	13.0-RELEASE-p3	FreeBSD-EN-21:18.libc++
 			FreeBSD-EN-21:19.libcasper
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 5207dff32cb4..83b0c973bc13 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.0"
-BRANCH="RELEASE-p3"
+BRANCH="RELEASE-p4"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


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