Update for 2021.11.3

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021.11.x 2021.11.3
Peter Korsgaard 2022-03-24 22:51:07 +01:00
parent 3106b412be
commit d30542dde7
3 changed files with 26 additions and 3 deletions

23
CHANGES
View File

@ -1,3 +1,26 @@
2021.11.3, released March 24th, 2022
Important / security related fixes.
Updated/fixed packages: apache, azure-iot-sdk-c, boinc, dbus,
directfb, docker-engine, exempi, expat, flac, gdb, gdk-pixbuf,
gnutls, go, haproxy, libcurl, libiec61850, libminiupnpc,
libodb, libodb-boost, libopenssl, libpjsip, libressl, librsvg,
libsrtp, libvirt, libxml2, libxslt, lxc, mariadb, minidlna,
odb, openblas, openvpn, oprofile, php, pppd, python-ipython,
python-twisted, raptor, rpi-firmware, samba4, seatd,
timescaledb, usbguard, util-linux, vim, wavpack,
wireless-regdb, wireplumber, wireshark, wolfssl, xscreensaver,
xterm, zsh
New packages: gdk-pixbuf-xlib
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.11.2, 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.11.2
export BR2_VERSION := 2021.11.3
# Actual time the release is cut (for reproducible builds)
BR2_VERSION_EPOCH = 1646080000
BR2_VERSION_EPOCH = 1648158600
# 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.11.2'
RELEASE='2021.11.3'
### Change here for more memory/cores ###
VM_MEMORY=2048