Date: Mon, 1 Jul 2024 08:53:10 GMT From: Philip Paeps <philip@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 5e23806790ef - releng/14.0 - Add UPDATING entries and bump the branch version. Message-ID: <202407010853.4618rAqw036527@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407010853.4618rAqw036527>