Date: Tue, 29 Jun 2021 20:24:32 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7fe589000ce9 - releng/11.4 - Add UPDATING entries and bump version Message-ID: <202106292024.15TKOWKB007536@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/11.4 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=7fe589000ce991bff5919054fa1b1b7e4c38be68 commit 7fe589000ce991bff5919054fa1b1b7e4c38be68 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2021-06-29 17:19:33 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2021-06-29 20:01:28 +0000 Add UPDATING entries and bump version Approved by: so --- UPDATING | 7 +++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 8a9f819405fa..39436624b2d7 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,13 @@ 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. +20210629: p12 FreeBSD-EN-21:19.libcasper + FreeBSD-EN-21:22.linux_futex + + libcasper assertion failure [EN-21:19.libcasper] + + Linux compatibility layer futex(2) system call vulnerability [EN-21:22.linux_futex] + 20210601: p11 FreeBSD-EN-21:17.libradius Incorrect validation in rad_get_attr(3) [FreeBSD-EN-21:17.libradius] diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 360ee0de08ab..fd228bf9ad03 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.4" -BRANCH="RELEASE-p11" +BRANCH="RELEASE-p12" 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?202106292024.15TKOWKB007536>