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

Mark Johnston markj at FreeBSD.org
Tue Jun 1 20:36:32 UTC 2021


The branch releng/13.0 has been updated by markj:

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

commit b74cdf1eceaecc9e3e533cd7f544e3eb297509c6
Author:     Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-06-01 20:28:18 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-06-01 20:28:18 +0000

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

diff --git a/UPDATING b/UPDATING
index fe5eef74243c..87e4818e3ae7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -11,6 +11,11 @@ handbook:
 Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before running portupgrade.
 
+20210601:
+	13.0-RELEASE-p2 FreeBSD-EN-21:17.libradius
+
+	Incorrect validation in rad_get_attr(3) [FreeBSD-EN-21:17.libradius]
+
 20210526:
 	13.0-RELEASE-p1	FreeBSD-EN-21:12.divert
 			FreeBSD-EN-21:13.mpt
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e763d92f274c..e09ee0afdaec 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.0"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


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