The branch releng/13.2 has been updated by emaste:

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

commit 3a088f485f74e0d50dc67c735b2e79faa2300926
Author:     Ed Maste <[email protected]>
AuthorDate: 2023-11-08 01:08:10 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2023-11-08 01:08:10 +0000

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

diff --git a/UPDATING b/UPDATING
index a31fdd8cb027..180f20d04fd5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,20 @@ Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before updating system packages
 and/or ports.
 
+20231108:
+       13.2-RELEASE-p5 EN-23:13.freebsd-update
+                       EN-23:14.regcomp
+                       SA-23:15.stdio
+                       SA-23:16.cap_net
+
+       freebsd-update does not handle deep boot environments 
[EN-23:13.freebsd-update]
+
+       Incorrect regular expression escape handling [EN-23:14.regcomp]
+
+       libc stdio buffer overflow [SA-23:15.stdio]
+
+       Incorrect libcap_net limitation list manipulation [SA-23:16.cap_net]
+
 20231003:
        13.2-RELEASE-p4 FreeBSD-EN-23:12.freebsd-update
                        FreeBSD-SA-23:12.msdosfs
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index c5c5d09070b8..c2780964a97b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.2"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi

Reply via email to