aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2024-07-01 08:54:52 +0000
committerPhilip Paeps <philip@FreeBSD.org>2024-07-01 08:54:52 +0000
commitf0cf0b8266eef39b13917f7bed808daf6d6a2d3e (patch)
tree4f579f419f42fd29484ddfde394466ba401733e9
parent99ad94894edf0585bc8c5a2b2a6eb7162db29a34 (diff)
downloadsrc-releng/13.2.tar.gz
src-releng/13.2.zip
Add UPDATING entries and bump the branch version.releng/13.2
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 4f3424d33f8e..a8dfdbb4d87a 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.
+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