[Buildroot] [git commit] Update for 2026.08

From: Peter Korsgaard <peter@korsgaard.com>
Date: 2026-09-04 15:33:55
Subsystem: kernel build + files below scripts/ (unless maintained elsewhere), the rest · Maintainers: Nathan Chancellor, Nicolas Schier, Linus Torvalds

commit: https://gitlab.com/buildroot.org/buildroot/-/commit/d5180309b1b66ef3b8eaccca70ad69be8e0729a1
branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES                    |  9 +++++++++
 Makefile                   |  4 ++--
 docs/website/download.html | 20 +++++++++++---------
 docs/website/news.html     | 18 ++++++++++++++++++
 support/misc/Vagrantfile   |  2 +-
 5 files changed, 41 insertions(+), 12 deletions(-)
diff --git a/CHANGES b/CHANGES
index 4c60984b14..4cb4c095ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+2026.08, released September 4th, 2026
+
+	Various fixes.
+
+	Updated/fixed packages: dpdk, dracut, drogon, erlang, exiv2,
+	expat, freeswitch, gcc, glibc, libcurl, libldns, libnfs,
+	libopenssl, mpd, ncmpc, newt, opencv, openscap, openssh, perl,
+	proftpd, qemu, vim
+
 2026.08-rc3, released August 29th, 2026
 
 	Fixes all over the tree.
diff --git a/Makefile b/Makefile
index 71f6acac41..36fbd7b3e7 100644
--- a/Makefile
+++ b/Makefile
@@ -92,9 +92,9 @@ all:
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2026.08-rc3
+export BR2_VERSION := 2026.08
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1788030000
+BR2_VERSION_EPOCH = 1788535000
 
 # 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 dade5d2441..8fb2277bfb 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>2026.08.x</th>
@@ -42,30 +43,31 @@
             <a href="/downloads/buildroot-2026.08-rc3.tar.xz.sign">[PGP sig]</a>
           </td>
         </tr>
+-->
         <tr>
           <th>Stable</th>
-          <th>2026.05.x</th>
-          <td>September 2026</td>
+          <th>2026.08.x</th>
+          <td>December 2026</td>
           <td>
-            2026.05.2<br/>
-            <a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2026.05.2/CHANGES">
+            2026.08<br/>
+            <a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2026.08/CHANGES">
               Changelog
             </a>
           </td>
-          <td>2026-08-29</td>
+          <td>2026-09-04</td>
           <td>
-            <a href="/downloads/buildroot-2026.05.2.tar.gz">
+            <a href="/downloads/buildroot-2026.08.tar.gz">
               <img src="images/zip.png" width="24" alt="">
               .tar.gz
             </a><br/>
-            <a href="/downloads/buildroot-2026.05.2.tar.gz.sign">[PGP sig]</a>
+            <a href="/downloads/buildroot-2026.08.tar.gz.sign">[PGP sig]</a>
           </td>
           <td>
-            <a href="/downloads/buildroot-2026.05.2.tar.xz">
+            <a href="/downloads/buildroot-2026.08.tar.xz">
               <img src="images/package.png" width="24" alt="">
               .tar.xz
             </a><br/>
-            <a href="/downloads/buildroot-2026.05.2.tar.xz.sign">[PGP sig]</a>
+            <a href="/downloads/buildroot-2026.08.tar.xz.sign">[PGP sig]</a>
           </td>
         </tr>
         <tr>
diff --git a/docs/website/news.html b/docs/website/news.html
index 340e302c79..acce4c59d1 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">2026.08 released</h4>
+	<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>4 September 2026</small></p>
+      </div>
+      <div class="timeline-body">
+	<p>The stable 2026.08 release is out - Thanks to everyone
+	  contributing and testing the release candidates. See the
+	  <a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2026.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-2026.08.tar.xz">2026.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 6e5fad3202..4fb2c9728a 100644
--- a/support/misc/Vagrantfile
+++ b/support/misc/Vagrantfile
@@ -5,7 +5,7 @@
 ################################################################################
 
 # Buildroot version to use
-RELEASE='2026.05'
+RELEASE='2026.08'
 
 ### Change here for more memory/cores ###
 VM_MEMORY=2048
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help