The branch releng/13.2 has been updated by gordon:

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

commit d20ece445acfc5d29ca096b38e30e4c0cb0b0d95
Author:     Gordon Tetlow <gor...@freebsd.org>
AuthorDate: 2023-10-03 21:51:35 +0000
Commit:     Gordon Tetlow <gor...@freebsd.org>
CommitDate: 2023-10-03 21:51:35 +0000

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

diff --git a/UPDATING b/UPDATING
index ff18a91feaf9..a31fdd8cb027 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,20 @@ 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.
 
+20231003:
+       13.2-RELEASE-p4 FreeBSD-EN-23:12.freebsd-update
+                       FreeBSD-SA-23:12.msdosfs
+                       FreeBSD-SA-23:13.capsicum
+                       FreeBSD-SA-23:14.smccc
+
+       freebsd-update to 14.0 fails [EN-23:12.freebsd-update]
+
+       Fix msdosfs data disclosure [SA-23:12.msdosfs]
+
+       copy_file_range insufficient capability rights check [SA-23:13.capsicum]
+
+       arm64 boot CPUs may lack speculative execution protections 
[SA-23:14.smccc]
+
 20230906:
        13.2-RELEASE-p3 FreeBSD-EN-23:09.freebsd-update
                        FreeBSD-EN-23:10.pci
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 31ce004e1417..c5c5d09070b8 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.2"
-BRANCH="RELEASE-p3"
+BRANCH="RELEASE-p4"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi

Reply via email to