From 2321f541c307590bb326f6785047275faf4c981b Mon Sep 17 00:00:00 2001 From: Philip Paeps Date: Wed, 25 Mar 2026 14:09:04 +0800 Subject: Add UPDATING entries and bump version Approved by: so --- UPDATING | 11 +++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 328fd425b883..20c41179af63 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,17 @@ 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. +20260325: + 14.3-RELEASE-p10 SA-26:06.tcp + SA-26:08.rpcsec_gss + SA-26:09.pf + + TCP: remotely exploitable DoS vector (mbuf leak). [SA-26:06.tcp] + + Remote code execution via RPCSEC_GSS packet validation. [SA-26:08.rpcsec_gss] + + pf silently ignores certain rules. [SA-26:09.pf] + 20250224: 14.3-RELEASE-p9 SA-26:04.jail SA-26:05.route diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 6f6d7ac69d2c..7c77782c1c00 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.3" -BRANCH="RELEASE-p9" +BRANCH="RELEASE-p10" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- cgit v1.3