Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2023 18:02:00 GMT
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 149768b65d61 - releng/12.4 - Add UPDATING entries and bump version.
Message-ID:  <202302161802.31GI20Be085279@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/12.4 has been updated by gordon:

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

commit 149768b65d619833331bcf0c2fb121b20643f2f1
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2023-02-16 17:56:20 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2023-02-16 18:00:16 +0000

    Add UPDATING entries and bump version.
    
    Approved by:    so
---
 UPDATING            | 8 ++++++++
 sys/conf/newvers.sh | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index d4ff1f64515b..307aca283230 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,14 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
 the tip of head, and then rebuild without this option. The bootstrap process
 from older version of current across the gcc/clang cutover is a bit fragile.
 
+20230216:
+	12.4-RELEASE-p2 FreeBSD-SA-23:02.openssh
+			FreeBSD-SA-23:03.openssl
+
+	OpenSSH pre-authentication double free [SA-23:02.openssh]
+
+	Fix multiple OpenSSL vulnerabilities [SA-23:03.openssl]
+
 20230208:
 	12.4-RELEASE-p1 FreeBSD-SA-23:01.geli
 			FreeBSD-EN-23:01.tzdata
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 9103088c96b8..36498714214a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.4"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302161802.31GI20Be085279>