git: 3d3693dae230 - releng/12.3 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Aug 2022 19:58:56 UTC
The branch releng/12.3 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=3d3693dae230a7e7bd58249abdd53297e81f3acb commit 3d3693dae230a7e7bd58249abdd53297e81f3acb Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-07-26 13:56:48 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-08-09 19:58:27 +0000 Add UPDATING entries and bump version Approved by: so --- UPDATING | 14 ++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 6519ae9b0b13..0f99906cba9f 100644 --- a/UPDATING +++ b/UPDATING @@ -17,6 +17,20 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20220726: + 12.3-RELEASE-p6 FreeBSD-SA-22:09.elf + FreeBSD-SA-22:10.aio + FreeBSD-SA-22:11.vm + FReeBSD-EN-22:17.cam + + 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] + + Kernel memory corruption during SCSI error recovery [EN-22:17.cam] + 20220405: 12.3-RELEASE-p5 FreeBSD-SA-22:04.netmap FreeBSD-SA-22:05.bhyve diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index d621d0a7cf5c..c783524a38d2 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.3" -BRANCH="RELEASE-p5" +BRANCH="RELEASE-p6" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi