Marcin Niestroj
429388a86b
DEVELOPERS: add Marcin Niestroj to all Grinn boards
...
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:25:18 +01:00
Marcin Niestroj
c9abeddce6
board: add support for chiliBoard
...
Board support package includes:
* Buildroot defconfig
* Mainline Linux kernel v4.9.6
* Mainline U-Boot (current HEAD revision is used, as board support
patches are not in stable release yet)
* genimage config to create sdcard image
* Board readme.txt
[Peter: use http:// instead of git:// for u-boot]
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:24:43 +01:00
Peter Korsgaard
cd2e115a3f
lcms2: add upstream security fix for CVE-2016-10165
...
An out-of-bounds read in cmstypes.c in Type_MLU_Read function was found,
leading to heap memory leak triggered by crafted ICC profile.
https://bugzilla.redhat.com/show_bug.cgi?id=1367357
Add upstream patch to fix it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:16:05 +01:00
Gustavo Zacarias
6b4acf923b
libsodium: bump to version 1.0.11
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:15:32 +01:00
Gustavo Zacarias
2b504da17f
samba4: bump to version 4.5.5
...
Switch download URL to match the website and avoid issues.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:15:28 +01:00
Gustavo Zacarias
f6980126f2
heimdal: disable parallel make
...
It still seems to suffer from issues. Fixes:
http://autobuild.buildroot.net/results/e21/e2176cb5adacdad14371d4828f13a1c23f0e18d5/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:14:11 +01:00
Gustavo Zacarias
222a3468c9
gst-omx: bump to version 1.10.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:13:20 +01:00
Gustavo Zacarias
3146abdc88
gst1-rtsp-server: bump to version 1.10.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:13:02 +01:00
Gustavo Zacarias
d3ccfb63cb
gst1-validate: bump to version 1.10.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:12:59 +01:00
Gustavo Zacarias
4e943e1274
gst1-libav: bump to version 1.10.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:12:50 +01:00
Gustavo Zacarias
266bce10c3
gst1-plugins-ugly: bump to version 1.10.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:12:44 +01:00
Gustavo Zacarias
b370fa3896
gst1-plugins-bad: bump to version 1.10.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:11:31 +01:00
Gustavo Zacarias
96cdaac55e
gst1-plugins-good: bump to version 1.10.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:11:25 +01:00
Gustavo Zacarias
08bc0a0a60
gst1-plugins-base: bump to version 1.10.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:11:18 +01:00
Gustavo Zacarias
ea20333b1a
gstreamer1: bump to version 1.10.3
...
Drop upstream patch as well.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:11:11 +01:00
Fabrice Fontaine
c487d0671d
hiredis: new package
...
Minimalistic C client for Redis >= 1.2
It is minimalistic because it just adds minimal support for
the protocol, but at the same time it uses a high level
printf-alike API in order to make it much higher level than
otherwise suggested by its minimal code base and the lack of
explicit bindings for every Redis command.
https://github.com/redis/hiredis
[Peter: use install -t / -D, fix arguments]
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com >
Reviewed-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 21:09:57 +01:00
Fabrice Fontaine
e528af6428
lxc: install also in staging
...
Install also lxc in staging directory, this will be needed for the
incoming integration of lxd package. Moreover, other packages could
find useful to integrate with liblxc instead of using lxc-xxx binaries.
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 16:22:03 +01:00
Fabrice Fontaine
cc6091caea
lxc: add optional dependency on gnutls
...
lxc can use gnutls for various checksumming so add a dependency on it if
package is selected
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 16:08:24 +01:00
Francesco Negri
8c43f5fd37
git-crypt: new package
...
[Peter: git is a runtime dependency, use pkg-config for openssl
dependencies, use make install]
Signed-off-by: Francesco Negri <francesconegri@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 15:38:04 +01:00
Gustavo Zacarias
4e43e7c53a
shared-mime-info: bump to version 1.8
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 15:16:58 +01:00
Gustavo Zacarias
895501375d
libxkbcommon: bump to version 0.7.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 15:16:34 +01:00
Gustavo Zacarias
5451001591
squid: security bump to version 3.5.24
...
Fixes:
* Mitigate DoS attacks that use client-initiated SSL/TLS renegotiation.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 14:13:49 +01:00
Francois Perrad
66fbae4c9c
moarvm: bump to version 2017.01
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 14:13:40 +01:00
Jörg Krause
a59c152087
package/upmpdcli: bump to version 1.2.12
...
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 14:12:18 +01:00
Chris Packham
e0e656f423
syslog-ng: Bump version to v3.9.1
...
Signed-off-by: Chris Packham <judge.packham@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 13:34:32 +01:00
Francois Perrad
a92c6806b5
lua: bump to version 5.3.4
...
[Peter: drop MESSAGE call]
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-30 13:32:56 +01:00
Bernd Kuhls
3e74c1312d
package/pkgconf: variable pkgdatadir also needs sysroot prefixing, wayland patch III
...
Needed when wayland support is enabled in xserver_xorg-server.
This patch fixes the final build error:
Making all in xwayland
make[3]: Entering directory '/home/buildroot/br5/output/build/xserver_xorg-server-1.19.0/hw/xwayland'
make[3]: *** No rule to make target '/usr/share/wayland-protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml', needed by 'relative-pointer-unstable-v1-client-protocol.h'. Stop.
when trying to build
http://autobuild.buildroot.net/results/cf0/cf026e9b18e86b9890341612050f4d166a7b822d/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-29 23:06:33 +01:00
Thomas Petazzoni
79fc16643f
DEVELOPERS: add Ezequiel for rtl8723bs
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-29 16:20:18 +01:00
Ezequiel Garcia
eeecbe16e2
rtl8723bs: new package
...
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-29 16:19:58 +01:00
Francois Perrad
84919cacad
perl-gdgraph: bump to version 1.54
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-29 14:57:40 +01:00
Francois Perrad
31c3ad17ed
perl-gd: bump to version 2.56
...
perl-gd now supplies a Build.PL, but this one is not cross-compilation
friendly. So, we still use Makefile.PL like in previous version by using
the new <pkg>_PREFER_INSTALLER variable.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-29 14:57:04 +01:00
Francois Perrad
7f102d8284
pkg-perl: add PREFER_INSTALLER variable
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
[Thomas: tweak documentation.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-29 14:54:08 +01:00
Adam Duskett
08a15442bf
iptables: bump to version 1.6.1
...
Also removed the 3 patches as they have been added into the latest
version.
Signed-off-by: Adam Duskett <Adamduskett@outlook.com >
[Thomas: drop autoreconf, no longer needed.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-29 14:44:23 +01:00
Bernd Kuhls
3ca1370c32
package/fbterm: Fix building against libiconv
...
Fixes
http://autobuild.buildroot.net/results/d5d/d5d9705eea16f07848a313d9c83f491569734c5d/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-29 14:25:16 +01:00
Bernd Kuhls
958bd2fad2
package/libasplib: Fix time.h include
...
Fixes
http://autobuild.buildroot.net/results/cc0/cc0b928ee24a526b7c82fd3f391e2be024a14578/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 23:32:37 +13:00
Yann E. MORIN
cd869112a4
package/sdl2_ttf: fix detection of OpenGL
...
Backport a opatch from upstream to preoperly detect OpenGL, add patch to
fix autoreconf.
Fixes:
http://autobuild.buildroot.org/results/be9/be9d9d0d75dca62d9edb28c1e4d81f7f33b30ea8/
http://autobuild.buildroot.org/results/db8/db87a00a7cd1f8d1627fa4a39a0f67e9328b2b0f/
http://autobuild.buildroot.org/results/f45/f45a9588090c296c9c5ece2cbc71f8bb64bebf73/
http://autobuild.buildroot.org/results/9cb/9cb669ab6760420421e3c907462b69fe36c46601/
and many others...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Peter Thompson <peter.macleod.thompson@gmail.com >
Cc: Romain Naour <romain.naour@openwide.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 23:31:34 +13:00
Peter Seiderer
f4bdfff530
qt5xmlpatterns: add examples license information
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 23:25:55 +13:00
Peter Seiderer
439f5ce82e
qt5websockets: add examples license information
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 23:25:51 +13:00
Peter Seiderer
1d8b9ef581
qt5webchannel: add examples license information
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 23:25:47 +13:00
Peter Seiderer
530a0d9ad5
qt5enginio: add examples license information
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 23:25:41 +13:00
Peter Seiderer
73e392a96e
qt5connectivity: add examples license information
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 23:25:37 +13:00
Peter Seiderer
abd35cad93
qt5base: add examples license information
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 23:25:23 +13:00
Misha Komarovskiy
f9edac7ec4
package/cbootimage: enable target variant
...
This allow bootloader modification online on Tegra-targets
Signed-off-by: Misha Komarovskiy <zombah@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 23:21:30 +13:00
Thomas Petazzoni
d992369751
DEVELOPERS: add David Bachelart for the jsmn package
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 23:04:21 +13:00
David Bachelart
c8bd91bf89
jsmn: new package
...
Signed-off-by: David Bachelart <david.bachelart@bbright.com >
[Thomas:
- fix license, it's MIT, not BSD
- use TARGET_CONFIGURE_OPTS instead of manually passing CC and AR
- use full destination path
- keep only sha256 hash
- rewrap Config.in help text]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 23:03:31 +13:00
Gustavo Sverzut Barbieri
ef01264f13
efl: fix target package dependency on util-linux (libmount)
...
Use the correct variable (BR2_PACKAGE_EFL_UTIL_LINUX_LIBMOUNT) and do
not impose dependency on util-linux if not needed.
Signed-off-by: Gustavo Sverzut Barbieri <barbieri@profusion.mobi >
Reviewed-by: Romain Naour <romain.naour@gmail.com >
Tested-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 22:58:24 +13:00
Waldemar Brodkorb
0bc66d3e1c
gcc: fix build on or1k without flex/bison on host
...
Similar to arc architecture this is required.
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 22:54:52 +13:00
Bernd Kuhls
856221481b
package/libdrm: bump version to 2.4.75
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 22:54:40 +13:00
Waldemar Brodkorb
9d62312382
DEVELOPERS: add me to or1k, sort alphabetically
...
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 22:54:33 +13:00
Thomas Petazzoni
82b7be6d3e
janus-gateway: add dependency of streaming plugin on headers >= 3.9
...
Fixes:
http://autobuild.buildroot.net/results/89005444f3dee9002881b5449cd137a32a286e27/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-28 21:41:00 +13:00