diff options
author | Mark Johnston <markj@FreeBSD.org> | 2022-07-26 13:50:43 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2022-08-09 20:01:13 +0000 |
commit | 514a191356c160ed8feb123138b92f3725e0fefc (patch) | |
tree | 6ae41eb33d863cc56942ec3f925001a409ba31d8 | |
parent | 7dfe949791e764115dda17ec6b21fba2e0a86a2e (diff) | |
download | src-514a191356c160ed8feb123138b92f3725e0fefc.tar.gz src-514a191356c160ed8feb123138b92f3725e0fefc.zip |
Add UPDATING entries and bump version
Approved by: so
-rw-r--r-- | UPDATING | 20 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -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 |