aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2023-12-19 20:16:52 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2023-12-19 20:19:24 +0000
commit4edf3b80733ecf34d05111a6cf0af9295ffbebe7 (patch)
tree573f7bdd3545f55402ede8318f00b9a9d51ad9ff
parentb9856d61e99d62e302e2e6a420257dcfea18b353 (diff)
downloadsrc-4edf3b80733ecf34d05111a6cf0af9295ffbebe7.tar.gz
src-4edf3b80733ecf34d05111a6cf0af9295ffbebe7.zip
Add an UPDATING entry and bump the branch version.
Approved by: so
-rw-r--r--UPDATING5
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 673957975366..30a245edf611 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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