diff options
author | Mark Johnston <markj@FreeBSD.org> | 2022-07-26 13:44:27 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2022-08-09 20:00:03 +0000 |
commit | 9f398ead89fa33447248201653f1c63c81296571 (patch) | |
tree | eb3982ead75e19e70a1cd01ab63ae4b1bfaf3c6e | |
parent | 70a2cf7bb2e0010805dde782ce7a1fe325d6f7e2 (diff) | |
download | src-9f398ead89fa33447248201653f1c63c81296571.tar.gz src-9f398ead89fa33447248201653f1c63c81296571.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
@@ -11,6 +11,26 @@ handbook: Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. +20220726: + 13.0-RELEASE-p12 FreeBSD-SA-22:09.elf + FreeBSD-SA-22:10.aio + FreeBSD-SA-22:11.vm + FreeBSD-SA-22:12.lib9p + FreeBSD-EN-22:17.cam + FreeBSD-EN-22:19.pam_exec + + Out of bounds read in elf_note_prpsinfo() [SA-22:09.elf] + + AIO credential reference count leak [SA-22:10.aio] + + Memory disclosure by stale virtual memory mapping [SA-22:11.vm] + + Missing bounds check in 9p message handling [SA-22:12.lib9p] + + Kernel memory corruption during SCSI error recovery [EN-22:17.cam] + + NULL pointer dereference in pam_exec(8) [EN-22:19.pam_exec] + 20220405: 13.0-RELEASE-p11 FreeBSD-EN-22:15.pf FreeBSD-SA-22:04.netmap diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 631191479d6a..a7efbf1ae889 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.0" -BRANCH="RELEASE-p11" +BRANCH="RELEASE-p12" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |