]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Update for 2017.11.1 2017.11.1
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 31 Dec 2017 09:03:52 +0000 (10:03 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 31 Dec 2017 09:03:52 +0000 (10:03 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
CHANGES
Makefile

diff --git a/CHANGES b/CHANGES
index bca075a9d8d4fb5563b7b07c941faf9d80dad189..5de127d6a7e22778db5496ddf8ee7c88bcf217c7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+2017.11.1, Released December 31th, 2017
+
+       Important / security related fixes.
+
+       Updated/fixed packages: asterisk, checkpolicy, dhcp, flann,
+       gdb, glibc, heimdal, kodi-pvr-mediaportal-tvserver,
+       kodi-pvr-stalker, libcue, libopenssl, libpqxx, libsoxr,
+       linknx, linux-tools, lldpd, ltp-testsuite, mariadb, mfgtools,
+       nodejs, nut, pulseaudio, python-cffi, qemu, rsync, tor, uboot,
+       uboot-tools, vlc, webkitgtk, weston, wireguard, wireshark,
+       xenomai, xfsprogs
+
 2017.11, Released November 30, 2017
 
        Fixes all over the tree.
index a86d764721097bae21d3317799c4f68fcc0e9712..e4fb90adff5b1da199dd33d3cfc423345a6fe673 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -87,9 +87,9 @@ all:
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2017.11
+export BR2_VERSION := 2017.11.1
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1512070000
+BR2_VERSION_EPOCH = 1514710000
 
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)