git: 5fb0f8e9e61d - releng/15.0 - Add UPDATING entries and bump patch version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Jan 2026 19:15:50 UTC
The branch releng/15.0 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=5fb0f8e9e61dc56bcca07e62056105474bb6a790
commit 5fb0f8e9e61dc56bcca07e62056105474bb6a790
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-01-26 20:42:23 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-01-26 20:42:23 +0000
Add UPDATING entries and bump patch version
Approved by: so
---
UPDATING | 14 ++++++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index b529467ca9cb..5b75a734fd92 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,20 @@ 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.
+20260127:
+ 15.0-RELEASE-p2 SA-26:01.openssl
+ EN-26:01.devinfo
+ EN-26:02.arm64
+ EN-26:03.vm
+
+ Fix multiple vulnerabilities in OpenSSL. [SA-26:01.openssl]
+
+ devinfo output formatting regression. [EN-26:01.devinfo]
+
+ arm64 SVE signal context misalignment. [EN-26:02.arm64]
+
+ The page fault handler fails to zero memory. [EN-26:03.vm]
+
20251216:
15.0-RELEASE-p1 SA-25:12.rtsold
EN-25:19.zfs
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index c86157eaf8e5..e5ff3ffbba09 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.0"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi