diff --git a/CHANGES b/CHANGES index 91cc951a26..8788916288 100644 --- a/CHANGES +++ b/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. diff --git a/Makefile b/Makefile index e5053e4221..5e054ca2dc 100644 --- a/Makefile +++ b/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) diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index 983f2f58b3..90d097bc4f 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -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