diff --git a/CHANGES b/CHANGES index 445375b834..89169128c9 100644 --- a/CHANGES +++ b/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. diff --git a/Makefile b/Makefile index 2fe31201f8..79394f32bb 100644 --- a/Makefile +++ b/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) diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index b857241c47..6d456ae647 100644 --- a/support/misc/Vagrantfile +++ b/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