aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 48ee282da9d6..a773a6f7de33 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.
+20230801:
+ 13.1-RELEASE-p9 FreeBSD-SA-23:06.ipv6
+ FreeBSD-SA-23:07.bhyve
+ FreeBSD-SA-23:08.ssh
+ FreeBSD-SA-23:09.pam_krb5
+
+ Remote denial of service in IPv6 fragment reassembly [SA-23:06.ipv6]
+
+ bhyve privileged guest escape via fwctl [SA-23:07.bhyve]
+
+ Potential remote code execution via ssh-agent forwarding [SA-23:08.ssh]
+
+ Network authentication attack via pam_krb5 [SA-23:09.pam_krb5]
+
20230621:
13.1-RELEASE-p8 FreeBSD-EN-23:05.tzdata
FreeBSD-EN-23:06.loader
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index bf8af719c539..405b06a19948 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.1"
-BRANCH="RELEASE-p8"
+BRANCH="RELEASE-p9"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi