The branch releng/14.3 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=5982521fe3dd3f1627bbe29ee8c3b190a24e3963
commit 5982521fe3dd3f1627bbe29ee8c3b190a24e3963 Author: Gordon Tetlow <gor...@freebsd.org> AuthorDate: 2025-08-08 00:15:39 +0000 Commit: Gordon Tetlow <gor...@freebsd.org> CommitDate: 2025-08-08 00:15:39 +0000 Add UPDATING entries and bump version. Approved by: so --- UPDATING | 16 ++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 5a2bcdd07615..13a84a404535 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,22 @@ 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. +20250808: + 14.3-RELEASE-p2 EN-25:12.efi + EN-25:13.wlan_tkip + EN-25:14.route + SA-25:07.libarchive + + Fix bsdinstall(8) not copying the correct loader on systems with IA32 UEFI + firmware. [EN-25:12.efi] + + Fix net80211 TKIP crypto support failing for some drivers. [EN-25:13.wlan_tkip] + + Fix route(8) monitor buffering too much when redirected to a file. [EN-25:14.route] + + Update libarchive to 3.8.1 to fix integer overflow leading to double + free. [SA-25:07.libarchive] + 20250702: 14.3-RELEASE-p1 EN-25:10.zfs diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index b27ca22487d2..a8ec74cc1226 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.3" -BRANCH="RELEASE-p1" +BRANCH="RELEASE-p2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi