The branch releng/12.3 has been updated by markj:

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

commit c0b86c6e118c278f0f19558f799ee93173764710
Author:     Mark Johnston <ma...@freebsd.org>
AuthorDate: 2022-03-15 17:04:23 +0000
Commit:     Mark Johnston <ma...@freebsd.org>
CommitDate: 2022-03-15 18:16:01 +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 ce20a211379a..c226aea5a8f2 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.
 
+20220315:
+       12.3-RELEASE-p3 FreeBSD-EN-22:09.freebsd-update
+                       FreeBSD-SA-22:02.wifi
+                       FreeBSD-SA-22:03.openssl
+
+       freebsd-update creating erroneous boot environments 
[FreeBSD-EN-22:09.freebsd-update]
+
+       Multiple WiFi issues [FreeBSD-SA-22:02.wifi]
+
+       OpenSSL certificate parsing infinite loop [FreeBSD-SA-22:03.openssl]
+
 20220201:
        12.3-RELEASE-p2 FreeBSD-EN-22:08.i386
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 79037bb73d12..9fb42593f442 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.3"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi

Reply via email to