Update for 2021.02.11

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2022-03-25 12:08:14 +01:00
parent be37df00da
commit 6a78c830a4
3 changed files with 27 additions and 3 deletions

24
CHANGES
View File

@ -1,3 +1,27 @@
2021.02.11, released March 25th, 2022
Important / security related fixes.
Updated/fixed packages: apache, azure-iot-sdk-c, dbus,
directfb, docker-engine, exempi, expat, flac, gdk-pixbuf,
gnutls, go, haproxy, libcurl, libiec61850, libminiupnpc,
libodb, libodb-boost, libopenssl, libpjsip, libressl, librsvg,
libsrtp, libxml2, libxslt, lxc, mariadb, odbm openblas,
openvpn, oprofile, php, pppd, python-ipython, python-treq,
python-twisted, python-txbus, python-txtorcon, raptor,
rpi-firmware, samba4, timescaledb, util-linux, vim, wavpack,
wireless-regdb, wireshark, wolfssl, xscreensaver, xterm, zsh
New packages: gdk-pixbuf-xlib
Removed packages: python-coherence
Issues resolved (http://bugs.uclibc.org):
#13126: make fails - bzip2-1.0.6.tar.gz and DirectFB-1.7.7.tar..
#14636: azure-iot-sdk-c: Installed headers do not compile
#14641: oprofile can not find the events files
2021.02.10, released February 28th, 2022
Important / security related fixes.

View File

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

View File

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