The branch releng/13.2 has been updated by markj:

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

commit 4341433a673fde3e1c1554b9daa15d4db71f6edb
Author:     Mark Johnston <[email protected]>
AuthorDate: 2023-08-01 15:12:45 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2023-08-01 19:51:39 +0000

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

diff --git a/UPDATING b/UPDATING
index a19fcc6cf780..8cfa9ff88fd7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,23 @@ 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.
 
+20230801:
+       13.2-RELEASE-p2 FreeBSD-EN-23:08.vnet
+                       FreeBSD-SA-23:06.ipv6
+                       FreeBSD-SA-23:07.bhyve
+                       FreeBSD-SA-23:08.ssh
+                       FreeBSD-SA-23:09.pam_krb5
+
+       VNET and DCPU modules panic on arm64 due to linker relaxation 
[EN-23:08.vnet]
+
+       Remote denial of service in IPv6 fragment reassembly [SA-23:06.ipv6]
+
+       bhyve privileged guest escape via fwctl [SA-23:07.bhyve]
+
+       Potential remote code execution via ssh-agent forwarding [SA-23:08.ssh]
+
+       Network authentication attack via pam_krb5 [SA-23:09.pam_krb5]
+
 20230621:
        13.2-RELEASE-p1 FreeBSD-EN-23:06.loader
                        FreeBSD-EN-23:07.mpr
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e2d05fc79aeb..85d2cb24a37c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.2"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi

Reply via email to