git: 5e23806790ef - releng/14.0 - Add UPDATING entries and bump the branch version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jul 2024 08:53:10 UTC
The branch releng/14.0 has been updated by philip:
URL: https://cgit.FreeBSD.org/src/commit/?id=5e23806790ef4825ac09b458d3df941748599fbb
commit 5e23806790ef4825ac09b458d3df941748599fbb
Author: Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2024-07-01 08:52:53 +0000
Commit: Philip Paeps <philip@FreeBSD.org>
CommitDate: 2024-07-01 08:52:53 +0000
Add UPDATING entries 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 0a9ee0ff58f1..c786fe74c829 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.
+20240701:
+ 14.0-RELEASE-p8 SA-24:04.openssh
+
+ Fix pre-authentication remote code execution in sshd [SA-24:04.openssh]
+
20240619:
14.0-RELEASE-p7 EN-24:11.ldns
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 2d5f3bbca98c..d566b1b8f6c5 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.0"
-BRANCH="RELEASE-p7"
+BRANCH="RELEASE-p8"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi