1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

Add UPDATING entries and bump version

Approved by:	so
This commit is contained in:
Mark Johnston 2023-08-01 11:16:09 -04:00
parent 4e548c7291
commit 39b281c299
2 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.1"
BRANCH="RELEASE-p8"
BRANCH="RELEASE-p9"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi