diff options
author | Ed Maste <emaste@FreeBSD.org> | 2022-04-05 23:24:47 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2022-04-05 23:37:17 +0000 |
commit | 38a360a502db32ad256e7ab1a377e8bf32323b4f (patch) | |
tree | 0c938fd48a23856cd85fe9b56012663ab1e2fae3 | |
parent | 9bd5d46c0298dd2efcf0e74fa102c079e683b9a7 (diff) |
Add UPDATING entries and bump version.
Approved by: so
-rw-r--r-- | UPDATING | 17 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -17,6 +17,23 @@ 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. +20220405: + 12.3-RELEASE-p5 FreeBSD-SA-22:04.netmap + FreeBSD-SA-22:05.bhyve + FreeBSD-SA-22:06.ioctl + FreeBSD-SA-22:07.wifi_meshid + FreeBSD-SA-22:08.zlib + + Potential jail escape vulnerabilities in netmap [SA-22:04.netmap] + + Bhyve e82545 device emulation out-of-bounds write [SA-22:05.bhyve] + + mpr/mps/mpt driver ioctl heap out-of-bounds write [SA-22:06.ioctl] + + 802.11 heap buffer overflow [SA-22:07.wifi_meshid] + + zlib compression out-of-bounds write [SA-22:08.zlib] + 20220322: 12.3-RELEASE-p4 FreeBSD-EN-22:14.tzdata diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 5ed6a5aae254..d621d0a7cf5c 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.3" -BRANCH="RELEASE-p4" +BRANCH="RELEASE-p5" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |