Update for 2020.02.12
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 5 Apr 2021 10:36:40 +0000 (12:36 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 5 Apr 2021 12:01:20 +0000 (14:01 +0200)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 1a6bd98fa87996f50f42a27857a9e9f029cc83e0)
[Peter: drop Makefile/Vagrantfile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
CHANGES

diff --git a/CHANGES b/CHANGES
index f110bc384a7d0a98f36a5a9ca4ff8d8511d7751d..c1ee6c4316b224343b34def47647a7d64afa9f8d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        #12796: Update OpenSSL to Version 1.1.1g to patch  CVE-2020-1967
        #12811: bootstrap stuck and no login prompt
 
+2020.02.12, released April 5, 2021
+
+       Important / security related fixes.
+
+       Dependencies: Explicitly detect and bail out if PATH contains
+       spaces or tabs. A number of packages fail to build in such
+       setups, so explicitly inform about this.
+
+       utils/scanpypi: Explicitly use python3 for compatibility with
+       packages using python3 syntax in setup.py
+
+       support/download: Fix tarball generation (from git/svn repos)
+       including symlinks pointing to ./<something>
+
+       Meson: Use correct C++ host compiler (rather than C compiler)
+
+       Updated/fixed packages: asterisk, batman-adv, bind,
+       ca-certificates, docker-containerd, dovecot,
+       dovecot-pigeonhole, diffutils, efivar, git, gnuchess, gnutls,
+       grub2, fakeroot, haserl, imagemagick, irqbalance, jasper,
+       kodi, libcurl, libebml, libglib2, libjpeg, libopenssl,
+       libupnp, libvips, lldpd, mariadb, mbedtls, mosquitto, nodejs,
+       netsnmp, nettle, openldap, openmpi, openssh, opkg-utils, perl,
+       php, privoxy, prosody, protobuf, python-aiohttp,
+       python-django, python-lxml, python-pyyaml, python-rpi-ws281x,
+       python3, redis, rpm, sconeserver, screen, sox, sqlcipher,
+       squid, sysvinit, tor, transmission, tzdata, uboot, upx,
+       util-linux, wireshark, wolfssl, wpa_supplicant, zstd
+
+       Issues resolved (http://bugs.uclibc.org):
+
+       #13516: utils/scanpypi: Failure when parsing diffoscope
+       #13541: 2021.02.rc2: irqbalance: Daemon couldn't be bound to..
+       #13576: Issues compiling buildroot for 5x86
+       #13581: jpegsrc.v9d.tar.gz has changed hash
+       #13616: tar file from git repository generation issue
+
 2020.02.11, released February 17, 2021
 
        Important / security related fixes.