From 9238ff24090e40a3253412e60a05c1f73e2b4b53 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 13 Jul 2024 13:48:13 +0200 Subject: [PATCH] Update for 2024.05.1 Signed-off-by: Peter Korsgaard (cherry picked from commit 2555f47788964d796c8a49e81ce1f5d63b9cb9ac) Signed-off-by: Peter Korsgaard --- CHANGES | 18 ++++++++++++++++++ support/misc/Vagrantfile | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4916eb0bf4..2d97ce2a3f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +2024.05.1, released July 13th, 2024 + + Important / security related fixes. + + Infrastructure: Ensure support/scripts/apply-patches can be + used outside Buildroot (regression in 2024.05). + + Defconfig: Pine64 rockpro64: Build ethernet driver in kernel + rather than as module. QEMU sh4: Change to initramfs to + workaround regression in QEMU. Visionfive2: Correct kernel + headers version + + Updated/fixed packages: apache, avro-c, daq, dav1d, + fluent-bit, ghostscript, glibc, libmad, libopenssl, + linux-firmware, mesa3d, network-manager, ntp, nut, octave, + openssh, openvpn, php, raspberrypi-usbboot, redis, sentry-cli, + tor, uuu, vlc, xmrig, znc + 2024.05, released June 12th, 2024 Various fixes. diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index ce57bc0719..b49ea47425 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2024.05' +RELEASE='2024.05.1' ### Change here for more memory/cores ### VM_MEMORY=2048