aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2024-08-06 22:29:36 +0000
committerMark Johnston <markj@FreeBSD.org>2024-08-07 13:43:48 +0000
commitf5a50714b4c982c9e122abf5a9e12585addb9584 (patch)
tree540a1a2c9b5c1ddf50f0e9224231eac00e242610
parent769536bcb5c334ca551b4dc88cf7486bd960e192 (diff)
downloadsrc-f5a50714b4c982c9e122abf5a9e12585addb9584.tar.gz
src-f5a50714b4c982c9e122abf5a9e12585addb9584.zip
Add UPDATING entries and bump the branch version
Approved by: so
-rw-r--r--UPDATING14
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 15 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index cfeb99794e88..8ec49065a2e0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,20 @@ 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.
+20240806:
+ 13.3-RELEASE-p5 SA-24:05.pf
+ SA-24:06.ktrace
+ SA-24:07.nfsclient
+ SA-24:08.openssh
+
+ 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:
13.3-RELEASE-p4 SA-24:04.openssh
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index a98b62ded09e..a1f0f7b0d08e 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.3"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi