From 5eeab05e48521a1e981138b740ed593bc90c313d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 14 Nov 2024 11:28:39 +0100 Subject: [PATCH] Update for 2024.08.2 Signed-off-by: Peter Korsgaard (cherry picked from commit a91b9c7400fcd7813668f2fe6342cbd762c849e6) [Peter: drop Makefile change] Signed-off-by: Peter Korsgaard --- CHANGES | 14 ++++++++++++++ support/misc/Vagrantfile | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 0e27c64ba7..0211e5e22c 100644 --- a/CHANGES +++ b/CHANGES @@ -46,6 +46,20 @@ - ripgrep leaves /usr/crates2.json / .crates.toml files https://gitlab.com/buildroot.org/buildroot/-/issues/17 +2024.08.2, released November 14th, 2024 + + Important / security related fixes. + + Updated/fixed packages: apache, asterisk, bind, cmake, criu, + file, fluidsynth, ghostscript, heimdal, intel-microcode, + iproute2, jailhouse, jsoncpp, libarchive, libcurl, libldns, + libgit2, liblinear, libmdbx, libopenh264, libpng, + libtraceevent, libxml2, ltrace, nethogs, nghttp2, ntp, + openjdk, php, postgresql,procps-ng, python-pyqt5, python3, + qemu, ruby, sqlite, sysvinit, tor, trace-cmd, wpebackend-fdo + + New packages: python-pyqt5-sip + 2024.08.1, released October 20th, 2024 Important / security related fixes. diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index 25a360d976..c3cb15d727 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2024.08.1' +RELEASE='2024.08.2' ### Change here for more memory/cores ### VM_MEMORY=2048