aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2024-08-06 22:39:32 +0000
committerMark Johnston <markj@FreeBSD.org>2024-08-07 13:43:30 +0000
commit1a207e5cdf997bd5a04e020d26039844a0c1294f (patch)
tree6cd9ee2cc6ba14886e55c98b0b214f4913cfa904
parent22d04990cee5af5455490391ec386e8af3d368e5 (diff)
downloadsrc-1a207e5cdf997bd5a04e020d26039844a0c1294f.tar.gz
src-1a207e5cdf997bd5a04e020d26039844a0c1294f.zip
Add UPDATING entries and bump the branch version
Approved by: so
-rw-r--r--UPDATING17
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 18 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 34b099e2fe73..abdee5182989 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.1-RELEASE-p3 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.1-RELEASE-p2 SA-24:04.openssh
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index ba482a7931d2..ce03fb4fb9fa 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.1"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi