Browse Source

Update for 2021.02.12

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 3 years ago
parent
commit
ef68ba43d9
3 changed files with 14 additions and 3 deletions
  1. 11 0
      CHANGES
  2. 2 2
      Makefile
  3. 1 1
      support/misc/Vagrantfile

+ 11 - 0
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.

+ 2 - 2
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)

+ 1 - 1
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