Update for 2024.02.11

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2025-02-21 14:06:27 +01:00
parent cd2e6cb008
commit 1297c6d3dc
3 changed files with 22 additions and 3 deletions

19
CHANGES
View File

@@ -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.

View File

@@ -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)

View File

@@ -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