Date: Wed, 6 Apr 2022 03:04:53 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 38a360a502db - releng/12.3 - Add UPDATING entries and bump version. Message-ID: <202204060304.23634rsR035279@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/12.3 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=38a360a502db32ad256e7ab1a377e8bf32323b4f commit 38a360a502db32ad256e7ab1a377e8bf32323b4f Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-04-05 23:24:47 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-04-05 23:37:17 +0000 Add UPDATING entries and bump version. Approved by: so --- UPDATING | 17 +++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 71c7fa05a371..6519ae9b0b13 100644 --- a/UPDATING +++ b/UPDATING @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204060304.23634rsR035279>