From dee53013da87dfa4bcb3433bdef79ec43b5a5c24 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 26 Jul 2020 10:08:24 +0200 Subject: [PATCH] Update for 2020.02.4 Signed-off-by: Peter Korsgaard --- CHANGES | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile | 4 ++-- 2 files changed, 61 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index cd7c130cd7..86ecec8f74 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,62 @@ +2020.02.4, released July 26th, 2020 + + Important / security related fixes. + + Toolchain: + - Make external toolchain version check also work for + toolchains configured with --with-gcc-major-version-only + + - Do not handle SOURCE_DATE_EPOCH in toolchain wrapper if the + compiler supports it, fixing an issue with precompiled + headers + + - Ensure debug libs from external toolchains are not installed + into target if debugging is disabled + + Download: + - Correct reproducibility issue in handling of git submodules + for older git versions. + + - Fix file locking over NFS + + fs: Ensure cpio archive element order is reproducible + + Br2-external: Fix error reporting for invalid br2-external trees + + Per-package: + - Fix an issue with python3 sysconfig data not getting + correctly expanded + + - Fix per-package building for packages using the qmake + infrastructure + + Updated/fixed packages: a10disp, asterisk, bind, cdrkit, + checkpolicy, clamav, dbus, docker-cli, docker-engine, + dvb-apps, e2fsprogs, exim, exiv2, freerdp, gnutls, go, grub2, + gssdp, gst1-plugins-good, gst1-plugins-ugly, gupnp, + intel-microcode, iproute2, irrlicht, iwd, jq, kodi, libcamera, + libconfuse, libcurl, libglib2, libhttpserver, libmicrohttpd, + libopenssl, libvncserver, libxml2, libxmlrpc, lxc, mbedtls, + mesa3d, meson, mtools, mutt, nghttp2, ngircd, nodejs, ntp, + open-plc-utils, open2300, openjdk-bin, openssh, oracle-mysql, + paho-mqtt-c, pcre, php, poco, prosody, putty, python-twisted, + python-urllib3, python-validators, python3, qt5xmlpatterns, + redis, rpi-firmware, rtl8821au, samba4, sdl2, sqlite, squid, + syslog-ng, systemd, tcpreplay, tinydtls, upmpdcli, upx, vlc, + webkitgtk, wireguard-linux-compat, wireshark, wpebackend-fdo, + wpewebkit, zstd + + Issues resolved (http://bugs.uclibc.org): + + #12941: Python GObject fails to build when using BR2_PER_PACKAGE_.. + #12946: Grub: Decompressor is too big. + #12986: Mtools: Error converting to codepage 850 + #13001: openjdk-bin replaces libfreetype.so from host-freetype + #13011: Incorrect selection of gcc version + #13026: rpi-firmware: must not rename start files + #13031: nodejs: RangeError at new ArrayBuffer() + #13046: Optimize for fast -Ofast is not compliant + 2020.02.3, released June 3rd, 2020 Important / security related fixes. diff --git a/Makefile b/Makefile index 1a20c6f358..b2dfce197a 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2020.02.3 +export BR2_VERSION := 2020.02.4 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1591196000 +BR2_VERSION_EPOCH = 1595750000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION)