From 078f99a31528e27b97cc49d51bca9da95a6a036c Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 14 Aug 2024 10:53:28 +0200 Subject: [PATCH] Update for 2024.05.2 Signed-off-by: Peter Korsgaard --- CHANGES | 23 +++++++++++++++++++++++ Makefile | 4 ++-- support/misc/Vagrantfile | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 2d97ce2a3f..156d0550b8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,26 @@ +2024.05.2, released August 14th, 2024 + + Important / security related fixes. + + Various minor improvements to utils/check-package + + Defconfigs: Add download hashes for chromebook-elm, + chromebook-snow and stm32mp157a_dk1 + + Updated/fixed packages: android-tools, bcc, bitcoin, boost, + btrfs-progs, c-ares, cdrkit, check, containerd, directfb, + dump1090, ed, exim, fail2ban, frotz, fwts, gcc, gdb, go, gpm, + kexec, libarchive, libgeos, libressl, llvm, mupdf, ncftp, + nodejs, ntpsec, octave, openssh, pppd, python-mupdf, + python-ruamel-yaml, qt5webkit, rawk-hawkbit-updater, + rtl8188eu, snappy, squid, sunxi-tools, syslinux, systemd, + tcf-agent, tftpd, ubus, util-linux, uvw, webkitgtk, wolfssl, + wpewebkit, x265, xlib_libxshmfence, xvisor + + Issues resolved (http://bugs.uclibc.org): + + #15231: gcc --help -v doesn't work correctly with gcc>=10 and.. + 2024.05.1, released July 13th, 2024 Important / security related fixes. diff --git a/Makefile b/Makefile index d616c08c0a..ebf8bb8af1 100644 --- a/Makefile +++ b/Makefile @@ -90,9 +90,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2024.05.1 +export BR2_VERSION := 2024.05.2 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1720871000 +BR2_VERSION_EPOCH = 1723625000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index b49ea47425..1f4c1b85e2 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2024.05.1' +RELEASE='2024.05.2' ### Change here for more memory/cores ### VM_MEMORY=2048