git: 8023e729a521 - releng/13.0 - Add UPDATING entries and bump version

Mark Johnston markj at FreeBSD.org
Wed May 26 20:37:57 UTC 2021


The branch releng/13.0 has been updated by markj:

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

commit 8023e729a52192f89e539de760df194a70a91fda
Author:     Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-05-26 20:23:45 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-05-26 20:36:52 +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 0e6c4df32190..fe5eef74243c 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.
 
+20210526:
+	13.0-RELEASE-p1	FreeBSD-EN-21:12.divert
+			FreeBSD-EN-21:13.mpt
+			FreeBSD-EN-21:14.pms
+			FreeBSD-EN-21:15.virtio
+			FreeBSD-EN-21:16.bc
+			FreeBSD-SA-21:11.smap
+			FreeBSD-SA-21:12.libradius
+
+	Kernel double free when transmitting on a divert socket [FreeBSD-EN-21:12.divert]
+
+	mpt(4) I/O errors with a large maxphys value [FreeBSD-EN-21:13.mpt]
+
+	pms(4) data corruption [FreeBSD-EN-21:14.pms]
+
+	virtio(4) device probing fails [FreeBSD-EN-21:15.virtio]
+
+	dc update [FreeBSD-EN-21:16.bc]
+
+	SMAP bypass [FreeBSD-SA-21:11.smap]
+
+	Missing message validation in libradius(3) [FreeBSD-SA-21:12.libradius]
+
 20210413:
 	13.0-RELEASE.
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 306e11fda092..e763d92f274c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.0"
-BRANCH="RELEASE"
+BRANCH="RELEASE-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


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