mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
Update for 2024.02.8
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7e2038d9ef
commit
e843fa764b
13
CHANGES
13
CHANGES
@ -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.
|
||||
|
4
Makefile
4
Makefile
@ -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)
|
||||
|
2
support/misc/Vagrantfile
vendored
2
support/misc/Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user