summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2025-09-30 08:36:37 -0700
committerGordon Tetlow <gordon@FreeBSD.org>2025-09-30 08:36:37 -0700
commit16a79708d089423ec0c3d32f25e7ca97ae58e97b (patch)
treed17587c2d858f6d58030c42f1e0712dbd53d9572
parent6a0d914d9c3ebd8c150b7f90e79616d16efefee8 (diff)
Add UPDATING entries and bump version.release/14.2.0-p7releng/14.2
Approved by: so
-rw-r--r--UPDATING8
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 9 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 5bf203683480..ae6814d10461 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,14 @@ 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.
+20250930:
+ 14.2-RELEASE-p7 EN-25:18.freebsd-update
+ SA-25:08.openssl
+
+ Fix freebsd-update(8) installing libraries in incorrect order. [EN-25:18.freebsd-update]
+
+ Fix multiple vulnerabilities in OpenSSL. [SA-25:08.openssl]
+
20250916:
14.2-RELEASE-p6 EN-25:15.arm64
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 18bd593fa59f..abeca4e36593 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.2"
-BRANCH="RELEASE-p6"
+BRANCH="RELEASE-p7"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi