diff options
author | Philip Paeps <philip@FreeBSD.org> | 2024-07-01 08:54:52 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2024-07-01 08:54:52 +0000 |
commit | f0cf0b8266eef39b13917f7bed808daf6d6a2d3e (patch) | |
tree | 4f579f419f42fd29484ddfde394466ba401733e9 | |
parent | 99ad94894edf0585bc8c5a2b2a6eb7162db29a34 (diff) | |
download | src-f0cf0b8266eef39b13917f7bed808daf6d6a2d3e.tar.gz src-f0cf0b8266eef39b13917f7bed808daf6d6a2d3e.zip |
Add UPDATING entries and bump the branch version.releng/13.2
Approved by: so
-rw-r--r-- | UPDATING | 5 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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. +20240701: + 13.2-RELEASE-p12 SA-24:04.openssh + + Fix pre-authentication remote code execution in sshd [SA-24:04.openssh] + 20240327: 13.2-RELEASE-p11 SA-24:03.unbound EN-24:05.tty diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index b582ddf4343e..516e92c136fe 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.2" -BRANCH="RELEASE-p11" +BRANCH="RELEASE-p12" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |