summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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