git: 24c55170cef4 - releng/14.3 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Feb 2026 16:01:36 UTC
The branch releng/14.3 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=24c55170cef490616ad4b9262a39e1c5c47b8d0f
commit 24c55170cef490616ad4b9262a39e1c5c47b8d0f
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-02-24 15:56:57 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-02-24 15:56:57 +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 300b4519af5b..328fd425b883 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.
+20250224:
+ 14.3-RELEASE-p9 SA-26:04.jail
+ SA-26:05.route
+
+ Jail chroot escape via fd exchange with a different jail. [SA-26:04.jail]
+
+ Local DoS and possible privilege escalation via routing sockets. [SA-26:05.route]
+
20250127:
14.3-RELEASE-p8 SA-26:01.openssl
SA-26:02.jail
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 094db9aa02bd..6f6d7ac69d2c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.3"
-BRANCH="RELEASE-p8"
+BRANCH="RELEASE-p9"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi