diff options
author | 2020-11-16 23:13:14 +0100 | |
---|---|---|
committer | 2020-11-16 23:13:14 +0100 | |
commit | 5a90d87d331aa440cd024c7269a0673d94792896 (patch) | |
tree | 0cb7d6a25e5c967cdd0055f88110ef6b91e15633 | |
parent | db0aa57d9487fedc314e23c29df75b7dc310ae97 (diff) | |
download | buildroot-5a90d87d331aa440cd024c7269a0673d94792896.tar.gz buildroot-5a90d87d331aa440cd024c7269a0673d94792896.tar.bz2 |
Update for 2020.08.22020.08.2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | CHANGES | 27 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 28 insertions, 1 deletions
@@ -1,3 +1,30 @@ +2020.08.2, released November 16th, 2020 + + Important / security related fixes. + + Toolchain-wrapper: Pass -fno-tree-loop-distribute-patterns to + fix kernel build on microblaze with gcc 10.x when + optimizations are enabled. + + Updated/fixed packages: apparmor, argp-standalone, asterisk, + bandwidthd, binutils, bitcoin, busybox, collectd, cryptsetup, + cups-filters, darkhttpd, davfs2, dvb-apps, docker-cli, + docker-containerd, docker-engine, dovecot-pigeonhole, elf2flt, + fastd, fbset, fbtft, freetype, gcc, ghostscript, grpc, + gst1-plugins-bad, jsoncpp, kernel-module-imx-gpu-viv, + keepalived, kmscube, libass, libexif, libiqrf, + libnetfilter_conntrack, libpam-tacplus, libraw, + linux-backports, linux-firmware, lzlib, mp4v2, netsnmp, nginx, + numactl, oniguruma, opencv3, openntpd, patchelf, php, + pistache, postgresql, python-pyqt5, qemu, qt5base, rauc, + redis, samba4, slirp, systemd, tcpdump, tinyproxy, tmux, tor, + waf, webkitgtk, wine, wireguard-linux-compat, wireshark, + wpewebkit, xen, xorriso, xvisor, zeromq, zxing-cpp + + Issues resolved (http://bugs.uclibc.org): + + #11931: Bugs in support/scripts/apply-patches.sh + 2020.08.1, released October 12th, 2020 Important / security related fixes. @@ -92,7 +92,7 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2020.08.1 +export BR2_VERSION := 2020.08.2 # Actual time the release is cut (for reproducible builds) BR2_VERSION_EPOCH = 1602507000 |