diff options
author | 2020-08-29 21:31:44 +0200 | |
---|---|---|
committer | 2020-08-29 21:31:44 +0200 | |
commit | 6ec5f4eb7121a2dd8cf08c4ea805aa3c9a586b84 (patch) | |
tree | 13a344965b725e1ceeb56117a6e03d381ce64035 | |
parent | dc2152dbb6f6876e56cd5054d30111d0193d4c98 (diff) | |
download | buildroot-2020.02.5.tar.gz buildroot-2020.02.5.tar.bz2 |
Update for 2020.02.52020.02.5
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | CHANGES | 32 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 34 insertions, 2 deletions
@@ -1,3 +1,35 @@ +2020.02.5, released August 29th, 2020 + + Important / security related fixes. + + Infrastructure: Ensure RPATH entries that may be needed for + dlopen() are not dropped by patchelf. + + BR_VERSION_FULL/setlocalversion (used by make print-version + and /etc/os-release): Properly handle local git tags + + Updated/fixed packages: apache, at91bootstrap3, bind, boost, + busybox, capnproto, chrony, collectd, cpio, cryptsetup, cups, + cvs, dbus, docker-engine, domoticz, dovecot, + dovecot-pigeonhole, dropbear, efl, elixir, f2fs-tools, ffmpeg, + gd, gdk-pixbuf, ghostscript, glibc, grub2, gst1-plugins-bad, + hostapd, iputils, jasper, json-c, libcurl, libwebsockets, + linux, live555, mesa3d, mosquitto, mpv, nodejs, opencv, + opencv3, openjpeg, patchelf, perl, php, postgresql, + python-django, python-gunicorn, python-matplotlib, ripgrep, + rtl8188eu, rtl8821au, ruby, shadowsocks-libev, squid, + tpm2-abrmd, tpm2-tools, trousers, uacme, webkitgtk, wireshark, + wolfssl, wpa_supplicant, wpewebkit, xen, xlib_libX11, + xserver_xorg-server + + Issues resolved (http://bugs.uclibc.org): + + #12876: nodejs fails to build when host-icu has been built before + #13111: python-gunicorn: missing dependency on python-setuptools + #13121: wpa_supplicant fails to build without libopenssl enabled + #13141: Target-finalize fail with "depmod: ERROR: Bad version passed" + #13156: package live555 new license + 2020.02.4, released July 26th, 2020 Important / security related fixes. @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2020.02.4 +export BR2_VERSION := 2020.02.5 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1595750000 +BR2_VERSION_EPOCH = 1598727000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) |