Petr Vorel
fd72e3234c
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 >
2017-01-20 14:09:13 +11:00
Guillaume GARDET
e26fcb76b4
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 >
2017-01-20 13:25:48 +11:00
Frank Hunleth
6ae4f64321
linux-firmware: install rtl8168h firmware
...
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-20 13:22:54 +11:00
Frank Hunleth
06335c071e
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 >
2017-01-20 13:22:49 +11:00
Peter Seiderer
64906bd887
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 >
2017-01-20 13:22:14 +11:00
Yegor Yefremov
23f0a280d1
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 >
2017-01-20 13:18:55 +11:00
Gustavo Zacarias
39885cc5b0
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 >
2017-01-19 15:09:12 +01:00
Gustavo Zacarias
d06e23e79a
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 >
2017-01-19 15:09:05 +01:00
Baruch Siach
7c60211ce3
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 >
2017-01-19 15:02:22 +01:00
Vicente Olivert Riera
8480c52839
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 >
2017-01-19 15:00:01 +01:00
Wolfgang Grandegger
bf80b60d0a
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 >
2017-01-19 22:16:44 +11:00
Wolfgang Grandegger
8d153dba65
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 >
2017-01-19 16:28:19 +11:00
Petr Vorel
b759463c15
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 >
2017-01-19 16:25:28 +11:00
Vicente Olivert Riera
5e662be891
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 >
2017-01-19 13:10:08 +11:00
Alvaro G. M
b97b5b7a1d
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 >
2017-01-19 13:03:15 +11:00
Fabio Porcedda
2739c354c9
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 >
2017-01-19 13:02:38 +11:00
Gustavo Zacarias
24fa507acf
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 570c8d2ae6 .
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-18 11:31:24 +01:00
Francois Perrad
6c9fe3c1c8
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 >
2017-01-18 13:19:41 +11:00
Alvaro G. M
570c8d2ae6
gperf: bump to version 3.1
...
Signed-off-by: Alvaro Gamez Machado <alvaro.gamez@hazent.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-17 14:55:40 +01:00
Vicente Olivert Riera
744acd1984
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 >
2017-01-17 14:54:44 +01:00
Bernd Kuhls
2720755adc
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 >
2017-01-17 14:53:02 +11:00
Angelo Compagnucci
85bb1c4cc8
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 >
2017-01-17 14:45:53 +11:00
Gustavo Zacarias
992888e36a
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 >
2017-01-17 14:44:19 +11:00
Gustavo Zacarias
e06cd691d4
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 >
2017-01-17 14:44:18 +11:00
Gustavo Zacarias
710b196450
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 >
2017-01-17 14:44:18 +11:00
Romain Naour
1f05f94e26
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 >
2017-01-17 14:23:26 +11:00
Peter Seiderer
6e5653f493
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 >
2017-01-17 00:37:59 +01:00
Gustavo Zacarias
756f2953ab
proftpd: bump to version 1.3.5d
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-16 15:44:58 +01:00
Gustavo Zacarias
f871c5545c
poppler: bump to version 0.51.0
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-16 15:31:06 +01:00
Gustavo Zacarias
354808340f
libinput: bump to version 1.5.4
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-16 15:30:54 +01:00
Gustavo Zacarias
99f7447df8
sudo: bump to version 1.8.19p2
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-16 15:30:40 +01:00
Gustavo Zacarias
bb0c2daae6
zlib: bump to version 1.2.11
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-16 15:30:23 +01:00
Vicente Olivert Riera
affd68a2f2
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 >
2017-01-16 15:30:04 +01:00
Vicente Olivert Riera
f8a6990c92
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 >
2017-01-16 15:29:44 +01:00
Vicente Olivert Riera
a89bdc363c
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 >
2017-01-16 15:29:31 +01:00
Vicente Olivert Riera
77f413b9f2
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 >
2017-01-16 15:29:05 +01:00
Angelo Compagnucci
c50dc281b7
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 >
2017-01-16 14:05:18 +01:00
Jörg Krause
d0774df091
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 >
2017-01-16 13:56:53 +01:00
Jörg Krause
3376a9ef62
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 >
2017-01-16 13:56:10 +01:00
Yann E. MORIN
05576fca13
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 >
2017-01-16 13:55:09 +01:00
Luca Ceresoli
5230697c75
agentpp: bump to 4.0.7
...
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-16 13:45:07 +01:00
Luca Ceresoli
8095343f01
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 >
2017-01-16 13:45:00 +01:00
Fabio Estevam
8c84d40d32
linux: bump default to version 4.9.4
...
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-16 13:43:07 +01:00
Fabio Estevam
03436dd3a5
linux-headers: bump 4.{4, 9}.x series
...
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-16 13:42:56 +01:00
Romain Naour
c789262c68
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 >
2017-01-16 13:42:49 +01:00
Peter Korsgaard
f386e50ee5
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 >
2017-01-16 13:24:05 +01:00
Yann E. MORIN
11f162c84a
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 >
2017-01-16 13:23:25 +01:00
Zoltan Gyarmati
24d90db52a
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 >
2017-01-16 13:19:56 +01:00
Baruch Siach
b2fa0472d1
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 >
2017-01-16 13:18:35 +01:00
Baruch Siach
46d6aa520f
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 >
2017-01-16 13:17:20 +01:00