diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-04-20 13:47:33 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-04-21 15:45:06 +0000 |
| commit | 6dc9b78eb75ed23b1bebd277d3b847cf2837c606 (patch) | |
| tree | 5b2a45594e4dd7eb0899156ff500f10a9fe68061 | |
| parent | 5787df30dc3ee1d8389f2fcfef324d0f6e086779 (diff) | |
| -rw-r--r-- | UPDATING | 14 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -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. +20260421: + 14.4-RELEASE-p2 SA-26:10.tty + SA-26:11.amd64 + EN-26:05.vm + EN-26:06.timerfd + + Kernel use-after-free bug in the TIOCNOTTY handler. [SA-26:10.tty] + + Missing large page handling in pmap_pkru_update_range(). [SA-26:11.amd64] + + The page fault handler fails to zero memory. [EN-26:05.vm] + + Periodic timerfd(2) timers may produce incorrect results. [EN-26:06.timerfd] + 20260325: 14.4-RELEASE-p1 SA-26:06.tcp SA-26:08.rpcsec_gss diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 329e4ac3875f..98a10bc4526c 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.4" -BRANCH="RELEASE-p1" +BRANCH="RELEASE-p2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
