git: c43777cd7187 - releng/15.0 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Oct 2025 15:50:32 UTC
The branch releng/15.0 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=c43777cd7187fba7b337770b66ed876f56241697
commit c43777cd7187fba7b337770b66ed876f56241697
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-10-22 15:14:57 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-10-22 15:50:12 +0000
Add UPDATING entries and bump version
Approved by: so
Approved by: re (cperciva)
---
UPDATING | 5 +++++
sys/conf/newvers.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index d18aaeb2fd46..2227d1f8acf1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,11 @@ 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.
+20251022:
+ 15.0-BETA2-p1 SA-25:09.netinet
+
+ SO_REUSEPORT_LB breaks connect(2) for UDP sockets. [SA-25:09.netinet]
+
20251015:
The "FreeBSD-unbound" package is renamed to "FreeBSD-local-unbound".
If you have set-optional or set-base installed, the new package will
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 746b799a908d..7b00e796561b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.0"
-BRANCH="BETA2"
+BRANCH="BETA2-p1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi