git: 273977acb0aa - releng/13.0 - Add UPDATING entries and bump version

Mark Johnston markj at FreeBSD.org
Tue Apr 6 19:19:16 UTC 2021


The branch releng/13.0 has been updated by markj:

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

commit 273977acb0aa4b999b851c85d8ce44db0ade1b44
Author:     Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-04-06 19:03:53 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-04-06 19:19:09 +0000

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

diff --git a/UPDATING b/UPDATING
index 019b45d7c6e0..14efebc5d37b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -11,6 +11,13 @@ handbook:
 Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before running portupgrade.
 
+20210406: 13.0-RC5-p1	FreeBSD-SA-21:08.vm
+			FreeBSD-SA-21:10.jail_mount
+
+	Memory disclosure by stale virtual memory mapping [SA-21:08.vm]
+
+	Jail escape possible by mounting over jail root [SA-21:10.jail_mount]
+
 20210325: 13.0-RC3-p1	FreeBSD-SA-21:07.openssl
 
 	Fix multiple OpenSSL issues [SA-21:07.openssl]
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 1afb885e9c9d..0d6ec4b72680 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.0"
-BRANCH="RC5"
+BRANCH="RC5-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


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