diff options
author | 2019-02-23 20:59:56 +0100 | |
---|---|---|
committer | 2019-02-23 20:59:56 +0100 | |
commit | 56347fc8eabc7c563bb9794ac5a9429fb9d2a6d9 (patch) | |
tree | c201e5765a53183323b74b82ea4a9334f3209a71 | |
parent | f693ed7e42801f1b711ca649fd0e8ff200c3a01c (diff) | |
download | buildroot-2018.02.11.tar.gz buildroot-2018.02.11.tar.bz2 |
Update for 2018.02.112018.02.11
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | CHANGES | 22 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 24 insertions, 2 deletions
@@ -1,3 +1,25 @@ +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. @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2018.02.10 +export BR2_VERSION := 2018.02.11 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1548952000 +BR2_VERSION_EPOCH = 1550952000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) |