Date: Tue, 09 Jun 2026 19:20:17 +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: 328e16f66204 - releng/15.1 - Add UPDATING entries and bump version Message-ID: <6a286771.3fc36.15c0cabb@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch releng/15.1 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=328e16f6620420dd130da41b806e1419f5c2c679 commit 328e16f6620420dd130da41b806e1419f5c2c679 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2026-06-07 18:11:49 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2026-06-09 03:00:35 +0000 Add UPDATING entries and bump version Approved by: re (cperciva) Approved by: so --- UPDATING | 41 +++++++++++++++++++++++++++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 137d2aa78e6c..71c3944fafa7 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,47 @@ 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. +20260609: + 15.1-RC3-p1 EN-26:15.openssl + SA-26:25.thr + SA-26:26.ktls + SA-26:27.sound + SA-26:28.capsicum + SA-26:29.ip6_multicast + SA-26:30.linux + SA-26:31.arm64 + SA-26:32.elf + SA-26:33.unbound + SA-26:34.vt + SA-26:35.openssl + SA-26:36.ldns + + Update OpenSSL to 3.0.20 and 3.5.6. [EN-26:15.openssl] + + Missing permission check in thr_kill2(2). [SA-26:25.thr] + + Arbitrary file overwrite via the KTLS receive path. [SA-26:26.ktls] + + Multiple vulnerabilities in the sound(4) mmap path. [SA-26:27.sound] + + sigqueue(2) missing capability mode restriction. [SA-26:28.capsicum] + + Use-after-free bug in the IPV6_MSFILTER socket option handler. [SA-26:29.ip6_multicast] + + Flaw in Linuxulator execution of setugid binaries. [SA-26:30.linux] + + Arm CPU errata may bypass page table permission changes. [SA-26:31.arm64] + + ASLR bypass for setuid executables via procctl(2). [SA-26:32.elf] + + Multiple vulnerabilities in unbound. [SA-26:33.unbound] + + Integer overflow in vt(4) CONS_HISTORY ioctl. [SA-26:34.vt] + + Multiple vulnerabilities in OpenSSL. [SA-26:35.openssl] + + Insufficient response validation in the ldns stub resolver. [SA-26:36.ldns] + 20260512: "bsdinstall script" will now do a pkgbase installation by default. To revert to the legacy distset installation, set "DISTRIBUTIONS" in diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 17d6f240b2ca..249ff1519aff 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.1" -BRANCH="RC3" +BRANCH="RC3-p1" 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?6a286771.3fc36.15c0cabb>
