Add UPDATING entries and bump version

Approved by:	so
This commit is contained in:
Mark Johnston 2021-06-29 13:19:13 -04:00 committed by Franco Fichtner
parent a1df9b7afa
commit 1a560087a8
2 changed files with 8 additions and 1 deletions

View File

@ -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: p19 FreeBSD-EN-21:19.libcasper
FreeBSD-EN-21:22.linux_futex
libcasper assertion failures [EN-21:19.libcasper]
Linux compatibility layer futex(2) system call vulnerability [EN-21:22.linux_futex]
20210601: p18 FreeBSD-EN-21:17.libradius
Incorrect validation in rad_get_attr(3) [FreeBSD-EN-21:17.libradius]

View File

@ -46,7 +46,7 @@
TYPE="FreeBSD"
REVISION="12.1"
BRANCH="RELEASE-p18"
BRANCH="RELEASE-p19"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi