diff options
author | 2019-03-28 23:04:10 +0100 | |
---|---|---|
committer | 2019-03-28 23:04:10 +0100 | |
commit | 962bef5d075581a7853af4e835b584a658b8f2c0 (patch) | |
tree | ecd196f0590a3124cb3ac4ae310359406bbd15fa | |
parent | 5c5fd451d8b86af3f710e0f9ce44929863f5d834 (diff) | |
download | buildroot-962bef5d075581a7853af4e835b584a658b8f2c0.tar.gz buildroot-962bef5d075581a7853af4e835b584a658b8f2c0.tar.bz2 |
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | CHANGES | 12 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,15 @@ +2018.11.4, Released March 28th, 2019 + + Important / security related fixes. + + Updated/fixed packages: avahi, beecrypt, binutils, botan, + busybox, clamav, cups, devmem2, efl, fetchmail, file, fltk, + gcc, gdb, git, go, gst-plugins-bad, iproute2, jq, + kf5-modemmanager-qt, leveldb, libopenssl, libraw, libseccomp, + libsoxr, libssh2, mariadb, mosquitto, nodejs, ntp, openjpeg, + perl, php, putty, qt5webkit, rdesktop, runc, samba4, swupdate, + systemd, tor, vsftpd, wireshark, xapp_xdm, xen, xlib_libXdmcp + 2018.11.3, 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.11.3 +export BR2_VERSION := 2018.11.4 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1550960000 +BR2_VERSION_EPOCH = 1553810000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) |