Browse Source

Update for 2024.08.2

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 8 months ago
parent
commit
a91b9c7400
3 changed files with 16 additions and 2 deletions
  1. 14 0
      CHANGES
  2. 1 1
      Makefile
  3. 1 1
      support/misc/Vagrantfile

+ 14 - 0
CHANGES

@@ -1,3 +1,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
Makefile

@@ -92,7 +92,7 @@ all:
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2024.08.1
+export BR2_VERSION := 2024.08.2
 # Actual time the release is cut (for reproducible builds)
 BR2_VERSION_EPOCH = 1729431000
 

+ 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