Update for 2021.02.12

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021.02.x 2021.02.12
Peter Korsgaard 2022-04-06 17:51:40 +02:00
parent b927353cb6
commit ef68ba43d9
3 changed files with 14 additions and 3 deletions

11
CHANGES
View File

@ -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.

View File

@ -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)

View File

@ -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