mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
Update for 2021.02.12
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b927353cb6
commit
ef68ba43d9
11
CHANGES
11
CHANGES
@ -1,3 +1,14 @@
|
||||
2021.02.12, released April 6th, 2022
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
pkg-stats: Limit memory use for CPE matching
|
||||
|
||||
Updated/fixed packages: gdk-pixbuf, jack2, libzlib, matio,
|
||||
nbd, netatalk, opus, python-paramiko, python-treq,
|
||||
python-twisted, spidev_test, unbound, urandom-scripts, vim,
|
||||
wireshark, zlib-ng, zziplib
|
||||
|
||||
2021.02.11, released March 25th, 2022
|
||||
|
||||
Important / security related fixes.
|
||||
|
4
Makefile
4
Makefile
@ -92,9 +92,9 @@ all:
|
||||
.PHONY: all
|
||||
|
||||
# Set and export the version string
|
||||
export BR2_VERSION := 2021.02.11
|
||||
export BR2_VERSION := 2021.02.12
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1648206000
|
||||
BR2_VERSION_EPOCH = 1649260000
|
||||
|
||||
# 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='2021.02.11'
|
||||
RELEASE='2021.02.12'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
Loading…
Reference in New Issue
Block a user