mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Update for 2017.02.5
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
23
CHANGES
23
CHANGES
@@ -1,3 +1,26 @@
|
|||||||
|
2017.02.5, Released July 27th, 2017
|
||||||
|
|
||||||
|
Important / security related fixes.
|
||||||
|
|
||||||
|
Webkitgtk bumped to the 2.16.x series, fixing a large number
|
||||||
|
of security issues.
|
||||||
|
|
||||||
|
host-aespipe compile fix for Debian/Gentoo/Ubuntu toolchains
|
||||||
|
which default to PIE mode.
|
||||||
|
|
||||||
|
Updated/fixed packages: aespipe, apache, bind, binutils,
|
||||||
|
ccache, collectd, efibootmgr, efivar, expat, ffmpeg, gcc,
|
||||||
|
heimdal, iproute2, irssi, libglib2, libmemcached, libosip2,
|
||||||
|
libtirpc, libxml-parser-perl, linux-fusion, linux-zigbee,
|
||||||
|
mpg123, nodejs, orc, pcre, php, pulseaudio,
|
||||||
|
python-setproctitle, qt5base, rpi-firmware, samba4, syslinux,
|
||||||
|
systemd, spice, tiff, webkitgtk, x265, xen,
|
||||||
|
xserver_xorg-server, xvisor
|
||||||
|
|
||||||
|
Issues resolved (http://bugs.buildroot.org):
|
||||||
|
|
||||||
|
#10061: gcc5.4 buildroot toolchain for powerpc libsanitizer...
|
||||||
|
|
||||||
2017.02.4, Released July 4th, 2017
|
2017.02.4, Released July 4th, 2017
|
||||||
|
|
||||||
Important / security related fixes.
|
Important / security related fixes.
|
||||||
|
|||||||
4
Makefile
4
Makefile
@@ -86,9 +86,9 @@ else # umask / $(CURDIR) / $(O)
|
|||||||
all:
|
all:
|
||||||
|
|
||||||
# Set and export the version string
|
# Set and export the version string
|
||||||
export BR2_VERSION := 2017.02.4
|
export BR2_VERSION := 2017.02.5
|
||||||
# Actual time the release is cut (for reproducible builds)
|
# Actual time the release is cut (for reproducible builds)
|
||||||
BR2_VERSION_EPOCH = 1499186000
|
BR2_VERSION_EPOCH = 1501100000
|
||||||
|
|
||||||
# Save running make version since it's clobbered by the make package
|
# Save running make version since it's clobbered by the make package
|
||||||
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
|
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
|
||||||
|
|||||||
Reference in New Issue
Block a user