Add UPDATING entries and bump version

Approved by:	so
This commit is contained in:
Mark Johnston 2023-12-05 13:37:34 -05:00
parent f0327f9d86
commit b5ad6b488d
2 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,11 @@ 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.
20231205:
12.4-RELEASE-p9 FreeBSD-SA-23:17.pf
TCP spoofing vulnerability in pf(4) [SA-23:17.pf]
20231130:
12.4-RELEASE-p8 EN-23:16.openzfs

View File

@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.4"
BRANCH="RELEASE-p8"
BRANCH="RELEASE-p9"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi