diff options
author | 2019-03-29 15:27:56 +0100 | |
---|---|---|
committer | 2019-03-29 15:27:56 +0100 | |
commit | c2bc504367392fdcb1fa663d5d5f8a8057f89908 (patch) | |
tree | 39113524bc82a318ee9396490391352be39dd1a9 | |
parent | 85961d741e3327e65f615b4936b02bb8e725dc84 (diff) | |
download | buildroot-2018.02.x.tar.gz buildroot-2018.02.x.tar.bz2 |
Update for 2018.02.122018.02.122018.02.x
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | CHANGES | 11 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +2018.02.12, Released March 29th, 2019 + + Important / security related fixes. + + Updated/fixed packages: avahi, beecrypt, busybox, clamav, + cups, devmem2, fetchmail, file, fltk, gcc, gdb, git, jq, + leveldb, libopenssl, libraw, libseccomp, libssh2, + libunistring, mariadb, mosquitto, nodejs, ntp, openjpeg, perl, + php, putty, qt5webkit, rdesktop, systemd, wireshark, vsftpd, + xapp_xdm, xlib_libXdmcp + 2018.02.11, Released February 23th, 2019 Important / security related fixes. @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2018.02.11 +export BR2_VERSION := 2018.02.12 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1550952000 +BR2_VERSION_EPOCH = 1553870000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) |