The branch releng/13.5 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=23bc592b8fe46bbfa37f41ecc66fd30033df1463
commit 23bc592b8fe46bbfa37f41ecc66fd30033df1463 Author: Gordon Tetlow <gor...@freebsd.org> AuthorDate: 2025-08-08 00:23:24 +0000 Commit: Gordon Tetlow <gor...@freebsd.org> CommitDate: 2025-08-08 00:23:24 +0000 Add UPDATING entries and bump version. Approved by: so --- UPDATING | 6 ++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index b3f3eb5ef41d..98ab66444454 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,12 @@ 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. +20250808: + 13.5-RELEASE-p3 SA-25:07.libarchive + + Update libarchive to 3.8.1 to fix integer overflow leading to double + free. [SA-25:07.libarchive] + 20250702: 13.5-RELEASE-p2 EN-25:09.libc EN-25:10.zfs diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 5259f59649ff..a58cc976112a 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="13.5" -BRANCH="RELEASE-p2" +BRANCH="RELEASE-p3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi