diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-08-24 19:36:43 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-08-24 21:51:30 +0000 |
| commit | 88e7371d9dc26f85dfc1b008cbe59ebc7e4a33da (patch) | |
| tree | 44a504246b99eb946b84ea8abb456e03dad8393c | |
| parent | a372e73712cf84b82ca25b5b3a5a56e1baf30435 (diff) | |
Add UPDATING entries and bump versionrelease/15.1.0-p3releng/15.1
Approved by: so
| -rw-r--r-- | UPDATING | 29 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 30 insertions, 1 deletions
@@ -12,6 +12,35 @@ 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. +20260825: + 15.1-RELEASE-p3 EN-26:20.microcode + SA-26:56.hwpmc + SA-26:57.unix + SA-26:58.sound + SA-26:59.mac_do + SA-26:60.ppp + SA-26:61.openssl + SA-26:62.tty + SA-26:63.posixshm + + Intel CPU microcode not applied during early loading for some CPUs. [EN-26:20.microcode] + + hwpmc fails to detach PMCs during exec credential transitions. [SA-26:56.hwpmc] + + Use-after-free in unix SOCK_STREAM message handling. [SA-26:57.unix] + + Kernel use-after-free via the SNDCTL_DSP_SYNCSTART ioctl. [SA-26:58.sound] + + Unauthorized credential switching. [SA-26:59.mac_do] + + Multiple vulnerabilities in ppp. [SA-26:60.ppp] + + Multiple vulnerabilities in OpenSSL. [SA-26:61.openssl] + + Kernel use-after-free via tty ioctls. [SA-26:62.tty] + + TOCTOU in POSIX shared memory large page configuration. [SA-26:63.posixshm] + 20260729: 15.1-RELEASE-p2 EN-26:18.tzdata EN-26:19.tzdata diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 128806c23668..5a366075b5c8 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.1" -BRANCH="RELEASE-p2" +BRANCH="RELEASE-p3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
