]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Update for 2017.08.1 2017.08.1
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 23 Oct 2017 21:41:14 +0000 (23:41 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 23 Oct 2017 21:41:14 +0000 (23:41 +0200)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
CHANGES
Makefile

diff --git a/CHANGES b/CHANGES
index c042bf5e3e6efe3b29ffb457f06330a9e2a6bfcf..cfe489498509c87325dc7530eb57e707df1d5901 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,37 @@
+2017.08.1, Released October 23rd, 2017
+
+       Important / security related fixes.
+
+       Webkitgtk bumped to the 2.18.x series, fixing a large number
+       of security issues.
+
+       Defconfigs: galileo: fix ext4 related kernel config, bump
+       kernel for gcc 6.x compatibility, enable wchar support for
+       grub2. wandboard: correct rootfs offset
+
+       support: Ensure gzip compression level 6 is used for git
+       tarballs. check-bin-arch: Correctly handle (ignore) symbolic
+       links. check-rpath: Also handle PIE binaries
+
+       External toolchain: Correctly handle glibc Buildroot
+       toolchains built with merged /usr
+
+       musl: fix ARMv4 build with binutils 2.27.51+, fix for
+       CVE-2017-15650
+
+       Updated/fixed packages: apache, augeas, bind, bluez5_utils,
+       busybox, bzip2, cmake, dnsmasq, ejabberd, gcc, git, go, ffmpeg, file,
+       flashrom, gd, gdk-pixbug, gnupg2, hostapd, ifupdown-scripts,
+       imagemagick, iucode-tool, kernel-module-imx-gpu-viv, lame,
+       libarchive, libcurl, libffi, libidn, libmbim, libnspr, libnss,
+       libressl, librsync, libsoup, libxml2, libzip, mbedtls, musl,
+       netplug, nginx, openvpn, pkgconf, poppler, proxychains-ng,
+       qemu, qt, rpi-userland, syslog, ruby, samba4, softether,
+       sqlite, strongswan, subversion, supertuxkart, supervisor, tcpdump,
+       tor, unrar, urq, vboot-utils, webkitgtk, wpa_supplicant, xen,
+       xmlstarlet, xlib_libXfont, xlib_libXfont2,
+       xserver_xorg-server, zsh
+
 2017.08, Released September 1st, 2017
 
        Minor fixes.
index 42fcf6d0bbe1fa51f99fdd0cc00a03187b48f5e4..eb02092d156166fd2203f1e77da0233fa1e1badb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -87,9 +87,9 @@ all:
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2017.08
+export BR2_VERSION := 2017.08.1
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1504300000
+BR2_VERSION_EPOCH = 1508790000
 
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)