diff options
author | Mark Johnston <markj@FreeBSD.org> | 2023-12-05 18:32:16 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2023-12-05 18:32:16 +0000 |
commit | da6997b05390d57773aa1bd66993942438aa8258 (patch) | |
tree | f3cc786dbcdd980896f5d83136db6f616cd49e1e | |
parent | 1f8724dd18b0d57ccc74086040411bb1f0059be0 (diff) | |
download | src-da6997b05390d57773aa1bd66993942438aa8258.tar.gz src-da6997b05390d57773aa1bd66993942438aa8258.zip |
Add UPDATING entries and bump versionreleng/12.3
Approved by: so
-rw-r--r-- | UPDATING | 5 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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.3-RELEASE-p13 FreeBSD-SA-23:17.pf + + TCP spoofing vulnerability in pf(4) [SA-23:17.pf] + 20230216: 12.3-RELEASE-p12 FreeBSD-SA-23:03.openssl diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 6170c6c193ed..f4b1406ebd45 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.3" -BRANCH="RELEASE-p12" +BRANCH="RELEASE-p13" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |