aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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