Update for 2025.08
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
diff --git a/CHANGES b/CHANGES
index f622f8d..8d73b78 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,38 @@
+2025.08, released September 7th, 2025
+
+ Fixes all over the tree.
+
+ Infrastructure:
+
+ - 'make show-info' now also displays the package directory.
+
+ - utils/bump-stable-kernel-versions helper script to bump
+ Linux (headers) kernel versions.
+
+ Fixed defconfigs: QEMU ARM / Aarch64 EBBR / SBSA, Sipeed
+ licheepi zero, TI am62x sk
+
+ Removed defconfigs (build failures): Bananapro, Beelink gs1,
+ Chromebook snow, Engicam i.MX6 boards, Galileo, Microchip
+ at91sam9g20df / at91sam9g45m10ek / at91sam9rlek, Odroid XU-4,
+ Orangepi lite2 / one+, Pcengine apu2, Pine64 rock64 / sopine,
+ Raxda rockpin8, Riotboard, Socrates cyclone5, Technologic
+ TS-7680, Toradex Apalis i.MX6
+
+ Updated/fixed packages: apitrace, avrdude, b43-firmware, bat,
+ brcm-patchram-plus, busybox, ecryptfs-utils, exiv2, ffmpeg,
+ firewalld, gdb, go, imagemagick, input-event-daemon, iozone,
+ ipmitool, jose, libcap-ng, libfreeglut, libftdi1, libgsm,
+ libkrb5, libsoxr, lighttpd, lirc-tools, lua-utf8, mariadb,
+ mbpfan, micropython, mosquitto, netavark, openal, postgis,
+ python-flask-cors, python-h2, python-yarl, python3, rtl8188eu,
+ rtl8821au, sqlite, squid, sslh, tcpreplay, timescaledb,
+ tstools, uclibc, udisks, unbound, vde2,
+ webrtc-audio-processing, wipe, wireshark, xlib_libXt
+
+ Removed packages: libsvgtiny, netstat-nat,
+ netsurf-buildsystem, thttpd
+
2025.08-rc3, released August 28th, 2025
Fixes all over the tree, mainly GCC 15.x build fixes
diff --git a/Makefile b/Makefile
index d4ad462..29e8a17 100644
--- a/Makefile
+++ b/Makefile
@@ -92,9 +92,9 @@
.PHONY: all
# Set and export the version string
-export BR2_VERSION := 2025.08-rc3
+export BR2_VERSION := 2025.08
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1756360000
+BR2_VERSION_EPOCH = 1757278000
# 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 46887a0..7d208a9 100644
--- a/docs/website/download.html
+++ b/docs/website/download.html
@@ -16,6 +16,7 @@
<th>Latest release date</th>
<th colspan="2">Downloads</td>
</tr>
+<!--
<tr>
<th>Candidate</th>
<th>2025.08.x</th>
@@ -42,30 +43,31 @@
<a href="/downloads/buildroot-2025.08-rc3.tar.xz.sign">[PGP sig]</a>
</td>
</tr>
+-->
<tr>
<th>Stable</th>
- <th>2025.05.x</th>
- <td>September 2025</td>
+ <th>2025.08.x</th>
+ <td>December 2025</td>
<td>
- 2025.05.1<br/>
- <a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2025.05.1/CHANGES">
+ 2025.08<br/>
+ <a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2025.08/CHANGES">
Changelog
</a>
</td>
- <td>2025-08-11</td>
+ <td>2025-09-07</td>
<td>
- <a href="/downloads/buildroot-2025.05.1.tar.gz">
+ <a href="/downloads/buildroot-2025.08.tar.gz">
<img src="images/zip.png" width="24" alt="">
.tar.gz
</a><br/>
- <a href="/downloads/buildroot-2025.05.1.tar.gz.sign">[PGP sig]</a>
+ <a href="/downloads/buildroot-2025.08.tar.gz.sign">[PGP sig]</a>
</td>
<td>
- <a href="/downloads/buildroot-2025.05.1.tar.xz">
+ <a href="/downloads/buildroot-2025.08.tar.xz">
<img src="images/package.png" width="24" alt="">
.tar.xz
</a><br/>
- <a href="/downloads/buildroot-2025.05.1.tar.xz.sign">[PGP sig]</a>
+ <a href="/downloads/buildroot-2025.08.tar.xz.sign">[PGP sig]</a>
</td>
</tr>
<tr>
diff --git a/docs/website/news.html b/docs/website/news.html
index f36ac58..cb88dd6 100644
--- a/docs/website/news.html
+++ b/docs/website/news.html
@@ -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.08 released</h4>
+ <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>9 September 2025</small></p>
+ </div>
+ <div class="timeline-body">
+ <p>The stable 2025.08 release is out - Thanks to everyone
+ contributing and testing the release candidates. See the
+ <a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2025.08/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.08.tar.xz">2025.08 release</a>.</p>
+ </div>
+ </div>
+ </li>
+
<li>
<div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
<div class="timeline-panel">
diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile
index 75a9d2f..3ad813f 100644
--- a/support/misc/Vagrantfile
+++ b/support/misc/Vagrantfile
@@ -5,7 +5,7 @@
################################################################################
# Buildroot version to use
-RELEASE='2025.05'
+RELEASE='2025.08'
### Change here for more memory/cores ###
VM_MEMORY=2048