aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2026-02-09 17:56:37 +0000
committerMark Johnston <markj@FreeBSD.org>2026-02-09 17:56:52 +0000
commit5cf7232732d5cb047e50233b1d668961ebbbf288 (patch)
tree14e01b91d8228fb8fbe803799ae624c33007f6c7
parente4781e4e6d88f73d6fe266eb520c240a343fafcf (diff)
-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 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