Date: Tue, 9 Aug 2022 20:00:31 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 9f398ead89fa - releng/13.0 - Add UPDATING entries and bump version. Message-ID: <202208092000.279K0Vvc031063@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/13.0 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=9f398ead89fa33447248201653f1c63c81296571 commit 9f398ead89fa33447248201653f1c63c81296571 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-07-26 13:44:27 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-08-09 20:00:03 +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 96f4876df622..a2aab2959e0b 100644 --- a/UPDATING +++ b/UPDATING @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208092000.279K0Vvc031063>