diff options
author | Mark Johnston <markj@FreeBSD.org> | 2024-08-06 23:08:58 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2024-08-07 13:43:38 +0000 |
commit | 9020582c32ed0901385ef706fd96db0ad8f629b0 (patch) | |
tree | 58290540c1b5929ef32fe48b1c74c43708013131 | |
parent | c39fb98e47400b0808a49628d0c57489e8a5a8ee (diff) | |
download | src-9020582c32ed0901385ef706fd96db0ad8f629b0.tar.gz src-9020582c32ed0901385ef706fd96db0ad8f629b0.zip |
Add UPDATING entries and bump the branch version
Approved by: so
-rw-r--r-- | UPDATING | 17 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -12,6 +12,23 @@ 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. +20240807: + 14.0-RELEASE-p9 EN-24:14.ifconfig + SA-24:05.pf + SA-24:06.ktrace + SA-24:07.nfsclient + SA-24:08.openssh + + Incorrect ifconfig netmask assignment [EN-24:14.ifconfig] + + pf incorrectly matches different ICMPv6 states in the state table [SA-24:05.pf] + + ktrace(2) fails to detach when executing a setuid binary [SA-24:06.ktrace] + + NFS client accepts file names containing path separators [SA-24:07.nfsclient] + + OpenSSH pre-authentication async signal safety issue [SA-24:08.openssh] + 20240701: 14.0-RELEASE-p8 SA-24:04.openssh diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index d566b1b8f6c5..b13f7b741ea6 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="RELEASE-p8" +BRANCH="RELEASE-p9" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |