git: aadd58dddcbc - releng/15.1 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jul 2026 17:50:38 UTC
The branch releng/15.1 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=aadd58dddcbc78f4d5594827b46b5633552b15ce
commit aadd58dddcbc78f4d5594827b46b5633552b15ce
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-07-28 15:20:48 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-07-28 19:26:37 +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 7b52c9d8231e..5c4934170be3 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.
+20260729:
+ 15.1-RELEASE-p2 EN-26:18.tzdata
+ EN-26:19.tzdata
+ SA-26:50.kqueue
+ SA-26:51.ktimer
+ SA-26:52.if_wg
+ SA-26:53.ktrace
+ SA-26:54.sysvsem
+ SA-26:55.elf
+
+ Timezone database information update. [EN-26:18.tzdata]
+
+ Race conditions in zvol device management. [EN-26:19.zfs]
+
+ Use-after-free in kqueue copy-on-fork. [SA-26:50.kqueue]
+
+ Kernel stack disclosure via timer_settime(2). [SA-26:51.ktimer]
+
+ Missing MAC validation in wg(4) packet decryption. [SA-26:52.if_wg]
+
+ ktrace privilege incorrectly validated in jails. [SA-26:53.ktrace]
+
+ Heap out-of-bounds access in semctl(2). [SA-26:54.sysvsem]
+
+ Race condition in ELF core dump segment counting. [SA-26:55.elf]
+
20260630:
15.1-RELEASE-p1 EN-26:16.arm64
EN-26:17.rpcsec_tls
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index ac5ebab65163..128806c23668 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.1"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi