diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2023-12-19 20:16:52 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2023-12-19 20:19:24 +0000 |
commit | 4edf3b80733ecf34d05111a6cf0af9295ffbebe7 (patch) | |
tree | 573f7bdd3545f55402ede8318f00b9a9d51ad9ff | |
parent | b9856d61e99d62e302e2e6a420257dcfea18b353 (diff) | |
download | src-4edf3b80733ecf34d05111a6cf0af9295ffbebe7.tar.gz src-4edf3b80733ecf34d05111a6cf0af9295ffbebe7.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. +20231219: + 14.0-RELEASE-p4 SA-23:19.openssh + + Prefix Truncation Attack in the SSH protocol [SA-23:19.openssh] + 20231212: 14.0-RELEASE-p3 SA-23:18.nfsclient diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index c1d998125dfe..4565e444ae39 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="RELEASE-p3" +BRANCH="RELEASE-p4" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |