The branch releng/12.4 has been updated by gordon:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=52442e904dfc2bd3fd8b567db447ebe537b61c86

commit 52442e904dfc2bd3fd8b567db447ebe537b61c86
Author:     Gordon Tetlow <[email protected]>
AuthorDate: 2023-02-08 16:56:49 +0000
Commit:     Gordon Tetlow <[email protected]>
CommitDate: 2023-02-08 18:16:29 +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 49888b0fde9c..d4ff1f64515b 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.
 
+20230208:
+       12.4-RELEASE-p1 FreeBSD-SA-23:01.geli
+                       FreeBSD-EN-23:01.tzdata
+                       FreeBSD-EN-23:04.ixgbe
+
+       Fix GELI silently omits the keyfile if read from stdin [SA-23:01.geli]
+
+       Timezone database information update [EN-23:01.tzdata]
+
+       Fix ixgbe incorrectly reporting input errors for 82599ES 
[EN-23:04.ixgbe]
+
 20221205:
        12.4-RELEASE.
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 5c58afc6eac4..9103088c96b8 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.4"
-BRANCH="RELEASE"
+BRANCH="RELEASE-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi

Reply via email to