mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
Update for 2024.02.11
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
19
CHANGES
19
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.
|
||||
|
||||
4
Makefile
4
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)
|
||||
|
||||
2
support/misc/Vagrantfile
vendored
2
support/misc/Vagrantfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user