Просмотр исходного кода

Update for 2024.08.3

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 7 месяцев назад
Родитель
Сommit
563852c436
3 измененных файлов с 25 добавлено и 3 удалено
  1. 22 0
      CHANGES
  2. 2 2
      Makefile
  3. 1 1
      support/misc/Vagrantfile

+ 22 - 0
CHANGES

@@ -1,3 +1,25 @@
+2024.08.3, released December 8th, 2024
+
+	Important / security related fixes.
+
+	Defconfigs: fix mender_x86_64_efi_defconfig build on setups
+	where /bin/sh is not bash.
+
+	Updated/fixed packages: alsa-lib, android-tools, bats-core,
+	bluez-alsa, bmap-tools, boost, checksec, ebtables, expat, fbv,
+	ffmpeg, foot, frr, gnuplot, gnutls, intel-microcode, irssi,
+	libcurl, libgit2, libkrb5, libmodbus, libpng, libvpl,
+	linux-pam, linux-tools, lmbench, mbedtls, mosquitto, musl,
+	musl-compat-headers, nfs-utils, ntp, php, picotool,
+	postgresql, procps-ng, python-psycopg2, python-sip, qt6base,
+	quagga, rt-tests, sexpect, sshguard, systemd, tiff, x11vnc
+
+	Issues resolved:
+	- procps-ng: builderror in 2024.08
+	  https://gitlab.com/buildroot.org/buildroot/-/issues/38
+	- fbv package download link is broken in long term support branch
+	  https://gitlab.com/buildroot.org/buildroot/-/issues/73
+
 2024.08.2, released November 14th, 2024
 
 	Important / security related fixes.

+ 2 - 2
Makefile

@@ -92,9 +92,9 @@ all:
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2024.08.2
+export BR2_VERSION := 2024.08.3
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1729431000
+BR2_VERSION_EPOCH = 1733673000
 
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)

+ 1 - 1
support/misc/Vagrantfile

@@ -5,7 +5,7 @@
 ################################################################################
 
 # Buildroot version to use
-RELEASE='2024.08.2'
+RELEASE='2024.08.3'
 
 ### Change here for more memory/cores ###
 VM_MEMORY=2048