diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-10-06 09:52:12 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-10-06 18:02:26 +0200 |
commit | 1b5694bbde038392f32e1b6776f6d9e38f0b010f (patch) | |
tree | eadbc2e9adf357883a85174acf5b49ce32c95434 | |
parent | 95e92e9b1a2c7b199acffa638dba7bb1e7aa9018 (diff) | |
download | buildroot-1b5694bbde038392f32e1b6776f6d9e38f0b010f.tar.gz buildroot-1b5694bbde038392f32e1b6776f6d9e38f0b010f.zip |
Update for 2018.05.3
[Peter: drop Makefile changes]
(cherry picked from commit 717309783755a883974896ea822675a7bf46da3a)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | CHANGES | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -159,6 +159,30 @@ #11121: statfs call corrupts memory struct statfs too small #11181: Switching toolchain does not work +2018.05.3, Released October 6th, 2018 + + Important / security related fixes. + + Add a number of patches to fix build errors for host utilities + on modern distributions using glibc-2.28. + + mkusers: Ensure existing group members are preserved when a + group is reprocessed. + + printvars: Fix issue with exceeding shell command line length + limits for certain setups. + + Updated/fixed packages: acpid, android-tools, apache, + arp-scan, bandwidthd, bind, bison, brltty, chipmunk, connman, + cppcms, fio, gcc, ghostscript, gnupg, httping, igmpproxy, + imagemagick, imlib2, ipsec-tools, lcm2, libcurl, libesmtp, + libnfs, libssh, libxslt, links, mediastreamer, minicom, + moarvm, nilfs-utils, ocrad, parted, php, postgresql, pv, + python-django, qt, qt5quickcontrols, qt5webengine, screen, + sdl2, shairport-sync, squashfs, strongswan, vboot-utils, + webkitgtk, wireguard, x265, xen, xlib_libXfont, xlib_libXft, + xlib_libxshmfence, zeromq + 2018.05.2, Released August 28th, 2018 Important / security related fixes. |