git: 39b281c29965 - releng/13.1 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Aug 2023 20:04:39 UTC
The branch releng/13.1 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=39b281c2996526288c0f2ae94abe6b164bcd5954 commit 39b281c2996526288c0f2ae94abe6b164bcd5954 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-08-01 15:16:09 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-08-01 19:50:12 +0000 Add UPDATING entries and bump version Approved by: so --- UPDATING | 14 ++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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