The branch releng/13.2 has been updated by philip:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=f0cf0b8266eef39b13917f7bed808daf6d6a2d3e

commit f0cf0b8266eef39b13917f7bed808daf6d6a2d3e
Author:     Philip Paeps <[email protected]>
AuthorDate: 2024-07-01 08:54:52 +0000
Commit:     Philip Paeps <[email protected]>
CommitDate: 2024-07-01 08:54:52 +0000

    Add UPDATING entries 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 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

Reply via email to