Skip to content

Commit

Permalink
Update for 2023.08.2
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Korsgaard <[email protected]>
(cherry picked from commit fe50c05)
[Peter: drop Makefile change]
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
jacmet committed Oct 16, 2023
1 parent 6480774 commit cc31a80
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
2023.08.2, released October 15th, 2023

Important / security related fixes.

Defconfigs: Freescale ARM: Add ATF patch to fix build issue
with binutils 2.39+. QEMU Aarch64-virt: Enable ACPI support
for EDK2. Visionfive2: Bump kernel to fix build issue with GCC
13.

Per-package builds: Do not use hard links for host / target
dirs, fixing issues with package rebuilds or post-build
scripts modifications.

Infrastructure: Explicitly disable shuffle mode for Make >=
4.4 where needed.

Urandom-scripts: Move seedrng init script to S01 for earlier
random number entrophy initialization.

Updated/fixed packages: at91bootstrap, batman-adv, bind, cups,
efl, enlightenment, exim, gcc, glibc, gnu-efi, go, gptfdisk,
grub2, gst-omx, gst1-devtools, gst1-libav, gst1-plugins-bad,
gst1-plugins-base, gst1-plugins-good, gst1-plugins-ugly,
gst1-python, gst1-rstp-server, gst1-rtsp-vaapi, gstreamer1,
gstreamer1-editing-services, gtkmm3, libcue, libcurl,
libfastjson, libhtp, libmodplug, librsvg, libvpx, libyang,
linux-pam, linux-tools, mbedtls, mosquitto, mutt, neon,
netsnmp, nmap, nodejs, olsr, openblas, opkg-utils, php, pound,
powertop, python-mako, python3, rauc, rockchip-mali, samba4,
sslh, stress-ng, suricata, syslog-ng, systemd, tar, unifdef,
urandom-scripts, usbguard, webkitgtk, wilc-driver,
wireless-regdb, wpewebkit

Issues resolved (http://bugs.uclibc.org):

#15628: Missing dependencies in BR2_PACKAGE_PYTHON_MAKO
#15808: connman is not supported on musl
#15814: C++ not supported by bootlin toolchain

2023.08.1, released September 27th, 2023

Important / security related fixes.
Expand Down
2 changes: 1 addition & 1 deletion support/misc/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
################################################################################

# Buildroot version to use
RELEASE='2023.08.1'
RELEASE='2023.08.2'

### Change here for more memory/cores ###
VM_MEMORY=2048
Expand Down

0 comments on commit cc31a80

Please sign in to comment.