diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-01-26 20:35:51 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-01-27 16:55:52 +0000 |
| commit | 0e9fc21ec0a80eaf2514e9e7edab0860cb923198 (patch) | |
| tree | f45387a48fc21e617289ae7b1a9c7e5feca092bf | |
| parent | 9afc16c4e8a2548cbaeb560011e844aac707a81f (diff) | |
| -rw-r--r-- | UPDATING | 11 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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. +20260127: + 13.5-RELEASE-p9 SA-26:01.openssl + SA-26:02.jail + EN-26:03.vm + + Fix multiple vulnerabilities in OpenSSL. [SA-26:01.openssl] + + Jail escape by a privileged user via nullfs. [SA-26:02.jail] + + The page fault handler fails to zero memory. [EN-26:03.vm] + 20251216: 13.5-RELEASE-p8 SA-25:11.ipfw SA-25:12.rtsold diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 4506e76990cb..52678a1e95aa 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="13.5" -BRANCH="RELEASE-p8" +BRANCH="RELEASE-p9" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
