summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2025-08-07 17:23:24 -0700
committerGordon Tetlow <gordon@FreeBSD.org>2025-08-07 17:23:24 -0700
commit23bc592b8fe46bbfa37f41ecc66fd30033df1463 (patch)
treeeec95b109d8fc455e3dc02ce0538670fd9bd8d84
parent798b7b161a71282aff73d532ffe381b65dd04251 (diff)
Add UPDATING entries and bump version.release/13.5.0-p3
Approved by: so
-rw-r--r--UPDATING6
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 7 insertions, 1 deletions
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