]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Update for 2017.02.10 2017.02.10
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 31 Jan 2018 19:19:39 +0000 (20:19 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 31 Jan 2018 19:19:39 +0000 (20:19 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
CHANGES
Makefile

diff --git a/CHANGES b/CHANGES
index a632a936753d05e50400fcf2d23c5a0d624ef460..d006d9365b78dbfc2449f4795d89981df3d02324 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,33 @@
+2017.02.10, Released January 31st, 2018
+
+       Important / security related fixes.
+
+       nconfig: Fix for ncurses/ncursesw linking issue causing crashes.
+
+       System: Only show getty options when busybox init or sysvinit
+       are used.
+
+       Infrastructure: Fix build issue for autotools based packages
+       checking for C++ support on toolchains without C++ support and
+       on a distro lacking /lib/cpp (E.G. Arch Linux).
+
+       Updated/fixed packages: avahi, berkeleydb, bind, busybox,
+       ccache, clamav, coreutils, dovecot, eeprog, eudev, fis,
+       intel-microcode, iputils, irssi, kmsxx, liberation, libiio,
+       lz4, mariadb, matchbox-lib, mcookie, openocd, php, pound,
+       rpcbind, squid, tar, ti-cgt-pru, transmission, util-linux,
+       webkitgtk, wireshark, xen
+
+       Issues resolved (http://bugs.buildroot.org):
+
+       #9996: lz4 package does not install lz4 binaries in target
+       #10176: Rsyslog's S01logging is deleted by Busybox.mk from...
+       #10216: package/x11r7/mcookie/mcookie.c:207: bad size ?
+       #10301: systemd/getty unused options
+       #10331: kmsxx, host installation fails with BR2_SHARED_...
+       #10536: Finding non-relative paths in the ccache
+       #10641: avahi-autoipd not starting when using systemd-tmpfiles
+
 2017.02.9, Released January 1st, 2018
 
        Important / security related fixes.
index f35b0a0acd502990b7b9d78666e869698b19659d..7d609ed8d98a0212ee04cc222b5da613a1a9a2f7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -86,9 +86,9 @@ else # umask / $(CURDIR) / $(O)
 all:
 
 # Set and export the version string
-export BR2_VERSION := 2017.02.9
+export BR2_VERSION := 2017.02.10
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1514805000
+BR2_VERSION_EPOCH = 1517426000
 
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)