diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2019-02-23 20:59:56 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-02-23 22:42:56 +0100 |
commit | ea5cf87d56a43dfb696f0b3c17bf376a9c65b5dc (patch) | |
tree | b3df3429c7120aac6e812c932742b69b01025dda | |
parent | fc9f9cd76f11ae45974cf106b094a18186267869 (diff) | |
download | buildroot-ea5cf87d56a43dfb696f0b3c17bf376a9c65b5dc.tar.gz buildroot-ea5cf87d56a43dfb696f0b3c17bf376a9c65b5dc.zip |
Update for 2018.02.11
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 56347fc8eabc7c563bb9794ac5a9429fb9d2a6d9)
[Peter: drop Makefile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | CHANGES | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -953,6 +953,28 @@ #10961: Grub2 fails to build for x86_64 when BR2_SSP_ALL is enabled +2018.02.11, Released February 23th, 2019 + + Important / security related fixes. + + Ensure the PLATFORM and OS environment variables are not set, + as they cause build issues for some packages. + + The package list infrastructure now correctly handles packages + installing files with old mtime. + + Linux: Skip hash checks for user supplied downloadable + patches, as no hash checksums are available for those. + + scanpypi: protect against zip-slip vulnerability in zip/tar + handling + + Updated/fixed packages: bind, dhcpcd, dovecot, ghostscript, + gnuradio, imagemagick, jpeg-turbo, libarchive, libb64, + libcurl, libid3tag, madplay, mosquitto, openssh, php, + postgresql, proftpd, python, python-django, python3, qt5base, + sqlcipher, swupdate, systemd, unzip, webkitgtk + 2018.02.10, Released January 31th, 2019 Important / security related fixes. |