git: 69dcabf10d54 - releng/12.4 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Nov 2023 01:11:28 UTC
The branch releng/12.4 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=69dcabf10d54ae7e5b8e7d6fadd14705bc0aeead commit 69dcabf10d54ae7e5b8e7d6fadd14705bc0aeead Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-11-08 01:10:14 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-11-08 01:10:14 +0000 Add UPDATING entries and bump version. Approved by: so --- UPDATING | 11 +++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 100c281c3786..21d537fdb85d 100644 --- a/UPDATING +++ b/UPDATING @@ -17,6 +17,17 @@ 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. +20231108: + 12.4-RELEASE-p7 EN-23:13.freebsd-update + EN-23:14.regcomp + SA-23:15.stdio + + freebsd-update does not handle deep boot environments [EN-23:13.freebsd-update] + + Incorrect regular expression escape handling [EN-23:14.regcomp] + + libc stdio buffer overflow [SA-23:15.stdio] + 20231003: 12.4-RELEASE-p6 FreeBSD-EN-23:09.freebsd-update FreeBSD-EN-23:12.freebsd-update diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index fa6d3e9340b8..f255e0441e13 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.4" -BRANCH="RELEASE-p6" +BRANCH="RELEASE-p7" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi