]> rtime.felk.cvut.cz Git - coffee/buildroot.git/log
coffee/buildroot.git
7 years agopackage/ltp-testsuite: bump to version 20170116
Petr Vorel [Wed, 18 Jan 2017 10:12:35 +0000 (11:12 +0100)]
package/ltp-testsuite: bump to version 20170116

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agosdl2: X11 support depends on MMU (fork)
Guillaume GARDET [Thu, 19 Jan 2017 21:53:27 +0000 (22:53 +0100)]
sdl2: X11 support depends on MMU (fork)

Fixes:

  http://autobuild.buildroot.net/results/2f7/2f738830bf98eb7284f99c11856a8694467b3daa

Signed-off-by: Guillaume GARDET <guillaume.gardet@oliseo.fr>
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agolinux-firmware: install rtl8168h firmware
Frank Hunleth [Thu, 19 Jan 2017 21:13:23 +0000 (16:13 -0500)]
linux-firmware: install rtl8168h firmware

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agolinux-firmware: sort Realtek GigE firmware
Frank Hunleth [Thu, 19 Jan 2017 21:13:22 +0000 (16:13 -0500)]
linux-firmware: sort Realtek GigE firmware

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agolibsndfile: disable external library dependencies
Peter Seiderer [Thu, 19 Jan 2017 20:11:32 +0000 (21:11 +0100)]
libsndfile: disable external library dependencies

Fixes static linking of pifmrds [1]:

host/usr/bin/arm-linux-gcc -static -o pi_fm_rds rds.o waveforms.o pi_fm_rds.o fm_mpx.o control_pipe.o -lsndfile -lm
.../host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libsndfile.a(flac.o): In function `sf_flac_error_callback':
 flac.c:(.text+0x44c): undefined reference to `FLAC__StreamDecoderErrorStatusString'

host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libsndfile.a(ogg.o): In function `ogg_close':
 ogg.c:(.text+0x10): undefined reference to `ogg_sync_clear'

host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libsndfile.a(ogg_vorbis.o): In function `vorbis_read_sample':
ogg_vorbis.c:(.text+0x26c): undefined reference to `vorbis_synthesis_pcmout'

[1] http://autobuild.buildroot.net/results/9b7/9b7638caa8f3e82e38fb68b0321cb649618a0131

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopython-toml: new package
Yegor Yefremov [Mon, 16 Jan 2017 15:46:18 +0000 (16:46 +0100)]
python-toml: new package

Use GitHub instead of PyPI because PyPI release if out-of-date.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agogd: security bump to version 2.2.4
Gustavo Zacarias [Thu, 19 Jan 2017 13:44:51 +0000 (10:44 -0300)]
gd: security bump to version 2.2.4

Fixes:
CVE-2016-9317 - gdImageCreate() doesn't check for oversized images and
as such is prone to DoS vulnerabilities.
CVE-2016-6912 - double-free in gdImageWebPtr()
(without CVE):
Potential unsigned underflow in gd_interpolation.c
DOS vulnerability in gdImageCreateFromGd2Ctx()
Signed Integer Overflow gd_io.c

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolinux-headers: bump 3.18.x and 4.1.x series
Gustavo Zacarias [Thu, 19 Jan 2017 13:04:26 +0000 (10:04 -0300)]
linux-headers: bump 3.18.x and 4.1.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agotslib: needs kernel headers 3.12
Baruch Siach [Thu, 19 Jan 2017 12:50:47 +0000 (14:50 +0200)]
tslib: needs kernel headers 3.12

Kernel headers 3.12+ are required since tslib version 1.3.

https://github.com/kergoth/tslib/blob/master/README.markdown

Update tslib reverse dependencies.

Fixes:
http://autobuild.buildroot.net/results/28d/28df38e2a042f1b5940bf35c18334ebf8810a348/
http://autobuild.buildroot.net/results/c38/c383cfee3673aa9fba36a86f1e68de63413c2987/
http://autobuild.buildroot.net/results/6dd/6ddb2cd9f4f41ee03dc10a73422ad37070811732/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoscreen: bump version to 4.5.0
Vicente Olivert Riera [Wed, 18 Jan 2017 11:09:37 +0000 (11:09 +0000)]
screen: bump version to 4.5.0

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolinux-firmware: add option for Intel i915 video cards firmware
Wolfgang Grandegger [Wed, 18 Jan 2017 16:24:23 +0000 (17:24 +0100)]
linux-firmware: add option for Intel i915 video cards firmware

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
[Thomas: preserve alphabetic ordering.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agoqt5base: use libinput if selected
Wolfgang Grandegger [Wed, 18 Jan 2017 16:19:28 +0000 (17:19 +0100)]
qt5base: use libinput if selected

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
[Thomas:
 - move condition to a different place in the .mk file, with other
   similar conditions.
 - add an 'else' clause to pass -no-libinput in order to explicitly
   disable libinput support when the libinput package is not available.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agoDEVELOPERS: add Petr Vorel to ltp-testsuite
Petr Vorel [Wed, 18 Jan 2017 11:24:19 +0000 (12:24 +0100)]
DEVELOPERS: add Petr Vorel to ltp-testsuite

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agocups: bump version to 2.2.2
Vicente Olivert Riera [Wed, 18 Jan 2017 11:46:42 +0000 (11:46 +0000)]
cups: bump version to 2.2.2

And tweak 0003-Sanitize-the-installation-process.patch for this new
release.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/xcb-util: remove obsolete dependency on gperf
Alvaro G. M [Wed, 18 Jan 2017 11:17:16 +0000 (12:17 +0100)]
package/xcb-util: remove obsolete dependency on gperf

Signed-off-by: Alvaro Gamez Machado <alvaro.gamez@hazent.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agobarebox: bump to version 2017.01.0
Fabio Porcedda [Wed, 18 Jan 2017 16:58:54 +0000 (17:58 +0100)]
barebox: bump to version 2017.01.0

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agoRevert "gperf: bump to version 3.1"
Gustavo Zacarias [Tue, 17 Jan 2017 23:23:12 +0000 (20:23 -0300)]
Revert "gperf: bump to version 3.1"

Revert gperf bump, it's breaking everything left and right. Fixes:
http://autobuild.buildroot.net/results/9d5/9d5dad172fe5c5a6247cd5ce6928307236184a64/
http://autobuild.buildroot.net/results/872/8728860024c7d114fb5b8df3f55588ac09ecf323/

And probably other packages as well.

This reverts commit 570c8d2ae6a10e10b45adc75145726994219f946.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoperl: fix static build with gdbm + gettext
Francois Perrad [Tue, 17 Jan 2017 15:04:03 +0000 (16:04 +0100)]
perl: fix static build with gdbm + gettext

see http://autobuild.buildroot.org/results/d1f/d1f133ca3693b6653eed4fc513effc0bbdcfd9c9/

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agogperf: bump to version 3.1
Alvaro G. M [Tue, 17 Jan 2017 11:47:50 +0000 (12:47 +0100)]
gperf: bump to version 3.1

Signed-off-by: Alvaro Gamez Machado <alvaro.gamez@hazent.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agosnmppp: bump version to 3.3.9
Vicente Olivert Riera [Tue, 17 Jan 2017 12:11:08 +0000 (12:11 +0000)]
snmppp: bump version to 3.3.9

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/uclibc: Fix removal of libintl.h
Bernd Kuhls [Mon, 16 Jan 2017 20:59:03 +0000 (21:59 +0100)]
package/uclibc: Fix removal of libintl.h

Needed to fix
http://autobuild.buildroot.net/results/6be/6be94fe2542f3ac9fb785dd22f504e25c2a7802e/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/mono: bump to version 4.6.2.16
Angelo Compagnucci [Mon, 16 Jan 2017 21:14:54 +0000 (22:14 +0100)]
package/mono: bump to version 4.6.2.16

This commit bumps mono to version 4.6.2.16

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agolibgtk3: bump to version 3.22.7
Gustavo Zacarias [Tue, 17 Jan 2017 01:23:27 +0000 (22:23 -0300)]
libgtk3: bump to version 3.22.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agogdk-pixbuf: bump to version 2.36.4
Gustavo Zacarias [Tue, 17 Jan 2017 01:23:16 +0000 (22:23 -0300)]
gdk-pixbuf: bump to version 2.36.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agoxtables-addons: bump to version 2.12
Gustavo Zacarias [Mon, 16 Jan 2017 23:36:09 +0000 (20:36 -0300)]
xtables-addons: bump to version 2.12

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agopackage/efl: use "depends on" instead of "select" BR2_PACKAGE_EFL_WAYLAND
Romain Naour [Fri, 30 Dec 2016 16:22:49 +0000 (17:22 +0100)]
package/efl: use "depends on" instead of "select" BR2_PACKAGE_EFL_WAYLAND

The efl Wayland support shouldn't select Wayland package itself. It must
be an user decision, so use "depends on" instead.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Reviewed-by: Gustavo Sverzut Barbieri <barbieri@profusion.mobi>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 years agolibevdev: bump version to 1.5.6
Peter Seiderer [Mon, 16 Jan 2017 21:04:33 +0000 (22:04 +0100)]
libevdev: bump version to 1.5.6

For details see [1].

[1] https://lists.freedesktop.org/archives/input-tools/2017-January/001380.html

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoproftpd: bump to version 1.3.5d
Gustavo Zacarias [Mon, 16 Jan 2017 14:31:37 +0000 (11:31 -0300)]
proftpd: bump to version 1.3.5d

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopoppler: bump to version 0.51.0
Gustavo Zacarias [Mon, 16 Jan 2017 13:48:02 +0000 (10:48 -0300)]
poppler: bump to version 0.51.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolibinput: bump to version 1.5.4
Gustavo Zacarias [Mon, 16 Jan 2017 13:48:37 +0000 (10:48 -0300)]
libinput: bump to version 1.5.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agosudo: bump to version 1.8.19p2
Gustavo Zacarias [Mon, 16 Jan 2017 13:50:22 +0000 (10:50 -0300)]
sudo: bump to version 1.8.19p2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agozlib: bump to version 1.2.11
Gustavo Zacarias [Mon, 16 Jan 2017 13:52:32 +0000 (10:52 -0300)]
zlib: bump to version 1.2.11

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agosysstat: bump version to 11.4.3
Vicente Olivert Riera [Mon, 16 Jan 2017 13:34:26 +0000 (13:34 +0000)]
sysstat: bump version to 11.4.3

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agocmake: bump version to 3.7.2
Vicente Olivert Riera [Mon, 16 Jan 2017 13:20:12 +0000 (13:20 +0000)]
cmake: bump version to 3.7.2

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoimagemagick: bump version to 7.0.4-4
Vicente Olivert Riera [Mon, 16 Jan 2017 13:19:09 +0000 (13:19 +0000)]
imagemagick: bump version to 7.0.4-4

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolighttpd: bump version to 1.4.45
Vicente Olivert Riera [Mon, 16 Jan 2017 13:17:48 +0000 (13:17 +0000)]
lighttpd: bump version to 1.4.45

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/python-pillow: bump to version 4.0.0
Angelo Compagnucci [Mon, 16 Jan 2017 10:48:25 +0000 (11:48 +0100)]
package/python-pillow: bump to version 4.0.0

This commit bumps python pillow to 4.0.0 version

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/mpd: drop dependency on libglib2
Jörg Krause [Sun, 15 Jan 2017 20:34:35 +0000 (21:34 +0100)]
package/mpd: drop dependency on libglib2

Version 0.20.x does not depend on libglib2 anymore. Note, that the
dependency on MMU and Thread remain, as MPD uses fork() and thread
functionality.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/mpd: bump version to 0.20.2
Jörg Krause [Sun, 15 Jan 2017 20:34:34 +0000 (21:34 +0100)]
package/mpd: bump version to 0.20.2

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agocore/br2-external: fix use of relative paths
Yann E. MORIN [Sat, 14 Jan 2017 15:20:52 +0000 (16:20 +0100)]
core/br2-external: fix use of relative paths

Fixes #9576

When the path to a br2-external tree is relative, make enters an endless
recursive loop (paths elided for brevity):

    $ make BR2_EXTERNAL=.. foo_defconfig
    make[1]: stat: ../configs/../configs/../configs[...]/toto_defconfig: Filename too long
    make[1]: *** No rule to make target '../configs/../configs/../configs[...]/toto_defconfig',
    needed by '../configs/../configs/../configs[...]/toto_defconfig'.  Stop.
    Makefile:79: recipe for target '_all' failed
    make: *** [_all] Error 2

It is a bit complex to understand the actual technical reason for this
never-ending expansion; it seems it happens in the code generated by the
percent_defconfig macro. Not sure why, though...

But the root cause is the relative path.

Just use absolute, canonical paths to br2-external trees. Always.

[Peter: add bugzilla reference]
Reported-by: outtierbert@gmail.com
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoagentpp: bump to 4.0.7
Luca Ceresoli [Mon, 16 Jan 2017 08:34:20 +0000 (09:34 +0100)]
agentpp: bump to 4.0.7

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agosnmppp: bump to 3.3.8
Luca Ceresoli [Mon, 16 Jan 2017 08:34:19 +0000 (09:34 +0100)]
snmppp: bump to 3.3.8

Remove patch not needed anymore: the bug has been fixed in this release.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolinux: bump default to version 4.9.4
Fabio Estevam [Sun, 15 Jan 2017 20:24:27 +0000 (18:24 -0200)]
linux: bump default to version 4.9.4

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolinux-headers: bump 4.{4, 9}.x series
Fabio Estevam [Sun, 15 Jan 2017 20:24:26 +0000 (18:24 -0200)]
linux-headers: bump 4.{4, 9}.x series

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/espeak: fix build issue with gcc6
Romain Naour [Sun, 15 Jan 2017 18:40:08 +0000 (19:40 +0100)]
package/espeak: fix build issue with gcc6

On some architecture, "char" is signed (x86_64, nios2...) so the
compiler try to convert int 0xc2 and 0xba to a signed char.
This is an error since gcc6 (Wnarrowing).

cast string_ordinal init values.

Fixes:
http://autobuild.buildroot.net/results/bae/baef9888b1979d18171668a675985e3f3b45fda6

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopython-bottle: bump version to 0.12.13
Peter Korsgaard [Sun, 15 Jan 2017 17:52:52 +0000 (18:52 +0100)]
python-bottle: bump version to 0.12.13

0.12.12 and 0.12.13 are both bugfix releases, fixing issues introduced in
0.12.11:

https://github.com/bottlepy/bottle/issues/918
https://github.com/bottlepy/bottle/issues/923

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/weston: fix build on ancient Khronos headers
Yann E. MORIN [Sun, 15 Jan 2017 11:40:21 +0000 (12:40 +0100)]
package/weston: fix build on ancient Khronos headers

Backport two patches from upstream, to build against ancient headers
and when EGL is not available.

Fixes:
    http://autobuild.buildroot.net/results/2de/2dea0a1b82c535fded6fd67a69496d70e6bcca56
    http://autobuild.buildroot.org/results/112/1125199749455e349d8eb87ca86c778763aae489

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/nodejs: disable icu support for host build
Zoltan Gyarmati [Sun, 15 Jan 2017 02:54:27 +0000 (03:54 +0100)]
package/nodejs: disable icu support for host build

Fixes:
http://autobuild.buildroot.net/results/1d6/1d6bbef2cb0c8c2e00b6d7511814ff9ddb2e3073/
http://autobuild.buildroot.net/results/4c7/4c7fc92a42405e25f41394fa44f5bdc27a4538c4/

Apperently if both icu and nodejs are enabled during the nodejs host build
the nodejs buildsystem gets confused by the icu version installed by
Buildroot (icu 58.2) and the one bundled with the nodejs source tree(icu
57), which ends up in linking-time errors as:

"""
undefined reference to
`icu_58::NumberFormat::format(icu_58::StringPiece,
icu_58::UnicodeString&, icu_58::FieldPositionIterator*, UErrorCode&)
const'
"""
(note the icu_58 in the symbol name while the bundled icu version is 57)

 This patch disables the (not used) i18n support in the nodejs host build
config in order to fix the issue. The issue doesn't affect the target build of
nodejs.

[Peter: add autobuilder references]
Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agotslib: use upstream .tar.xz archive
Baruch Siach [Sat, 14 Jan 2017 20:17:29 +0000 (22:17 +0200)]
tslib: use upstream .tar.xz archive

Save some network bandwidth.

[Peter: use TSLIB_VERSION instead of hardcoding 1.3]
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agotslib: disable raw input plugin under kernel < v3.12
Baruch Siach [Sat, 14 Jan 2017 20:17:28 +0000 (22:17 +0200)]
tslib: disable raw input plugin under kernel < v3.12

The SYN_CNT input code was added in kernel v3.12.

Fixes:
http://autobuild.buildroot.net/results/5cd/5cdb9d22092e9222cc7e8fe8dd3936305a5d371d/
http://autobuild.buildroot.net/results/211/2115038caff1e036cbc9dcb5cb6905abe643552a/
http://autobuild.buildroot.net/results/c79/c79de6fdd5cfe406979941790276296b6d1ec0b8/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agotslib: fix missing headers
Baruch Siach [Sat, 14 Jan 2017 20:17:27 +0000 (22:17 +0200)]
tslib: fix missing headers

Add a patch adding missing headers.

Fixes:
http://autobuild.buildroot.net/results/cb8/cb81abe996b0fb0070ddcd01c0d695bcc0570548/
http://autobuild.buildroot.net/results/88a/88add491e10f2f7edeb15e0def8843f1321ac7af/
http://autobuild.buildroot.net/results/9db/9db1d64fd08c8763a1648e78d7b9155777de6cae/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agojasper: disable C++ compiler check
Baruch Siach [Sat, 14 Jan 2017 19:15:48 +0000 (21:15 +0200)]
jasper: disable C++ compiler check

Add a patch to disable the default cmake C++ compiler check.

Fixes:
http://autobuild.buildroot.net/results/970/97001530e59062c36f27721877cb8b5c3ba8906a/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agojasper: disable PDF documentation generation
Baruch Siach [Sat, 14 Jan 2017 18:08:29 +0000 (20:08 +0200)]
jasper: disable PDF documentation generation

We don't need the PDF document on target. This also avoids incompatible host
Latex packages.

Fixes:
http://autobuild.buildroot.net/results/e60/e60c4a71a08aebadd0bc3fb95a57a4a223e4b6fa/
http://autobuild.buildroot.net/results/4ec/4ec8a1735590a3cad4b74630b4b6bdd2e3a7eec8/

[Peter: reformat as suggested by Yann]
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agotoolchain: bump Codescape MTI MIPS version to 2016.05-06
Vicente Olivert Riera [Fri, 13 Jan 2017 17:55:01 +0000 (17:55 +0000)]
toolchain: bump Codescape MTI MIPS version to 2016.05-06

Also...

  - Fix a typo in Config.in
  - Take into account the host's architecture to download the x86 or
    x86_64 version. This makes the IA32 libs dependency in unnecessary.

[Peter: fix kernel headers comment as pointed out by Romain]
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agotoolchain: bump Codescape IMG MIPS version to 2016.05-06
Vicente Olivert Riera [Fri, 13 Jan 2017 17:55:00 +0000 (17:55 +0000)]
toolchain: bump Codescape IMG MIPS version to 2016.05-06

Also...

- Fix a typo in Config.in
- Take into account the host's architecture to download the x86 or
  x86_64 version. This makes the IA32 libs dependency in unnecessary.

[Peter: fix kernel headers comment as pointed out by Romain]
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agorabbitmq-server: security bump to version 3.6.6
Peter Korsgaard [Fri, 13 Jan 2017 12:41:18 +0000 (13:41 +0100)]
rabbitmq-server: security bump to version 3.6.6

Fixes a critical authentication vulnerability in the MQTT plugin
(CVE-2016-9877):

MQTT (MQ Telemetry Transport) connection authentication with a
username/password pair succeeds if an existing username is provided but the
password is omitted from the connection request.  Connections that use TLS
with a client-provided certificate are not affected.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/libxmlrpc: bump to version 1.39.12
Alvaro G. M [Fri, 13 Jan 2017 08:48:18 +0000 (09:48 +0100)]
package/libxmlrpc: bump to version 1.39.12

Also:
* remove patch "Fix non C++ build" - merged upstream
* remove patch "Fix ar, ranlib handling" - merged upstream
* renumber remaining patches

Signed-off-by: Alvaro Gamez Machado <alvaro.gamez@hazent.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoaudit: bump version to 2.7
Adam Duskett [Mon, 9 Jan 2017 16:21:40 +0000 (11:21 -0500)]
audit: bump version to 2.7

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoruby: bump version to 2.4.0
Vicente Olivert Riera [Mon, 9 Jan 2017 17:14:03 +0000 (17:14 +0000)]
ruby: bump version to 2.4.0

The problem addressed by 0001 patch has been fixed upstream and is that
fix is included in this release:
  https://github.com/ruby/ruby/commit/aa107497cd379b713eba8cecdb9a882bb1e0dd89

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoconfigs/liteboard: Bump Linux to 4.9.2
Marcin Niestroj [Wed, 11 Jan 2017 14:15:25 +0000 (15:15 +0100)]
configs/liteboard: Bump Linux to 4.9.2

Patches from 4.8 version don't apply. Update them by backporting
liteBoard support from Linux master branch.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoconfigs/liteboard: Bump U-Boot to 2017.01
Marcin Niestroj [Wed, 11 Jan 2017 14:15:24 +0000 (15:15 +0100)]
configs/liteboard: Bump U-Boot to 2017.01

There is already support in newest U-Boot version, so drop existing
U-Boot patches.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolttng-tools: bump version to 2.9.3
Vicente Olivert Riera [Wed, 11 Jan 2017 14:24:23 +0000 (14:24 +0000)]
lttng-tools: bump version to 2.9.3

0001-Fix-Add-missing-pthread.h-include.patch already included in this
release:

  https://github.com/lttng/lttng-tools/commit/5f702b607116a8303cb09fb091d8b9740c06baca

--with-xml-prefix configure option doesn't exist, so drop it:

  configure:22815: WARNING: unrecognized options: [snip], --with-xml-prefix

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/mpd: add patch to fix linking with ogg
Jörg Krause [Thu, 12 Jan 2017 08:03:15 +0000 (09:03 +0100)]
package/mpd: add patch to fix linking with ogg

Building mpds internal static xiph library needs to link with libogg.
Otherwise building mpd fails with:

```
/mips-linux-gnu/bin/ld: libxiph.a(libxiph_a-OggVisitor.o): undefined
reference to symbol 'ogg_stream_packetout'
```

Add a patch which adds OGG_LIBS to XIPH_LIBS so that the linker finds
the necessary ogg library.

Fixes:
http://autobuild.buildroot.net/results/9f0/9f062dc51daed5c5047faa8d79ecbd4e228f2572/
http://autobuild.buildroot.net/results/1cc/1cc097c5022bd3161dc03b0866cb04075c944a64/
http://autobuild.buildroot.net/results/2e3/2e3dbcdea34053675a0139c1911b6da1a6670e2c/
.. and more.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agobind: security bump to version 9.11.0-P2
Peter Korsgaard [Thu, 12 Jan 2017 08:00:00 +0000 (09:00 +0100)]
bind: security bump to version 9.11.0-P2

Bugfixes:

 - CVE-2016-9131: A malformed response to an ANY query can cause an
   assertion failure during recursion

 - CVE-2016-9147: An error handling a query response containing inconsistent
   DNSSEC information could cause an assertion failure

 - CVE-2016-9444: An unusually-formed DS record response could cause an
   assertion failure

 - CVE-2016-9778: An error handling certain queries using the
   nxdomain-redirect feature could cause a REQUIRE assertion failure in db.c

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/freeswitch: bump version to 1.6.14
Bernd Kuhls [Thu, 12 Jan 2017 20:38:21 +0000 (21:38 +0100)]
package/freeswitch: bump version to 1.6.14

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agojasper: bump to version 2.0.10
Baruch Siach [Thu, 12 Jan 2017 20:47:44 +0000 (22:47 +0200)]
jasper: bump to version 2.0.10

Use upstream provided tarball.

Upstream switched to cmake.

libjpeg dependency is now optional.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/x11r7/xserver_xorg-server: bump to version 1.19.1
Romain Naour [Thu, 12 Jan 2017 22:22:18 +0000 (23:22 +0100)]
package/x11r7/xserver_xorg-server: bump to version 1.19.1

Include this bugfix [1] (freeze with DRI2).
Tested using Enlightenment and Lugaru game on x86_64 target using DRI2.

[1] https://bugs.freedesktop.org/show_bug.cgi?id=99333

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agomkpasswd: remove dash from "host mkpasswd" to match other host tools
Danomi Manchego [Fri, 13 Jan 2017 02:13:01 +0000 (21:13 -0500)]
mkpasswd: remove dash from "host mkpasswd" to match other host tools

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopython-lxml: bump to version 3.7.2
Yegor Yefremov [Fri, 13 Jan 2017 08:43:07 +0000 (09:43 +0100)]
python-lxml: bump to version 3.7.2

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopython-urwid: bump to version 1.3.1
Yegor Yefremov [Fri, 13 Jan 2017 08:43:06 +0000 (09:43 +0100)]
python-urwid: bump to version 1.3.1

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/nodejs: add support for building on aarch64 architectures
Daniel Mack [Fri, 13 Jan 2017 10:55:25 +0000 (11:55 +0100)]
package/nodejs: add support for building on aarch64 architectures

Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agotslib: bump version to 1.3
Martin Kepplinger [Fri, 13 Jan 2017 12:29:49 +0000 (13:29 +0100)]
tslib: bump version to 1.3

Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopcre: bump to version 8.40
Gustavo Zacarias [Fri, 13 Jan 2017 13:27:19 +0000 (10:27 -0300)]
pcre: bump to version 8.40

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolinux: bump default to version 4.9.3
Gustavo Zacarias [Fri, 13 Jan 2017 13:42:49 +0000 (10:42 -0300)]
linux: bump default to version 4.9.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolinux-headers: bump 4.{4, 9}.x series
Gustavo Zacarias [Fri, 13 Jan 2017 13:42:48 +0000 (10:42 -0300)]
linux-headers: bump 4.{4, 9}.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/mpd: fix static linking with tremor
Jörg Krause [Tue, 10 Jan 2017 22:39:25 +0000 (23:39 +0100)]
package/mpd: fix static linking with tremor

Although tremor (the library is named vorbisidec) provides a pkg-config
file, mpd does not use it to find tremor. Since version 0.20 does throw
an error instead of a warning, that's why the issue was left unnoticed
by the autobuilders.

Help mpd to find tremor by providing the path to the library and passing
LIBS through the environment. We use the host pkg-config tool to get the
correct values from the vorbisidec.pc file.

Fixes:
http://autobuild.buildroot.net/results/6b9/6b97403e70caa12c32494b1c82ce61d3e4e456f6/

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoconfigs/mx6sx_udoo_neo: Bump to U-Boot 2017.01
Fabio Estevam [Tue, 10 Jan 2017 15:06:31 +0000 (13:06 -0200)]
configs/mx6sx_udoo_neo: Bump to U-Boot 2017.01

Bump to U-Boot 2017.01, which supports mx6sx_udoo_neo by default.

Remove the U-Boot patch that we used for the previous version.

Also adjust the 'fdtfile' name as it has been changed in U-Boot
mainline.

[Peter: part 2, boot.scr / defconfig changed accidently got dropped]
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agopackage/ustr: fix ldconfig for host build
Clayton Shotwell [Tue, 10 Jan 2017 16:05:52 +0000 (10:05 -0600)]
package/ustr: fix ldconfig for host build

The host build of the ustr package also needs to not run the ldconfig to
prevent a build failure caused by the symlink creating a race condition.
Related commit for target build change was 22069232.

Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agocollectd: fix libgcrypt support
Gustavo Zacarias [Tue, 10 Jan 2017 13:06:46 +0000 (10:06 -0300)]
collectd: fix libgcrypt support

For the newer versions the collectd configure script expects
libgcrypt-config as parameter rather than the location for the
libgcrypt-config script. Adjust the package to account for this.
Fixes:
http://autobuild.buildroot.net/results/a49/a494bc905e4509528c4932f76a094b9ea8e70bd3/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoconfigs/mx6sx_udoo_neo: Bump to U-Boot 2017.01
Fabio Estevam [Tue, 10 Jan 2017 15:06:31 +0000 (13:06 -0200)]
configs/mx6sx_udoo_neo: Bump to U-Boot 2017.01

Bump to U-Boot 2017.01, which supports mx6sx_udoo_neo by default.

Remove the U-Boot patch that we used for the previous version.

Also adjust the 'fdtfile' name as it has been changed in U-Boot
mainline.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agophp: bump version to 7.1.0 (security)
Vicente Olivert Riera [Mon, 9 Jan 2017 17:13:34 +0000 (17:13 +0000)]
php: bump version to 7.1.0 (security)

Fixed CVEs:
 - CVE-2016-9933 (imagefilltoborder stackoverflow on truecolor images)
   http://bugs.php.net/72696
 - CVE-2016-9934 (NULL Pointer Dereference in WDDX Packet
   Deserialization with PDORow)
   http://bugs.php.net/73331

Full ChangeLog:
  http://php.net/ChangeLog-7.php#7.1.0

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agophp-imagick: bump version to 3.4.3RC1
Vicente Olivert Riera [Mon, 9 Jan 2017 17:13:33 +0000 (17:13 +0000)]
php-imagick: bump version to 3.4.3RC1

This version is marked as "stable" on php-imagick's website, plus is
necessary for the upcoming php-7.1 version bump.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agonano: bump version to 2.7.4
Vicente Olivert Riera [Tue, 10 Jan 2017 13:46:31 +0000 (13:46 +0000)]
nano: bump version to 2.7.4

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agobtrfs-progs: bump version to 4.9
Vicente Olivert Riera [Tue, 10 Jan 2017 11:19:48 +0000 (11:19 +0000)]
btrfs-progs: bump version to 4.9

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agokexec-lite: add KEXEC_LITE_LICENSE_FILES
Stewart Smith [Tue, 10 Jan 2017 01:38:16 +0000 (12:38 +1100)]
kexec-lite: add KEXEC_LITE_LICENSE_FILES

Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoflac: fix benchmark linking issue with older glibc versions
Peter Korsgaard [Mon, 9 Jan 2017 21:29:38 +0000 (22:29 +0100)]
flac: fix benchmark linking issue with older glibc versions

Fixes:
http://autobuild.buildroot.net/results/b64/b643824d797050d7c001a3b72598158d8f1c6128/
http://autobuild.buildroot.net/results/a2f/a2f2d7b4e9e7b57bc8691e3ec29ecf818be3f79b/

The benchmark tool uses clock_gettime which is available in librt instead of
libc in older glibc versions.  The build system correctly links with -lrt on
Linux systems, but misdetects non-x86 linux systems as !linux, causing build
failures.

Add a patch to relax the linux OS detection to also work on non-x86 systems.

Patch submitted upstream:
http://lists.xiph.org/pipermail/flac-dev/2017-January/006103.html

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoolimex_a20_olinuxino_lime: bump versions
Francois Perrad [Mon, 9 Jan 2017 20:53:21 +0000 (21:53 +0100)]
olimex_a20_olinuxino_lime: bump versions

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoolimex_imx233_olinuxino: bump versions
Francois Perrad [Mon, 9 Jan 2017 20:53:20 +0000 (21:53 +0100)]
olimex_imx233_olinuxino: bump versions

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoconfigs/warp7: Bump U-Boot to 2017.01 version
Fabio Estevam [Mon, 9 Jan 2017 18:20:19 +0000 (16:20 -0200)]
configs/warp7: Bump U-Boot to 2017.01 version

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agouboot-tools: bump to version 2017.01
Fabio Estevam [Mon, 9 Jan 2017 18:20:18 +0000 (16:20 -0200)]
uboot-tools: bump to version 2017.01

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoboot/uboot: bump to version 2017.01
Fabio Estevam [Mon, 9 Jan 2017 18:20:17 +0000 (16:20 -0200)]
boot/uboot: bump to version 2017.01

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoser2net: bump version to 3.3
Vicente Olivert Riera [Mon, 9 Jan 2017 17:20:34 +0000 (17:20 +0000)]
ser2net: bump version to 3.3

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agonano: bump version to 2.7.3
Vicente Olivert Riera [Mon, 9 Jan 2017 15:56:45 +0000 (15:56 +0000)]
nano: bump version to 2.7.3

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolua-messagepack: bump version to 0.4.0
Vicente Olivert Riera [Mon, 9 Jan 2017 15:50:56 +0000 (15:50 +0000)]
lua-messagepack: bump version to 0.4.0

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolibnss: bump to version 3.27.2
Peter Korsgaard [Mon, 9 Jan 2017 14:06:46 +0000 (15:06 +0100)]
libnss: bump to version 3.27.2

Fixes a memory leak in SSL_SetTrustAnchors():
https://bugzilla.mozilla.org/show_bug.cgi?id=1318561

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolibnspr: bump to version 4.13.1
Peter Korsgaard [Mon, 9 Jan 2017 14:06:45 +0000 (15:06 +0100)]
libnspr: bump to version 4.13.1

Reverts a non-backwards compatible change to the pipe handling:
https://bugzilla.redhat.com/show_bug.cgi?id=1383918

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agolttng-babeltrace: bump version to 1.5.1
Vicente Olivert Riera [Mon, 9 Jan 2017 15:22:08 +0000 (15:22 +0000)]
lttng-babeltrace: bump version to 1.5.1

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agognutls: security bump to version 3.5.8
Gustavo Zacarias [Mon, 9 Jan 2017 14:32:20 +0000 (11:32 -0300)]
gnutls: security bump to version 3.5.8

The 3.5.x has been promoted to stable, hence 3.4.x is deprecated and
3.3.x kept as old-stable.

libdane now specifies LGPLv2.1+ so drop the README kludge (which is also
gone regarding licensing).

libunistring is a new dependency, even though gnutls ships a builtin version
we prefer to use unbundled to avoid duplication with other users and target
size growth.

Fixes:

GNUTLS-SA-2017-01 - It was found using the OSS-FUZZ fuzzer
infrastructure that decoding a specially crafted X.509 certificate with
Proxy Certificate Information extension present could lead to a double
free.
GNUTLS-SA-2017-02 - It was found using the OSS-FUZZ fuzzer
infrastructure that decoding a specially crafted OpenPGP certificate
could lead to heap and stack overflows.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agoimagemagick: bump version to 7.0.4-3 (security)
Vicente Olivert Riera [Mon, 9 Jan 2017 14:34:40 +0000 (14:34 +0000)]
imagemagick: bump version to 7.0.4-3 (security)

Fixes CVE-2016-8707 (Fix possible buffer overflow when writing
compressed TIFFS). This CVE fix is included since 7.0.3-9:
  http://git.imagemagick.org/repos/ImageMagick/commit/fde5f55af94f189f16958535a9c22b439d71ac93

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 years agocjson: bump version to v1.2.0
Vicente Olivert Riera [Mon, 9 Jan 2017 13:39:37 +0000 (13:39 +0000)]
cjson: bump version to v1.2.0

Also remove the patch since it's already contained in this release.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>