[Buildroot] [git commit branch/2021.02.x] Update for 2021.02.7

Peter Korsgaard peter at korsgaard.com
Wed Nov 10 13:20:12 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=6e0019f9ca380a765dd79b3d3a80bb2bfc291522
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 CHANGES                  | 19 +++++++++++++++++++
 Makefile                 |  4 ++--
 support/misc/Vagrantfile |  2 +-
 3 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/CHANGES b/CHANGES
index 80382c7f9e..b7b335d598 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,22 @@
+2021.02.7, released November 10th, 2021
+
+	Important / security related fixes.
+
+	OpenJDK 16.x moved to 17.x as 16.x is EOL.
+
+	Updated/fixed packages: asterisk, audit, bind, bitcoin,
+	cryptsetup, dahdi-linux, dbus-python, dfu-util, docker-cli,
+	docker-containerd, docker-engine, earlyoom, exiv2, ffmpeg,
+	freerdp, gdb, gensio, gnupg2, go, gpsd, gst1-plugins-bad,
+	gst1-plugins-ugly, gst1-vaapi, hiredis, lftp, lightning,
+	lrzip, netdata, nodejs, olsr, openjdk, openjdk-bin, pango,
+	qemu, samba4, snort, strongswan, suricata, systemd, vim,
+	wf111, wireguard-linux-compat, xerces
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#14311: Cannot compile dahdi (part of Asterisk) for x86 (P1mmx)
+
 2021.02.6, released October 11, 2021
 
 	Important / security related fixes.
diff --git a/Makefile b/Makefile
index 2b96d5afa8..07301f2f10 100644
--- a/Makefile
+++ b/Makefile
@@ -92,9 +92,9 @@ all:
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2021.02.6
+export BR2_VERSION := 2021.02.7
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1633977000
+BR2_VERSION_EPOCH = 1636550000
 
 # 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 4092879130..c05053f2b2 100644
--- a/support/misc/Vagrantfile
+++ b/support/misc/Vagrantfile
@@ -5,7 +5,7 @@
 ################################################################################
 
 # Buildroot version to use
-RELEASE='2021.02.6'
+RELEASE='2021.02.7'
 
 ### Change here for more memory/cores ###
 VM_MEMORY=2048


More information about the buildroot mailing list