git: 7f1c8b021bfe - releng/12.3 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Feb 2023 18:02:14 UTC
The branch releng/12.3 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=7f1c8b021bfe060e14e176ef7af3f2259ac6f78a
commit 7f1c8b021bfe060e14e176ef7af3f2259ac6f78a
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2023-02-16 17:55:44 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2023-02-16 18:01:02 +0000
Add UPDATING entries and bump 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 714de864fb9d..77598db595c6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,11 @@ 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.3-RELEASE-p12 FreeBSD-SA-23:03.openssl
+
+ Fix multiple OpenSSL vulnerabilities [SA-23:03.openssl]
+
20230208:
12.3-RELEASE-p11 FreeBSD-SA-23:01.geli
FreeBSD-EN-23:01.tzdata
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 03f7dfad4abf..6170c6c193ed 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.3"
-BRANCH="RELEASE-p11"
+BRANCH="RELEASE-p12"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi