Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2023 19:17:37 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 20fae1e16990 - releng/14.0 - Add an UPDATING entry and bump the branch version
Message-ID:  <202312121917.3BCJHb4Y087971@gitrepo.freebsd.org>

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

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

commit 20fae1e1699021d4f277819f7b32bf1178a1a991
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-12-12 19:15:09 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-12-12 19:15:09 +0000

    Add an UPDATING entry and bump the branch version
    
    Approved by:    so
---
 UPDATING            | 5 +++++
 sys/conf/newvers.sh | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 0af118a3f624..673957975366 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,11 @@ Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before updating system packages
 and/or ports.
 
+20231212:
+	14.0-RELEASE-p3 SA-23:18.nfsclient
+
+	NFS client data corruption and kernel memory disclosure [SA-23:18.nfsclient]
+
 20231205:
 	14.0-RELEASE-p2	SA-23:17.pf
 			EN-23:17.ossl
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index d78502b8c4a5..c1d998125dfe 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.0"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
 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?202312121917.3BCJHb4Y087971>