mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
Update for 2024.02.4
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e01bb070d9
commit
e0a2687421
16
CHANGES
16
CHANGES
@ -1,3 +1,19 @@
|
||||
2024.02.4, released July 13th, 2024
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
Infrastructure: Ensure a custom tar program specified with
|
||||
make TAR=/path/to/custom/tar is used everwhere.
|
||||
|
||||
Defconfig: Pine64 rockpro64: Build ethernet driver in kernel
|
||||
rather than as module.
|
||||
|
||||
Updated/fixed packages: apache, composer, daq, fluent-bit,
|
||||
ghostscript, glibc, liblockfile, libmad, libopenssl, mesa3d,
|
||||
network-manager, ntp, octave, openssh, openvpn, php, python3,
|
||||
qt6base, raspberrypi-usbboot, redis, sentry-cli, systemd, tor,
|
||||
vlc, xmrig, znc
|
||||
|
||||
2024.02.3, released June 10th, 2024
|
||||
|
||||
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.3
|
||||
export BR2_VERSION := 2024.02.4
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1718005000
|
||||
BR2_VERSION_EPOCH = 1720873000
|
||||
|
||||
# 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.3'
|
||||
RELEASE='2024.02.4'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
Loading…
Reference in New Issue
Block a user