summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2025-08-07 17:18:32 -0700
committerGordon Tetlow <gordon@FreeBSD.org>2025-08-07 17:18:32 -0700
commit0781dd1545f6ed8a12cad7c3b98cf7c36c5af36f (patch)
tree3fcd3638227efaa0879130d5513dce514fa8f4e3
parentc0979bd2734f792c33bd45932f2eefe792dc74c2 (diff)
Add UPDATING entries and bump version.release/14.2.0-p5
Approved by: so
-rw-r--r--UPDATING10
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 11 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index f48519c38c75..36f7e4a7b151 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,16 @@ 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:
+ 14.2-RELEASE-p5 EN-25:14.route
+ SA-25:07.libarchive
+
+ Fix route(8) monitor buffering too much when redirected to a
+ file. [EN-25:14.route]
+
+ Update libarchive to 3.8.1 to fix integer overflow leading to double
+ free. [SA-25:07.libarchive]
+
20250702:
14.2-RELEASE-p4 EN-25:09.libc
EN-25:10.zfs
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 5feaa7fab80b..773335879171 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.2"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi