The branch releng/13.1 has been updated by markj:

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

commit 514a191356c160ed8feb123138b92f3725e0fefc
Author:     Mark Johnston <[email protected]>
AuthorDate: 2022-07-26 13:50:43 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2022-08-09 20:01:13 +0000

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

diff --git a/UPDATING b/UPDATING
index cf87aedb8121..be4c56dcd64b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,26 @@ 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.
 
+20220726:
+       13.1-RELEASE-p1 FreeBSD-SA-22:09.elf
+                       FreeBSD-SA-22:11.vm
+                       FreeBSD-SA-22:12.lib9p
+                       FreeBSD-EN-22:16.kqueue
+                       FreeBSD-EN-22:17.cam
+                       FreeBSD-EN-22:19.pam_exec
+
+       Out of bounds read in elf_not_prpsinfo() [SA-22:09.elf]
+
+       Memory disclosure by stale virtual memory mapping [SA-22:11.vm]
+
+       Missing bounds check in 9p message handling [SA-22:12.lib9p]
+
+       kevent(2) timers fire too often [EN-22:16.kqueue]
+
+       Kernel memory corruption during SCSI error recovery [EN-22:17.cam]
+
+       NULL pointer dereference in pam_exec(8) [EN-22:19.pam_exec]
+
 20220516:
        13.1-RELEASE.
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index c594724d814f..40e1f328085b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.1"
-BRANCH="RELEASE"
+BRANCH="RELEASE-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi

Reply via email to