Update for 2024.02.9
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
25ba164372
commit
d37527ba49
18
CHANGES
18
CHANGES
@ -1,3 +1,21 @@
|
||||
2024.02.9, released December 8th, 2024
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
Updated/fixed packages: alsa-lib, android-tools, babeld,
|
||||
bmap-tools, boost, ebtables, expat, fbv, foot, frr, gamin,
|
||||
gnutls, intel-microcode, irssi, libcurl, libkrb5, libmodbus,
|
||||
libvpl, linux-tools, lmbench, mbedtls, mosquitto, musl,
|
||||
musl-compat-headers, nfs-utils, ntp, php, postgresql,
|
||||
procps-ng, python-psycopg2, python-sip, qt6base, quagga,
|
||||
rt-tests, sshguard, systemd, tiff, x11vnc
|
||||
|
||||
Issues resolved:
|
||||
- procps-ng: builderror in 2024.08
|
||||
https://gitlab.com/buildroot.org/buildroot/-/issues/38
|
||||
- fbv package download link is broken in long term support branch
|
||||
https://gitlab.com/buildroot.org/buildroot/-/issues/73
|
||||
|
||||
2024.02.8, released November 14th, 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.8
|
||||
export BR2_VERSION := 2024.02.9
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1731601000
|
||||
BR2_VERSION_EPOCH = 1733691000
|
||||
|
||||
# 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.8'
|
||||
RELEASE='2024.02.9'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
Loading…
Reference in New Issue
Block a user