mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
Update for 2024.11.2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
24
CHANGES
24
CHANGES
@@ -1,3 +1,27 @@
|
||||
2024.11.2, released February 21st, 2025
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
Infrastructure: support/script/genimage.sh: exit on errors
|
||||
|
||||
Defconfigs: ti_am62ax_sk: Include PMIC driver to fix boot
|
||||
issue
|
||||
|
||||
Updated/fixed packages: acpica, apache, assimp, asterisk,
|
||||
bind, busybox, clamav, curlpp, dillo, elfutils, fakeroot,
|
||||
ffmpeg, freetype, git, glibc, gnu-efi, gnutls, go, gpsd,
|
||||
heimdal, imagemagick, intel-microcode, kodi, libbsd, libcurl,
|
||||
libopenssl, libtasn1, libxml2, mdnsd, mpg123, musl, nettle,
|
||||
nginx, nodejs, openjpeg, openssh, openvpn, php, pipewire,
|
||||
postgresql, python-django, python3, redis, rsync, socat,
|
||||
swipl, syslinux, tor, tzdata, uclibc, uemacs, unbound,
|
||||
usbutils, util-linux, webkitgtk, xen, zic, zlog, zstd,
|
||||
zxing-cpp
|
||||
|
||||
Issues resolved:
|
||||
- samba4 build failed in master
|
||||
https://gitlab.com/buildroot.org/buildroot/-/issues/86
|
||||
|
||||
2024.11.1, released January 9th, 2025
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
4
Makefile
4
Makefile
@@ -92,9 +92,9 @@ all:
|
||||
.PHONY: all
|
||||
|
||||
# Set and export the version string
|
||||
export BR2_VERSION := 2024.11.1
|
||||
export BR2_VERSION := 2024.11.2
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1736433000
|
||||
BR2_VERSION_EPOCH = 1740148000
|
||||
|
||||
# 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.11.1'
|
||||
RELEASE='2024.11.2'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
||||
Reference in New Issue
Block a user