Browse Source

Update for 2024.08.2

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit a91b9c7400fcd7813668f2fe6342cbd762c849e6)
[Peter: drop Makefile change]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 8 months ago
parent
commit
5eeab05e48
2 changed files with 15 additions and 1 deletions
  1. 14 0
      CHANGES
  2. 1 1
      support/misc/Vagrantfile

+ 14 - 0
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.

+ 1 - 1
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