Date: Tue, 30 Jun 2026 17:21:41 +0000 From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: f05aebcc1452 - releng/15.0 - Add UPDATING entries and bump version Message-ID: <6a43fb25.44f75.6e10e7aa@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch releng/15.0 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f05aebcc1452fe5effb2fe4b08709b74c03aa15b commit f05aebcc1452fe5effb2fe4b08709b74c03aa15b Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2026-06-26 21:44:58 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2026-06-30 02:32:58 +0000 Add UPDATING entries and bump version Approved by: so --- UPDATING | 45 +++++++++++++++++++++++++++++++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index fa9cc98d6227..87b955da9408 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,51 @@ 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. +20260630: + 15.0-RELEASE-p11 EN-26:16.arm64 + EN-26:17.rpcsec_tls + SA-26:37.vm + SA-26:38.jail + SA-26:39.execve + SA-26:40.zfs + SA-26:41.libalias + SA-26:42.unlinkat + SA-26:43.tcp + SA-26:44.posixshm + SA-26:45.audit + SA-26:46.ktls + SA-26:47.linux + SA-26:48.compat32 + SA-26:49.iconv + + Socket refcount underflow in the NFS server. [EN-26:17.rpcsec_tls] + + Use-after-free in device pager page list. [SA-26:37.vm] + + Jail reference count underflow. [SA-26:38.jail] + + Local privilege escalation via execve(2) TOCTOU race. [SA-26:39.execve] + + Multiple vulnerabilities in OpenZFS. [SA-26:40.zfs] + + Buffer overflow in libalias RTSP handler. [SA-26:41.libalias] + + unlinkat(2) ignores AT_RESOLVE_BENEATH flag. [SA-26:42.unlinkat] + + Use-after-free in TCP RACK stack option handler. [SA-26:43.tcp] + + Multiple vulnerabilities in POSIX largepage objects. [SA-26:44.posixshm] + + Incorrect audit records for ptrace(2) syscall requests. [SA-26:45.audit] + + Remote DOS via uninitialized memory access in KTLS receive. [SA-26:46.ktls] + + Kernel stack disclosure in Linux compatibility layer. [SA-26:47.linux] + + Kernel stack disclosure in 32-bit compatibility support. [SA-26:48.compat32] + + Multiple vulnerabilities in iconv(3). [SA-26:49.iconv] + 20260609: 15.0-RELEASE-p10 EN-26:14.syslogd EN-26:15.openssl diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index a68e1021ff1b..1a172a5a577d 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.0" -BRANCH="RELEASE-p10" +BRANCH="RELEASE-p11" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fihome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a43fb25.44f75.6e10e7aa>
