mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Update for 2026.05-rc4
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
50
CHANGES
50
CHANGES
@@ -1,3 +1,53 @@
|
||||
2026.05-rc4, released June 4th, 2026
|
||||
|
||||
Fixes all over the tree.
|
||||
|
||||
Infrastructure:
|
||||
|
||||
- dependencies: detect and reject buggy uutils 'install'
|
||||
program as used in Ubuntu 26.04
|
||||
|
||||
- pkg-generic: Cleanup /usr/share/info/dir in the target
|
||||
|
||||
- generate-cyclonedx / cve-check: Various fixes for better
|
||||
CycloneDX / BSI TR-03183-2 compliance
|
||||
|
||||
- linux: No longer forcibly disable CONFIG_WERROR
|
||||
|
||||
- 'make show-info-all' added, which works like 'make
|
||||
show-info' but for all packages. The package hash files are
|
||||
now also included in the show-info{,-all} output.
|
||||
|
||||
Architectures:
|
||||
|
||||
- Drop support for the (rare) PA-RISC 1.0 variant
|
||||
|
||||
Updated/fixed packages: aardvark-dns, arm-trusted-firmware,
|
||||
asterisk, babeld, bpftrace, busybox, ca-certificates, cairo,
|
||||
capnproto, collectd, cppdb, crucible, cups-filters,
|
||||
docker-cli, docker-engine, drm-info, efl, esp-hosted, exim,
|
||||
faad2, freeipmi, freeswitch, gcc-bare-metal, gdb, gerbera,
|
||||
glibc, graphene, gst1-plugins-bad, gst1-plugins-good,
|
||||
gstreamer1, harfbuzz, heirloom-mailx, hiredis, hplip, icu,
|
||||
jemalloc, jq, kodi, lcms2, libbpf, libdill, libdrm, libenca,
|
||||
libgit2, libheif, libks, libmad, libmicrohttpd,
|
||||
libmodsecurity, libpthsem, libssh2, liburing, llvm-project,
|
||||
lrzip, lrzsz, lua-sdl2, mesa3d, mpd, mrp, ndctl, netatalk,
|
||||
netavark, odhcp6c, openblas, opencv4, opendoas, openscap, php,
|
||||
podman, poppler, powerpc-utils, privoxy, python-ecdsa,
|
||||
python-gymnasium, python3, qt53d, qt5webengine-chromium,
|
||||
qt6base, readline, redis, rpcbind, rtl8188eu,
|
||||
rtl8812au-aircrack-ng, rtl8822cs, runc, rust, rust-bin,
|
||||
samba4, sane-airscan, sane-backends, sdl2_image, sqlite,
|
||||
sshfs, stellarium, suricata, sway, sysrepo, tor, unzip,
|
||||
ustream-ssl, util-linux, vlc, vorbis-tools, weston,
|
||||
wireless-regdb, xdriver_xf86-video-nv, xen, xerces,
|
||||
xserver_xorg-server, xwayland, zsh
|
||||
|
||||
Removed packages: daq, kodi-pvr-hdhomerun, libhdhomerun,
|
||||
libphidget, phidgetwebservice, pigpio, ptpd2, xml-security-c,
|
||||
zeek
|
||||
|
||||
2026.05-rc3, released May 29th, 2026
|
||||
|
||||
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 := 2026.05-rc3
|
||||
export BR2_VERSION := 2026.05-rc4
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1780006000
|
||||
BR2_VERSION_EPOCH = 1780580000
|
||||
|
||||
# Save running make version since it's clobbered by the make package
|
||||
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
|
||||
|
||||
@@ -21,25 +21,25 @@
|
||||
<th>2026.05.x</th>
|
||||
<td>September 2026</td>
|
||||
<td>
|
||||
2026.05-rc3<br/>
|
||||
<a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2026.05-rc3/CHANGES">
|
||||
2026.05-rc4<br/>
|
||||
<a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2026.05-rc4/CHANGES">
|
||||
Changelog
|
||||
</a>
|
||||
</td>
|
||||
<td>2026-05-29</td>
|
||||
<td>2026-06-04</td>
|
||||
<td>
|
||||
<a href="/downloads/buildroot-2026.05-rc3.tar.gz">
|
||||
<a href="/downloads/buildroot-2026.05-rc4.tar.gz">
|
||||
<img src="images/zip.png" width="24" alt="">
|
||||
.tar.gz
|
||||
</a><br/>
|
||||
<a href="/downloads/buildroot-2026.05-rc3.tar.gz.sign">[PGP sig]</a>
|
||||
<a href="/downloads/buildroot-2026.05-rc4.tar.gz.sign">[PGP sig]</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="/downloads/buildroot-2026.05-rc3.tar.xz">
|
||||
<a href="/downloads/buildroot-2026.05-rc4.tar.xz">
|
||||
<img src="images/package.png" width="24" alt="">
|
||||
.tar.xz
|
||||
</a><br/>
|
||||
<a href="/downloads/buildroot-2026.05-rc3.tar.xz.sign">[PGP sig]</a>
|
||||
<a href="/downloads/buildroot-2026.05-rc4.tar.xz.sign">[PGP sig]</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -9,6 +9,28 @@
|
||||
<h2>News</h2>
|
||||
<ul class="timeline">
|
||||
|
||||
<li>
|
||||
<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.05-rc4 released</h4>
|
||||
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>4 June 2026</small></p>
|
||||
</div>
|
||||
<div class="timeline-body">
|
||||
<p>The Nice hackathon brought a large amount of (security) bugfixes, so here comes another
|
||||
release candidate. See the
|
||||
<a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2026.05-rc4/CHANGES">CHANGES</a>
|
||||
file for more details.</p>
|
||||
|
||||
<p>Go to the <a href="/downloads/">downloads page</a> to pick up the
|
||||
<a href="/downloads/buildroot-2026.05-rc4.tar.xz">2026.05-rc4
|
||||
release</a>, and report any problems found to the
|
||||
<a href="support.html">mailing list</a> or
|
||||
<a href="https://gitlab.com/buildroot.org/buildroot/-/issues">bug tracker</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="timeline-inverted">
|
||||
<div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
|
||||
<div class="timeline-panel">
|
||||
|
||||
Reference in New Issue
Block a user