Update for 2024.02.8

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-11-14 17:25:26 +01:00
parent 7e2038d9ef
commit e843fa764b
3 changed files with 16 additions and 3 deletions

13
CHANGES
View File

@ -1,3 +1,16 @@
2024.02.8, released November 14th, 2024
Important / security related fixes.
Updated/fixed packages: apache, asterisk, bind, bootgen, criu,
file, fluidsynth, ghostscript, heimdal, intel-microcode,
jailhouse, jsoncpp, libarchive, libcurl, libldns, liblinear,
libmdbx, libopenh264, ltrace, lightning, nghttp2, ntp, php,
postgresql, procps-ng, python-pyqt5, ruby, sysvinit, tor,
wpebackend-fdo
New packages: python-pyqt5-sip
2024.02.7, released October 21th, 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.7
export BR2_VERSION := 2024.02.8
# Actual time the release is cut (for reproducible builds)
BR2_VERSION_EPOCH = 1729494000
BR2_VERSION_EPOCH = 1731601000
# 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.7'
RELEASE='2024.02.8'
### Change here for more memory/cores ###
VM_MEMORY=2048