git: 5cf7232732d5 - releng/15.0 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 17:56:12 UTC
The branch releng/15.0 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=5cf7232732d5cb047e50233b1d668961ebbbf288
commit 5cf7232732d5cb047e50233b1d668961ebbbf288
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-02-09 17:56:37 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-02-09 17:56:52 +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 5b75a734fd92..086c4b8e2892 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.
+20260210:
+ 15.0-RELEASE-p3 SA-26:03.blocklistd
+ EN-26:04.arm64
+
+ blocklistd(8) socket leak. [SA-26:03.blocklistd]
+
+ Kernel panic when dumping process core on arm64. [EN-26:04.arm64]
+
20260127:
15.0-RELEASE-p2 SA-26:01.openssl
EN-26:01.devinfo
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e5ff3ffbba09..3132de9d99cb 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.0"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi