git: 16a79708d089 - releng/14.2 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Sep 2025 15:37:26 UTC
The branch releng/14.2 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=16a79708d089423ec0c3d32f25e7ca97ae58e97b
commit 16a79708d089423ec0c3d32f25e7ca97ae58e97b
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2025-09-30 15:36:37 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2025-09-30 15:36:37 +0000
Add UPDATING entries and bump version.
Approved by: so
---
UPDATING | 8 ++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
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