diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2018-05-04 18:24:30 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-06-18 20:03:01 +0200 |
| commit | 0c2b920b2f8a4fa773af94cb77ea924daa2de63b (patch) | |
| tree | fc63f37bff24f27af288edd0879eaf10c9254b0a | |
| parent | 4fbb2d143d9413df1cb771150920789b863783e3 (diff) | |
| download | buildroot-0c2b920b2f8a4fa773af94cb77ea924daa2de63b.tar.gz buildroot-0c2b920b2f8a4fa773af94cb77ea924daa2de63b.zip | |
Update for 2018.02.2
[Peter: drop Makefile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 4acca318b1630b6aa0e1113948e7678dd902b8a3)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | CHANGES | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -194,6 +194,37 @@ #10961: Grub2 fails to build for x86_64 when BR2_SSP_ALL is enabled +2018.02.2, Released May 4th, 2018 + + Important / security related fixes. + + Tweak package size/file instrumentation to better handle + package rebuilds. + + Revert /etc/shells creation when bash is enabled. + + Exclude /lib/firmware from the rpath fixup logic, as it may + contain non-native ELF files. + + Scanpypi: Support the new PyPi infrastructure. + + Handle GCC 8.x on the host. + + Ensure timestamp of /usr is updated to support the systemd + ConditionNeedsUpdate option. + + Updated/fixed packages: bluez5_utils, flann, gdb, gnupg2, + grub2, libcec, libcgi, libglib2, libgpg-error, libgpgme, + libtomcrypt, mbedtls, mkpasswd, php, python, python-requests, + python-watchdog, qt53d, qt5websockets, sdl2, sdl2_image, + syslog-ng, systemd, tcl, tcllib, uclibc, usb_modeswitch, + wireguard, wmctrl + + Issues resolved (http://bugs.uclibc.org): + + #10896: /bin/sh not in /etc/shells + #10961: Grub2 fails to build for x86_64 when BR2_SSP_ALL is enabled + 2018.02.1, Released April 9th, 2018 Important / security related fixes. |

