From fac137be86a2633c9a6e4ad1fd708bffc49cbd4d Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Mon, 26 Jan 2026 20:41:17 +0000 Subject: [PATCH] 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 88bacfe686b..300b4519af5 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. +20250127: + 14.3-RELEASE-p8 SA-26:01.openssl + SA-26:02.jail + EN-26:02.arm64 + EN-26:03.vm + + Fix multiple vulnerabilities in OpenSSL. [SA-26:01.openssl] + + Jail escape by a privileged user via nullfs. [SA-26:02.jail] + + arm64 SVE signal context misalignment. [EN-26:02.arm64] + + The page fault handler fails to zero memory. [EN-26:03.vm] + 20251216: 14.3-RELEASE-p7 SA-25:11.ipfw SA-25:12.rtsold diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index dd0c906a5aa..094db9aa02b 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.3" -BRANCH="RELEASE-p7" +BRANCH="RELEASE-p8" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi