Update for 2024.02.4

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-07-13 14:29:13 +02:00
parent e01bb070d9
commit e0a2687421
3 changed files with 19 additions and 3 deletions

16
CHANGES
View File

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

View File

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

View File

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