git: 0781dd1545f6 - releng/14.2 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Aug 2025 00:39:20 UTC
The branch releng/14.2 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=0781dd1545f6ed8a12cad7c3b98cf7c36c5af36f
commit 0781dd1545f6ed8a12cad7c3b98cf7c36c5af36f
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2025-08-08 00:18:32 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2025-08-08 00:18:32 +0000
Add UPDATING entries and bump version.
Approved by: so
---
UPDATING | 10 ++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
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