Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2022 01:47:58 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 84c657e5e14b - releng/12.4 - Add UPDATING entries and bump version
Message-ID:  <202211160147.2AG1lwHC012937@gitrepo.freebsd.org>

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

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

commit 84c657e5e14b1b9a256cfc6bad4cf6f5816d1490
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-11-16 00:52:12 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-11-16 01:46:31 +0000

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

diff --git a/UPDATING b/UPDATING
index 2efc5bb5658a..ae2ebbfaaedf 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.
 
+20221116:
+	12.4-RC2-p1 FreeBSD-SA-22:14.heimdal
+
+	Multiple vulnerabilities in Heimdal [SA-22:14.heimdal]
+
 20221020:
 	releng/12.4 branched from stable/12.
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 9b9d0549adcb..b91bf65d07af 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.4"
-BRANCH="RC2"
+BRANCH="RC2-p1"
 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?202211160147.2AG1lwHC012937>