Update for 2018.02.11
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 23 Feb 2019 19:59:56 +0000 (20:59 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 23 Feb 2019 21:42:56 +0000 (22:42 +0100)
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>
CHANGES

diff --git a/CHANGES b/CHANGES
index d4ecae315ae1b5b70f0c353175a7e824879c6f0c..8bae45cea84c187709a13361fa4efec0b947c964 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        #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.