git: 6d536196f1bd - releng/15.0 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 May 2026 19:39:39 UTC
The branch releng/15.0 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=6d536196f1bda0cbe06c2945f2aefebcadf5c144
commit 6d536196f1bda0cbe06c2945f2aefebcadf5c144
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-05-19 18:48:07 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-05-19 23:52:31 +0000
Add UPDATING entries and bump version
Approved by: so
---
UPDATING | 26 ++++++++++++++++++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index 13798c48378c..abc517696265 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,32 @@ 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.
+20260520:
+ 15.0-RELEASE-p9 SA-26:18.setcred
+ SA-26:19.file
+ SA-26:20.fusefs
+ SA-26:21.ptrace
+ SA-26:22.libcasper
+ SA-26:23.bsdinstall
+ SA-26:24.cap_net
+ EN-26:13.freebsd-update
+
+ Stack buffer overflow via setcred(2). [SA-26:18.setcred]
+
+ Kernel use-after-free via file descriptor syscalls. [SA-26:19.file]
+
+ Heap overflow in FUSE_LISTXATTR. [SA-26:20.fusefs]
+
+ Missing validation in ptrace(PT_SC_REMOTE). [SA-26:21.ptrace]
+
+ Stack overflow via select() file descriptor set overflow. [SA-26:22.libcasper]
+
+ Remote code execution via Wi-Fi access point scans. [SA-26:23.bsdinstall]
+
+ Incorrect libcap_net limitation list manipulation. [SA-26:24.cap_net]
+
+ freebsd-update attempts to merge a generated file. [EN-26:13.freebsd-update]
+
20260430:
15.0-RELEASE-p8 EN-26:11.dhclient
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index f78a5481e04d..210c5ccf747a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.0"
-BRANCH="RELEASE-p8"
+BRANCH="RELEASE-p9"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi