diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2023-12-19 20:18:52 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2023-12-19 20:18:52 +0000 |
commit | c78c31d2ef40c2345de7a73070d397c8be6e563a (patch) | |
tree | 235039d82ad2838e11739b93c2187a344e17e50e | |
parent | 69bd68ba30c0fe0c863ec55726aa273ee0fe6c30 (diff) | |
download | src-c78c31d2ef40c2345de7a73070d397c8be6e563a.tar.gz src-c78c31d2ef40c2345de7a73070d397c8be6e563a.zip |
Add an UPDATING entry and bump the branch version.
Approved by: so
-rw-r--r-- | UPDATING | 5 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |