diff options
| author | Gordon Tetlow <gordon@FreeBSD.org> | 2025-08-08 00:15:39 +0000 |
|---|---|---|
| committer | Gordon Tetlow <gordon@FreeBSD.org> | 2025-08-08 00:15:39 +0000 |
| commit | 5982521fe3dd3f1627bbe29ee8c3b190a24e3963 (patch) | |
| tree | f6abdca8697fecf58bfb00d9e5fd14c0187fcc77 | |
| parent | fb780a82dfbde953dae414f42b99157cade2517a (diff) | |
| -rw-r--r-- | UPDATING | 16 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -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 |
