Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2026 14:50:23 +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: bf0db64e0381 - releng/13.5 - Add UPDATING entries and bump version
Message-ID:  <69f21aaf.3b7fd.51810521@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch releng/13.5 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=bf0db64e038118d5fe6071b1910743790484755e

commit bf0db64e038118d5fe6071b1910743790484755e
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-04-28 20:31:11 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-04-28 20:32:11 +0000

    Add UPDATING entries and bump version
    
    Approved by:    so
---
 UPDATING            | 23 +++++++++++++++++++++++
 sys/conf/newvers.sh |  2 +-
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 036cd2bca339..96bb27d009a6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,29 @@ 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.
 
+20260429:
+	13.5-RELEASE-p13 SA-26:12.dhclient
+			SA-26:13.exec
+			SA-26:14.pf
+			SA-26:15.dhclient
+			SA-26:16.libnv
+			SA-26:17.libnv
+			EN-26:09.tzdata
+
+	Remote code execution via malicious DHCP options. [SA-26:12.dhclient]
+
+	Local privilege escalation via execve(). [SA-26:13.exec]
+
+	pf can overflow the stack parsing crafted SCTP packets. [SA-26:14.pf]
+
+	Remotely triggerable out-of-bounds heap write in dhclient. [SA-26:15.dhclient]
+
+	Stack overflow via select() file descriptor set overflow. [SA-26:16.libnv]
+
+	Heap overflow in libnv. [SA-26:17.libnv]
+
+	Timezone database information update. [EN-26:09.tzdata]
+
 20260421:
 	13.5-RELEASE-p12 SA-26:10.tty
 			SA-26:11.amd64
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 5c1cfaf7410f..bdc9d027a2d1 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.5"
-BRANCH="RELEASE-p12"
+BRANCH="RELEASE-p13"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f21aaf.3b7fd.51810521>