git: 2e63e671a93c - releng/14.3 - Add UPDATING entries and bump patch version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Jan 2026 19:16:23 UTC
The branch releng/14.3 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=2e63e671a93c5b95059be54bdc173fb79b351cee
commit 2e63e671a93c5b95059be54bdc173fb79b351cee
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-01-26 20:41:17 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-01-26 20:41:17 +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 88bacfe686b4..300b4519af5b 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 dd0c906a5aa5..094db9aa02bd 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