git: 4edf3b80733e - releng/14.0 - Add an UPDATING entry and bump the branch version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Dec 2023 20:19:49 UTC
The branch releng/14.0 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=4edf3b80733ecf34d05111a6cf0af9295ffbebe7
commit 4edf3b80733ecf34d05111a6cf0af9295ffbebe7
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2023-12-19 20:16:52 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2023-12-19 20:19:24 +0000
Add an UPDATING entry and bump the branch version.
Approved by: so
---
UPDATING | 5 +++++
sys/conf/newvers.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
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