Date: Wed, 16 Nov 2022 01:40:22 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: 4e0edfea80c9 - releng/12.3 - Add UPDATING entries and bump version Message-ID: <202211160140.2AG1eMm9006923@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/12.3 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=4e0edfea80c912e8c6369f2054337a84f13bba10 commit 4e0edfea80c912e8c6369f2054337a84f13bba10 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-11-16 00:22:22 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-11-16 01:36:44 +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 31c3bb030968..ed1ab935392c 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.3-RELEASE-p9 FreeBSD-SA-22:14.heimdal + + Multiple vulnerabilities in Heimdal [SA-22:14.heimdal] + 20221101: 12.3-RELEASE-p8 FreeBSD-EN-22:22.tzdata diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 8f855c4eb005..99ecc5d96a81 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.3" -BRANCH="RELEASE-p8" +BRANCH="RELEASE-p9" 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?202211160140.2AG1eMm9006923>