aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-11-08 01:08:10 +0000
committerEd Maste <emaste@FreeBSD.org>2023-11-08 01:08:10 +0000
commit3a088f485f74e0d50dc67c735b2e79faa2300926 (patch)
tree103b3a6acd38b75b8977827d72b422d3b87eae04
parent67264bfe499223cd9864b53975462e3eb57cde2c (diff)
downloadsrc-3a088f485f74e0d50dc67c735b2e79faa2300926.tar.gz
src-3a088f485f74e0d50dc67c735b2e79faa2300926.zip
Add UPDATING entries and bump version.
Approved by: so
-rw-r--r--UPDATING14
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 15 insertions, 1 deletions
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