Update for 2017.02.6

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2017-09-24 22:17:59 +02:00
parent 07ddb40567
commit 8ee6c1d60e
2 changed files with 13 additions and 12 deletions

21
CHANGES
View File

@ -1,4 +1,4 @@
2017.02.6, Not yet released
2017.02.6, Released September 24th, 2017
Important / security related fixes.
@ -10,15 +10,16 @@
Updated/fixed packages: apache, bcusdk, bind, binutils,
bluez5_utils, botan, cmake, connman, dbus, dialog, e2fsprogs,
faad2, fakeroot, ffmpeg, file, flashrom, gcc, gd, gdb,
gdk-pixbuf, git, gnupg, gpsd, grub2, imagemagick, iostat,
iucode-tool, jack2, libarchive, libcurl, libgcrypt,
libphidget, librsync, librsvg, libsoup, libxml2, linux-tools,
lua, mariadb, mbedtls, mediastreamer, minidlna, netplug,
nss-pam-ldapd, nvidia-driver, openjpeg, postgresql,
proxychains-ng, python-libconfig, python-service-identity, qt,
rpcbind, ruby, samba4, squashfs, squid, strongswan,
subversion, supervisor, sysvinit, tcpdump, transmission,
unrar, valgrind, vim, webkitgtk, whois, xen, zmqpp
gdk-pixbuf, git, gnupg, gpsd, grub2, gst1-plugins-bad,
imagemagick, iostat, iucode-tool, jack2, libarchive, libcurl,
libgcrypt, libidn, libphidget, librsync, librsvg, libsoup,
libxml2, linux-tools, lua, mariadb, mbedtls, mediastreamer,
minidlna, netplug, nss-pam-ldapd, nvidia-driver, openjpeg,
postgresql, proxychains-ng, python-libconfig,
python-service-identity, qt, rpcbind, ruby, samba4, squashfs,
squid, strongswan, subversion, supervisor, sysvinit, tcpdump,
tor, transmission, unrar, valgrind, vim, webkitgtk, whois,
xen, zmqpp
Issues resolved (http://bugs.buildroot.org):

View File

@ -86,9 +86,9 @@ else # umask / $(CURDIR) / $(O)
all:
# Set and export the version string
export BR2_VERSION := 2017.02.5
export BR2_VERSION := 2017.02.6
# Actual time the release is cut (for reproducible builds)
BR2_VERSION_EPOCH = 1501100000
BR2_VERSION_EPOCH = 1506285000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)