Browse Source

Update for 2024.02.11

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 5 months ago
parent
commit
1297c6d3dc
3 changed files with 22 additions and 3 deletions
  1. 19 0
      CHANGES
  2. 2 2
      Makefile
  3. 1 1
      support/misc/Vagrantfile

+ 19 - 0
CHANGES

@@ -1,3 +1,22 @@
+2024.02.11, released February 21th, 2025
+
+	Important / security related fixes.
+
+	Updated/fixed packages: acpica, apache, assimp, asterisk,
+	bind, busybox, clamav, curlpp, dillo, elfutils, ffmpeg, foot,
+	freetype, git, gnutls, go, gpsd, heimdal, imagemagick,
+	intel-microcode, libbsd, libcurl, libopenssl, libtasn1, mdnsd,
+	mpg123, musl, nginx, nodejs, openjpeg, openssh, openvpn,
+	postgresql, python-django, redis, rsync, sdbus-cpp, socat,
+	tor, tzdata, uemacs, unbound, usbutils, webkitgtk, xen, zic,
+	zlog, zmqpp, zstd
+
+	Issues resolved:
+        - OpenSSH 9.8 broken
+          https://gitlab.com/buildroot.org/buildroot/-/issues/11
+        - samba4 build failed in master
+          https://gitlab.com/buildroot.org/buildroot/-/issues/86
+
 2024.02.10, released January 9th, 2025
 
 	Important / security related fixes.

+ 2 - 2
Makefile

@@ -90,9 +90,9 @@ all:
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2024.02.10
+export BR2_VERSION := 2024.02.11
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1736430000
+BR2_VERSION_EPOCH = 1740143000
 
 # 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.02.10'
+RELEASE='2024.02.11'
 
 ### Change here for more memory/cores ###
 VM_MEMORY=2048