diff options
author | Mark Johnston <markj@FreeBSD.org> | 2023-08-01 15:12:45 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2023-08-01 19:51:39 +0000 |
commit | 4341433a673fde3e1c1554b9daa15d4db71f6edb (patch) | |
tree | 8d486b200c736e9d911074192ca052e04ad3b956 | |
parent | da38eaca4a22bc8ab65df825c910adbf02536873 (diff) | |
download | src-4341433a673fde3e1c1554b9daa15d4db71f6edb.tar.gz src-4341433a673fde3e1c1554b9daa15d4db71f6edb.zip |
Add UPDATING entries and bump 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. +20230801: + 13.2-RELEASE-p2 FreeBSD-EN-23:08.vnet + FreeBSD-SA-23:06.ipv6 + FreeBSD-SA-23:07.bhyve + FreeBSD-SA-23:08.ssh + FreeBSD-SA-23:09.pam_krb5 + + VNET and DCPU modules panic on arm64 due to linker relaxation [EN-23:08.vnet] + + 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.2-RELEASE-p1 FreeBSD-EN-23:06.loader FreeBSD-EN-23:07.mpr diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index e2d05fc79aeb..85d2cb24a37c 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.2" -BRANCH="RELEASE-p1" +BRANCH="RELEASE-p2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |