diff options
author | Philip Paeps <philip@FreeBSD.org> | 2024-07-01 08:52:53 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2024-07-01 08:52:53 +0000 |
commit | 5e23806790ef4825ac09b458d3df941748599fbb (patch) | |
tree | 0ce2b223e1ec48600fa2be5abec4a06172bffa4b | |
parent | 70eb00f17b310f599b60939c1afa326c7b2c390c (diff) | |
download | src-5e23806790ef4825ac09b458d3df941748599fbb.tar.gz src-5e23806790ef4825ac09b458d3df941748599fbb.zip |
Add UPDATING entries 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. +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 |