Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2023 17:37:46 GMT
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 927b6e752c24 - releng/12.4 - Add UPDATING entries and bump version.
Message-ID:  <202309061737.386HbkFP086869@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=927b6e752c243c9fc61a44fbfddee59dce1f099b

commit 927b6e752c243c9fc61a44fbfddee59dce1f099b
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2023-09-06 17:21:20 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2023-09-06 17:21:20 +0000

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

diff --git a/UPDATING b/UPDATING
index e12d21e253ca..ecde75536cbc 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,14 @@ 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.
 
+20230906:
+	12.4-RELEASE-p5 FreeBSD-SA-23:10.pf
+			FreeBSD-SA-23:11.wifi
+
+	pf incorrectly handles multiple IPv6 fragment headers [SA-23:10.pf]
+
+	Wi-Fi encryption bypass [SA-23:11.wifi]
+
 20230801:
 	12.4-RELEASE-p4 FreeBSD-SA-23:06.ipv6
 			FreeBSD-SA-23:08.ssh
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index cd51b45135d3..bb919a38da7d 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.4"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
 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?202309061737.386HbkFP086869>