git: d7fd130ebe52 - releng/13.0 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Apr 2022 03:04:20 UTC
The branch releng/13.0 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=d7fd130ebe52733bcdc3c17fd1e49e7842dbe3e3 commit d7fd130ebe52733bcdc3c17fd1e49e7842dbe3e3 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-04-05 23:30:36 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-04-05 23:33:47 +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 d23f307346a8..96f4876df622 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. +20220405: + 13.0-RELEASE-p11 FreeBSD-EN-22:15.pf + 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 + + pf(4) tables may fail to load [EN-22:15.pf] + + 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: 13.0-RELEASE-p10 FreeBSD-EN-22:14.tzdata diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 5e25c3b9bd4e..631191479d6a 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.0" -BRANCH="RELEASE-p10" +BRANCH="RELEASE-p11" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi