Update for 2020.02.8

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
diff --git a/CHANGES b/CHANGES
index 77e274f..389e305 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,23 @@
+2020.02.8, released November 16th, 2020
+
+	Important / security related fixes.
+
+	Updated/fixed packages: angularjs, argp-standalone, asterisk,
+	bandwidthd, bitcoin, busybox, cryptsetup, darkhttpd, davfs2,
+	docker-cli, docker-containerd, docker-engine,
+	dovecot-pigeonhole, fastd, fbset, fbtft, freetype, gcc,
+	ghostscript, gnuradio, grpc, gst1-plugins-bad, jsoncpp,
+	keepalived, libass, libexif, libiqrf, libpam-tacplus, libraw,
+	linux-backports, linux-firmware, lzlib, netsnmp, nginx,
+	oniguruma, opencv3, openntpd, patchelf, php, postgresql,
+	python-pyqt5, qt5base, rauc, redis, samba4, slirp, systemd,
+	tcpdump, tmux, tor, webkitgtk, wireguard-linux-compat,
+	wireshark, wpewebkit, xen, xorriso, zeromq, zxing-cpp
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#11931: Bugs in support/scripts/apply-patches.sh
+
 2020.02.7, released October 12th, 2020
 
 	Important / security related fixes.
diff --git a/Makefile b/Makefile
index bf17f52..a3fc46e 100644
--- a/Makefile
+++ b/Makefile
@@ -92,9 +92,9 @@
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2020.02.7
+export BR2_VERSION := 2020.02.8
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1602538000
+BR2_VERSION_EPOCH = 1605567000
 
 # 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 f08806d..1695972 100644
--- a/support/misc/Vagrantfile
+++ b/support/misc/Vagrantfile
@@ -5,7 +5,7 @@
 ################################################################################
 
 # Buildroot version to use
-RELEASE='2020.02.7'
+RELEASE='2020.02.8'
 
 ### Change here for more memory/cores ###
 VM_MEMORY=2048