diff options
author | Mark Johnston <markj@FreeBSD.org> | 2023-12-12 19:15:09 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2023-12-12 19:15:09 +0000 |
commit | 20fae1e1699021d4f277819f7b32bf1178a1a991 (patch) | |
tree | 40993a0ea30cc470f591a9c4780a8ec3bd5b2750 | |
parent | ab60666a00c9af196f2c1e3532dbedc1e8cf3687 (diff) | |
download | src-20fae1e1699021d4f277819f7b32bf1178a1a991.tar.gz src-20fae1e1699021d4f277819f7b32bf1178a1a991.zip |
Add an UPDATING entry and bump the branch version
Approved by: so
-rw-r--r-- | UPDATING | 5 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -12,6 +12,11 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20231212: + 14.0-RELEASE-p3 SA-23:18.nfsclient + + NFS client data corruption and kernel memory disclosure [SA-23:18.nfsclient] + 20231205: 14.0-RELEASE-p2 SA-23:17.pf EN-23:17.ossl diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index d78502b8c4a5..c1d998125dfe 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="RELEASE-p2" +BRANCH="RELEASE-p3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |