From 36a2dc7f5e3d049e8f43435e1d1959b00fadf76c Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 20 Nov 2025 21:49:56 +0100 Subject: [PATCH] Update for 2025.11-rc1 Signed-off-by: Peter Korsgaard --- CHANGES | 34 ++++++++++++++++++++++++++++++++++ Makefile | 4 ++-- docs/website/download.html | 20 +++++++++----------- docs/website/news.html | 21 +++++++++++++++++++++ 4 files changed, 66 insertions(+), 13 deletions(-) diff --git a/CHANGES b/CHANGES index ce58f96059..0a1869c8ec 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,37 @@ +2025.11-rc1, released November 20th, 2025 + + Fixes all over the tree and new features. + + Infrastructure: + + - Support merged /usr/sbin/ (E.G. sbin a symlink to bin rather + than separate directories), which is required by systemd + 256+ + + - support/scripts/cve-check can now be used to enrich a SBOM + in CycloneDX format (as generated by + utils/generate-cyclonedx) with vulnerability analysis from + the NVD database. + + Dropped a number of old and unmaintained packages and external + toolchains. + + New defconfigs: Compulab IOT-GATE-iMX8 EBBR, QEMU x86-64 EFI + + Removed defconfigs: at91sam9260eknf, atmel_sama5d3xek, + roseapplepi + + New packages: broot, bvi, go-bootstrap-stage4, libpam-pkcs11, + llama-cpp, nnn, python-crccheck, python-fs, python-patch-ng, + python-pyfatfs, python-scp, python-whitenoise, snapboot, wmenu + + Removed packages: aufs, aufs-util, axfsutils, bctoolbox, + belle-sip, belr, dmenu-wayland, dvbsnoop, + ev3dev-linux-drivers, expect, fbtft, gtk2-engines, gtkperf, + leafpad, lesstif, libbson, libglade, libgtk2, libjwt, libsexy, + linphone, logsurfer, mediastreamer, metacity, mongrel2, ola, + ortp, procrank_linux, ramspeed, sylpheed + 2025.08.1, released October 11, 2025 Important / security related fixes: diff --git a/Makefile b/Makefile index 87dbe0e2d0..ff25027c13 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2025.11-git +export BR2_VERSION := 2025.11-rc1 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1757278000 +BR2_VERSION_EPOCH = 1763670000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) diff --git a/docs/website/download.html b/docs/website/download.html index d5b849ca9a..5c915e64f4 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -16,34 +16,32 @@ Latest release date Downloads - Stable 2025.08.x diff --git a/docs/website/news.html b/docs/website/news.html index dd290c33fc..c23b868e51 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,27 @@

News