git: c78c31d2ef40 - releng/13.2 - Add an UPDATING entry and bump the branch version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Dec 2023 20:19:58 UTC
The branch releng/13.2 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=c78c31d2ef40c2345de7a73070d397c8be6e563a commit c78c31d2ef40c2345de7a73070d397c8be6e563a Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2023-12-19 20:18:52 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2023-12-19 20:18:52 +0000 Add an UPDATING entry and bump the branch 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 8ed94c3a241d..142afbf8e4fa 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,11 @@ 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. +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 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