Update for 2025.11
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
15
CHANGES
15
CHANGES
@@ -1,3 +1,18 @@
|
||||
2025.11, released December 11th, 2025
|
||||
|
||||
Fixes all over the tree.
|
||||
|
||||
linux: Default to 6.18 for runtime kernel and kernel headers,
|
||||
drop the now EOL 5.4.x series.
|
||||
|
||||
Updated/fixed packages: apache, audit, cryptodev-linux,
|
||||
dmraid, ficl, glibc, go, intel-mediadriver, intel-vpl-gpu-rt,
|
||||
kbd, libcap, libdbi, libgit2, libpng, libtirpc, libxslt,
|
||||
lugaru, mosh, pigz, podman, python-fonttools, python-urllib3,
|
||||
python3, racehound, rdesktop, rtl8188eu, softhsm, sqlite,
|
||||
strace, unbound, unzip, xapp_xkbutils,
|
||||
xdriver_xf86-video-intel, xl2tp, xserver_xorg-server, xwayland
|
||||
|
||||
2025.11-rc2, released November 30th, 2025
|
||||
|
||||
Fixes all over the tree.
|
||||
|
||||
4
Makefile
4
Makefile
@@ -92,9 +92,9 @@ all:
|
||||
.PHONY: all
|
||||
|
||||
# Set and export the version string
|
||||
export BR2_VERSION := 2025.11-rc2
|
||||
export BR2_VERSION := 2025.11
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1764530000
|
||||
BR2_VERSION_EPOCH = 1765493000
|
||||
|
||||
# Save running make version since it's clobbered by the make package
|
||||
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<th>Latest release date</th>
|
||||
<th colspan="2">Downloads</td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr>
|
||||
<th>Candidate</th>
|
||||
<th>2025.11.x</th>
|
||||
@@ -42,30 +43,31 @@
|
||||
<a href="/downloads/buildroot-2025.11-rc2.tar.xz.sign">[PGP sig]</a>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
<tr>
|
||||
<th>Stable</th>
|
||||
<th>2025.08.x</th>
|
||||
<td>December 2025</td>
|
||||
<th>2025.11.x</th>
|
||||
<td>March 2026</td>
|
||||
<td>
|
||||
2025.08.3<br/>
|
||||
<a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2025.08.3/CHANGES">
|
||||
2025.11<br/>
|
||||
<a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2025.11/CHANGES">
|
||||
Changelog
|
||||
</a>
|
||||
</td>
|
||||
<td>2025-12-11</td>
|
||||
<td>
|
||||
<a href="/downloads/buildroot-2025.08.3.tar.gz">
|
||||
<a href="/downloads/buildroot-2025.11.tar.gz">
|
||||
<img src="images/zip.png" width="24" alt="">
|
||||
.tar.gz
|
||||
</a><br/>
|
||||
<a href="/downloads/buildroot-2025.08.3.tar.gz.sign">[PGP sig]</a>
|
||||
<a href="/downloads/buildroot-2025.11.tar.gz.sign">[PGP sig]</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="/downloads/buildroot-2025.08.3.tar.xz">
|
||||
<a href="/downloads/buildroot-2025.11.tar.xz">
|
||||
<img src="images/package.png" width="24" alt="">
|
||||
.tar.xz
|
||||
</a><br/>
|
||||
<a href="/downloads/buildroot-2025.08.3.tar.xz.sign">[PGP sig]</a>
|
||||
<a href="/downloads/buildroot-2025.11.tar.xz.sign">[PGP sig]</a>
|
||||
</td>
|
||||
<tr>
|
||||
<th>Long-term support</th>
|
||||
|
||||
@@ -9,6 +9,24 @@
|
||||
<h2>News</h2>
|
||||
<ul class="timeline">
|
||||
|
||||
<li class="timeline-inverted">
|
||||
<div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
|
||||
<div class="timeline-panel">
|
||||
<div class="timeline-heading">
|
||||
<h4 class="timeline-title">2025.11 released</h4>
|
||||
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>11 December 2025</small></p>
|
||||
</div>
|
||||
<div class="timeline-body">
|
||||
<p>The stable 2025.11 release is out - Thanks to everyone
|
||||
contributing and testing the release candidates. See the
|
||||
<a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2025.11/CHANGES">CHANGES</a>
|
||||
file for more details
|
||||
and go to the <a href="/downloads/">downloads page</a> to pick up the
|
||||
<a href="/downloads/buildroot-2025.11.tar.xz">2025.11 release</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="timeline">
|
||||
<div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
|
||||
<div class="timeline-panel">
|
||||
|
||||
2
support/misc/Vagrantfile
vendored
2
support/misc/Vagrantfile
vendored
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
# Buildroot version to use
|
||||
RELEASE='2025.08'
|
||||
RELEASE='2025.11'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
||||
Reference in New Issue
Block a user