diff options
author | Mark Johnston <markj@FreeBSD.org> | 2022-07-26 13:56:48 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2022-08-09 19:58:27 +0000 |
commit | 3d3693dae230a7e7bd58249abdd53297e81f3acb (patch) | |
tree | 8962446adc93c35454caaab0b523be6542d801c1 | |
parent | 1120c36b075c9c0df22fc3d2e870ba8f85ceed2c (diff) | |
download | src-3d3693dae230a7e7bd58249abdd53297e81f3acb.tar.gz src-3d3693dae230a7e7bd58249abdd53297e81f3acb.zip |
Add UPDATING entries and bump version
Approved by: so
-rw-r--r-- | UPDATING | 14 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -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 |