aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2023-12-19 20:18:52 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2023-12-19 20:18:52 +0000
commitc78c31d2ef40c2345de7a73070d397c8be6e563a (patch)
tree235039d82ad2838e11739b93c2187a344e17e50e
parent69bd68ba30c0fe0c863ec55726aa273ee0fe6c30 (diff)
downloadsrc-c78c31d2ef40c2345de7a73070d397c8be6e563a.tar.gz
src-c78c31d2ef40c2345de7a73070d397c8be6e563a.zip
Add an UPDATING entry and bump the branch version.
Approved by: so
-rw-r--r--UPDATING5
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 8ed94c3a241d..142afbf8e4fa 100644
--- a/UPDATING
+++ b/UPDATING
@@ -13,6 +13,11 @@ Items affecting the ports and packages system can be found in
and/or ports.
20231212:
+ 13.2-RELEASE-p9 SA-23:19.openssh
+
+ Prefix Truncation Attack in the SSH protocol [SA-23:19.openssh]
+
+20231212:
13.2-RELEASE-p8 SA-23:18.nfsclient
NFS client data corruption and kernel memory disclosure [SA-23:18.nfsclient]
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index fb24da9b4dac..35e325add855 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.2"
-BRANCH="RELEASE-p8"
+BRANCH="RELEASE-p9"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi