git: 595be1fc5798 - releng/12.4 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Aug 2023 20:06:27 UTC
The branch releng/12.4 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=595be1fc5798d15cc4f6783516138b2bdd9490b2 commit 595be1fc5798d15cc4f6783516138b2bdd9490b2 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-08-01 15:15:41 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-08-01 20:05:58 +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 819f3692b232..e12d21e253ca 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. +20230801: + 12.4-RELEASE-p4 FreeBSD-SA-23:06.ipv6 + FreeBSD-SA-23:08.ssh + FreeBSD-SA-23:09.pam_krb5 + + Remote denial of service in IPv6 fragment reassembly [SA-23:06.ipv6] + + Potential remote code execution via ssh-agent forwarding [SA-23:08.ssh] + + Network authentication attack via pam_krb5 [SA-23:09.pam_krb5] + 20230621: 12.4-RELEASE-p3 FreeBSD-EN-23:05.tzdata FreeBSD-EN-23:07.mpr diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 6216e480dc51..cd51b45135d3 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.4" -BRANCH="RELEASE-p3" +BRANCH="RELEASE-p4" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi