From ef68ba43d965528bd5c622407dfb9a5e3b343493 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 6 Apr 2022 17:51:40 +0200 Subject: [PATCH] Update for 2021.02.12 Signed-off-by: Peter Korsgaard --- CHANGES | 11 +++++++++++ Makefile | 4 ++-- support/misc/Vagrantfile | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index c9822cdf80..a9973a9076 100644 --- a/CHANGES +++ b/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. diff --git a/Makefile b/Makefile index a3c5802d55..731d784ffb 100644 --- a/Makefile +++ b/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) diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index 7e97a277ea..cfbe7a1cf8 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -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