aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2024-07-01 08:53:52 +0000
committerPhilip Paeps <philip@FreeBSD.org>2024-07-01 08:53:52 +0000
commitdeb948cd8dc2efb341ce96e1b7a56c9fbc662ba1 (patch)
tree207a9107246e62a00318893b3c7a6c9d0f0d38c0
parente3e0912f29771deed47955c36d38a8eb88ae32e0 (diff)
downloadsrc-deb948cd8dc2efb341ce96e1b7a56c9fbc662ba1.tar.gz
src-deb948cd8dc2efb341ce96e1b7a56c9fbc662ba1.zip
Add UPDATING entries and bump the branch version.
Approved by: so
-rw-r--r--UPDATING5
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 1c9d8acbde6d..cfeb99794e88 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:
+ 13.3-RELEASE-p4 SA-24:04.openssh
+
+ Fix pre-authentication remote code execution in sshd [SA-24:04.openssh]
+
20240619:
13.3-RELEASE-p3 EN-24:11.ldns
EN-24:12.killpg
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 2e6012da6667..a98b62ded09e 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.3"
-BRANCH="RELEASE-p3"
+BRANCH="RELEASE-p4"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi