Browse Source

Update for 2021.02.9

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

+ 29 - 0
CHANGES

@@ -1,3 +1,32 @@
+2021.02.9, released January 29th, 2022
+
+	Important / security related fixes.
+
+	check-package: Improve variable override check
+
+	pkg-stats: List CVEs where the version info cannot be parsed
+	as unsure rather than completely ignoring them.
+
+	Defconfigs: Beaglebone: Support BeagleBone black wireless
+
+	Updated/fixed packages: alsa-utils, apache, cage, capnproto,
+	civetweb, clamav, collectd, connman, coreutils, dav1d,
+	docker-cli, docker-containerd, docker-engine, expat,
+	findutils, flare-engine, flare-game, font-awesome, freeswitch,
+	gcc, ghostscript, gnuchess, go, grpc, gst1-interpipe,
+	gst1-plugins-bad, gst-rtsp-sever, gupnp-tools, hackrf, icu,
+	imagemagick, janus-gateway, keepalived, lapack, libjpeg,
+	libopenssl, libpjsip, liburiparser, linux-pam, lxc, mbedtls,
+	mongodb, mpd-mpc, nodejs, openblas, pcre2, polkit, poppler,
+	privoxy, prosody, python-django, python-lxml, python-pyqt5,
+	python3, qt5base, qt5location, rhash, ruby, runc, samba4,
+	sofia-sip, targetcli-fb, tcpreplay, tinyxml, vim, vlc,
+	wireshark, xapp_xauth, xen, xlib_libX11, xserver_xorg-server
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#14471: alsa_utils wrong deployment
+
 2021.02.8, released December 14th, 2021
 2021.02.8, released December 14th, 2021
 
 
 	Important / security related fixes.
 	Important / security related fixes.

+ 2 - 2
Makefile

@@ -92,9 +92,9 @@ all:
 .PHONY: all
 .PHONY: all
 
 
 # Set and export the version string
 # Set and export the version string
-export BR2_VERSION := 2021.02.8
+export BR2_VERSION := 2021.02.9
 # Actual time the release is cut (for reproducible builds)
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1639501000
+BR2_VERSION_EPOCH = 1643480000
 
 
 # Save running make version since it's clobbered by the make package
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)

+ 1 - 1
support/misc/Vagrantfile

@@ -5,7 +5,7 @@
 ################################################################################
 ################################################################################
 
 
 # Buildroot version to use
 # Buildroot version to use
-RELEASE='2021.02.8'
+RELEASE='2021.02.9'
 
 
 ### Change here for more memory/cores ###
 ### Change here for more memory/cores ###
 VM_MEMORY=2048
 VM_MEMORY=2048