buildroot.git
8 years agogmrender-resurrect: new package
kei-k@ca2.so-net.ne.jp [Mon, 19 Oct 2015 12:06:53 +0000 (21:06 +0900)]
gmrender-resurrect: new package

gmrender-resurrect is UPnP (DLNA) renderer based on gstreamer.

Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp>
[Thomas:
 - Fix gstreamer related dependency comments to "gstreamer1 ->
   libglib2", as suggested by Arnout.
 - select BR2_PACKAGE_GST1_PLUGINS_BASE as a run-time dependency, as
   suggested by Arnout.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/lzlib: bump to version 0.4.3
Jörg Krause [Thu, 8 Oct 2015 02:12:54 +0000 (04:12 +0200)]
package/lzlib: bump to version 0.4.3

Switch to more recent github repository.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
[Thomas: add hash file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agodocs/manual: document format for specifying licenses
Rahul Bedarkar [Mon, 25 Jan 2016 05:05:40 +0000 (10:35 +0530)]
docs/manual: document format for specifying licenses

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
[Thomas: minor tweaks for clarity.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agozsh: don't use host pcre-config
Baruch Siach [Thu, 3 Mar 2016 21:46:10 +0000 (23:46 +0200)]
zsh: don't use host pcre-config

Commit 5e05faec7b4 (zsh: use the correct target pcre-config) set
ac_cv_prog_PCRECONF to the location of staging pcre-config. Unfortunately zsh
configure script does not actually use this variable when running pcre-config.
Complete the fix with a patch that makes use of ac_cv_prog_PCRECONF.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/owfs: fix link with FUSE
Yann E. MORIN [Sun, 6 Mar 2016 20:24:20 +0000 (21:24 +0100)]
package/owfs: fix link with FUSE

owfs reinvents its own weird and wicked mechanism to find libfuse. It
believes that, by default, FUSE is installed in /usr/local, and forcibly
uses that path to look for headers and libs.

This is obviously wrong in cross-compilation, and triggers our check for
unsafe header/library paths.

The best option to fix that would be to use pkg-config to find FUSE, but
this is a bit involved. Instead, use config options to specify the path
to the headers and libs.

Fixes:
    http://autobuild.buildroot.org/results/2c8/2c8baf6910d7ac2e3c92efa62cc3b9d3737e1fb5/
    http://autobuild.buildroot.org/results/1f9/1f994f53ceca434ebd1d87923f85b5ed71229d94/
    and a few others...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoconfigs/olimex_imx233_olinuxino: switch to u-boot
Phil Eichinger [Sat, 27 Feb 2016 18:40:32 +0000 (19:40 +0100)]
configs/olimex_imx233_olinuxino: switch to u-boot

mxs-bootlets broke somewhere in between toolchain version bumps, leading to
boot failure.

Directly boot u-boot, as this is supported now, but it requires updated
partitioning (see readme.txt)

Drop mxs-bootlets patches, they aren't needed anymore.

Kernel is built as an uImage because the u-boot defconfig expects an
uImage on the second partition.

Tested on iMX233-OLinuXino-MINI hardware.

[Peter: adjust readme/config as suggested by Arnout]
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoprocrank_linux: new package
Gustavo Zacarias [Tue, 23 Feb 2016 15:54:48 +0000 (12:54 -0300)]
procrank_linux: new package

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
[Thomas: add hash file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/binutils: add binutils 2.26
Romain Naour [Sun, 7 Feb 2016 17:23:22 +0000 (18:23 +0100)]
package/binutils: add binutils 2.26

- Rebase patches from 2.25 on top of 2.26.
- Use git format for patches
- remove upstreamed xtensa patches

The first patch [1] is needed to be able to build glibc with binutils 2.26 on nios2.
The second from [2] fix an assertion issue with ld.

[1] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=a7be2893a6449e64fe6cfcdd8700b0a367a69f19
[2] https://sourceware.org/bugzilla/show_bug.cgi?id=19405

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/czmq: fix static linking
Jörg Krause [Sun, 6 Mar 2016 14:50:03 +0000 (15:50 +0100)]
package/czmq: fix static linking

Currently, building czmq statically fails for some architectures with undefined
references to the math library:
  /usr/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libstdc++.a(compatibility-ldbl.o): In function `std::tr1::hash<long double>::operator()(long double) const':
  compatibility-ldbl.cc:(.text._ZNKSt3tr14hashIeEclEe+0x3c): undefined reference to `frexpl'

It turns out that this is actually a problem with libstdc++. Depending on the
arch, some functions will be in compatibility-ldbl.o. If you use any of these
functions, that file will be linked in. And when that file is linked in, all
the _other_ functions, which you actually don't use, are also linked in. And
one of these functions is the template function hash<long double>::operator(),
which uses frexpl.

Requiring czmq to link with -lm is a bit weird, given that neither itself,
nor any of its dependencies really need it...

So ideally it should be fixed in libstdc++ itself. However, as upstream
accepted a patch to link with -lm, we use this patch to fix static linking.

Fixes:
http://autobuild.buildroot.net/results/206/2061238affb685db998100a56c6571538d089a5b/
http://autobuild.buildroot.net/results/caf/caf002d213c9dd09df07858c5c199411ca8ddfa3/
http://autobuild.buildroot.net/results/568/568ac92d2f6d0604b9bf354ea9dca0a7cb5341f6/
http://autobuild.buildroot.net/results/945/9452982fc14f579c61b45a1a189db5f89aab3b80/

Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agochocolate-doom: add patch to fix static linking
Rodrigo Rebello [Wed, 2 Mar 2016 01:58:14 +0000 (22:58 -0300)]
chocolate-doom: add patch to fix static linking

This commit adds a backported upstream patch which modifies the
configure script so that it uses pkg-config to detect libraries and
their static linking dependencies.

It also adds host-pkgconf as a dependency and removes the SDL static
linking workaround from chocolate-doom.mk as it's no longer necessary.

Fixes:

  http://autobuild.buildroot.net/results/d98/d981499ad82121d58fb7584b55d09c484cb6aa49/
  http://autobuild.buildroot.net/results/e41/e419f29e14edd28cbf48278bef725b696ae8ef70/
  http://autobuild.buildroot.net/results/d8f/d8fe9b5bdb262e939d4150804ea34777c91d3c04/
  ...

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agosdl_mixer: add patch to fix SDL_mixer.pc for static linking
Rodrigo Rebello [Wed, 2 Mar 2016 01:58:13 +0000 (22:58 -0300)]
sdl_mixer: add patch to fix SDL_mixer.pc for static linking

A 'Libs.private' field needs to be present and properly defined in the
pkg-config file in order for static linking against SDL_mixer to work.

Besides adding the mentioned field, the included patch also modifies
configure.in so that EXTRA_LDFLAGS (which is now also used as the value
of 'Libs.private') no longer includes SDL_LIBS. This is done so as to
prevent libraries required by SDL from being listed twice when
'pkg-config --libs --static SDL_mixer' is run (they're already shown
because of the 'Requires: sdl' line in SDL_mixer.pc). Makefile.in is
adjusted accordingly as well.

Also enable autoreconf for this package since we're patching
configure.in.

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibwebsockets: bump to v1.7.3
Johan Sagaert [Wed, 2 Mar 2016 21:35:40 +0000 (22:35 +0100)]
libwebsockets: bump to v1.7.3

 - Drop
   0001-cmake-disable-shared-library-build-when-BUILD_SHARED.patch,
   since CMakeLists has been reworked. Static/shared build can now be
   configured via configuration options.

 - Add support for optional libev and libuv.

 - Use the github macro for download.

 - Update hash.

Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
[Thomas: tweak the commit log a bit.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoluaposix: bump to version 33.4.0
Francois Perrad [Thu, 3 Mar 2016 21:12:46 +0000 (22:12 +0100)]
luaposix: bump to version 33.4.0

 - 0001-sched-workaround-glibc-_POSIX_PRIORITY_SCHEDULING-bu.patch is
   removed because it was merged upstream. Since this patch is
   removed, autoreconfiguring the package is no longer needed.

 - the ncurses dependency is dropped because the ncurses-related
   functionality from luaposix was removed, and moved to a separate
   project.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas: write a proper commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolua-messagepack: bump to version 0.3.4
Francois Perrad [Thu, 3 Mar 2016 21:12:45 +0000 (22:12 +0100)]
lua-messagepack: bump to version 0.3.4

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agocopas: bump to version 2.0.1
Francois Perrad [Thu, 3 Mar 2016 21:12:44 +0000 (22:12 +0100)]
copas: bump to version 2.0.1

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/nodejs: bump version to 5.7.1
Martin Bark [Thu, 3 Mar 2016 22:29:28 +0000 (22:29 +0000)]
package/nodejs: bump version to 5.7.1

See https://nodejs.org/en/blog/release/v5.7.1/

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/nodejs: force the use of python2
Martin Bark [Thu, 3 Mar 2016 22:29:27 +0000 (22:29 +0000)]
package/nodejs: force the use of python2

Remove the patches to use a python variable and instead force python2
into the PATH.

Upstream the python variable was recently removed
(see https://github.com/nodejs/node/commit/c3e50ca) and due to dependencies
directly calling python there is a reluctance to change this.  Instead it
is recommended to add python2 into PATH as the nodejs build machines do
(see https://github.com/nodejs/node/issues/418 and
https://github.com/nodejs/node/issues/2735).

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-screensaver-matrixtrails: new package
Bernd Kuhls [Sat, 5 Mar 2016 19:01:22 +0000 (20:01 +0100)]
package/kodi-screensaver-matrixtrails: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolegal-info: remove outdated comment
Luca Ceresoli [Fri, 4 Mar 2016 23:39:13 +0000 (00:39 +0100)]
legal-info: remove outdated comment

This comment is outdated since the assignment of $(2)_MANIFEST_TARBALL
and $(2)_MANIFEST_SITE have been removed, which happened in
b9f4727ff4d512868352494f5209fff4da147473.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Thomas: adjust comment as suggested by Yann E. MORIN.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolegal-info: fix detection of "override" packages
Luca Ceresoli [Fri, 4 Mar 2016 23:39:12 +0000 (00:39 +0100)]
legal-info: fix detection of "override" packages

The ifneq ($$($(2)_SITE_METHOD),override) test will always match
because SITE_METHOD is never set to "override". The result is that
some packages are downloaded and extracted unnecessarily, although
they are (correctly) not saved in output/legal-info/.

Fix by simply testing $(2)_OVERRIDE_SRCDIR instead: when empty, it
indicates that the packages is neither a "local" site-method package
nor a package that has its source directory overridden.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolinux-headers: bump 3.18.x and 4.1.x series
Gustavo Zacarias [Sun, 6 Mar 2016 12:46:26 +0000 (09:46 -0300)]
linux-headers: bump 3.18.x and 4.1.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/czmq: add hash file
Jörg Krause [Sat, 5 Mar 2016 20:02:23 +0000 (21:02 +0100)]
package/czmq: add hash file

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoomniorb: remove autoreconf
Baruch Siach [Sat, 5 Mar 2016 21:04:09 +0000 (23:04 +0200)]
omniorb: remove autoreconf

Commit 03ee7f9823af (package/omniorb: bump version to 4.2.1) removed the patch
to configure.ac, making autoreconf redundant.

Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/multicat: add missing dependency on bitstream
Romain Naour [Sat, 5 Mar 2016 20:40:51 +0000 (21:40 +0100)]
package/multicat: add missing dependency on bitstream

Multicat select bitstream package without adding it as build dependencies.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-wmc: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:57 +0000 (19:58 +0100)]
package/kodi-pvr-wmc: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-vuplus: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:56 +0000 (19:58 +0100)]
package/kodi-pvr-vuplus: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-vdr-vnsi: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:55 +0000 (19:58 +0100)]
package/kodi-pvr-vdr-vnsi: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-vbox: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:54 +0000 (19:58 +0100)]
package/kodi-pvr-vbox: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-stalker: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:53 +0000 (19:58 +0100)]
package/kodi-pvr-stalker: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-pctv: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:52 +0000 (19:58 +0100)]
package/kodi-pvr-pctv: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-nextpvr: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:51 +0000 (19:58 +0100)]
package/kodi-pvr-nextpvr: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-mythtv: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:50 +0000 (19:58 +0100)]
package/kodi-pvr-mythtv: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-mediaportal-tvserver: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:49 +0000 (19:58 +0100)]
package/kodi-pvr-mediaportal-tvserver: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-iptvsimple: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:48 +0000 (19:58 +0100)]
package/kodi-pvr-iptvsimple: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-hts: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:47 +0000 (19:58 +0100)]
package/kodi-pvr-hts: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-hdhomerun: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:46 +0000 (19:58 +0100)]
package/kodi-pvr-hdhomerun: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-filmon: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:45 +0000 (19:58 +0100)]
package/kodi-pvr-filmon: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-dvbviewer: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:44 +0000 (19:58 +0100)]
package/kodi-pvr-dvbviewer: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-dvblink: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:43 +0000 (19:58 +0100)]
package/kodi-pvr-dvblink: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-pvr-argustv: bump version
Bernd Kuhls [Sat, 5 Mar 2016 18:58:42 +0000 (19:58 +0100)]
package/kodi-pvr-argustv: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/upmpdcli: bump to version 1.1.2
Jörg Krause [Sat, 5 Mar 2016 16:03:51 +0000 (17:03 +0100)]
package/upmpdcli: bump to version 1.1.2

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/shairport-sync: bump to version 2.8.1
Jörg Krause [Sat, 5 Mar 2016 15:58:35 +0000 (16:58 +0100)]
package/shairport-sync: bump to version 2.8.1

Also remove patch from upstream.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/monit: bump to version 5.17
Jörg Krause [Sat, 5 Mar 2016 16:11:26 +0000 (17:11 +0100)]
package/monit: bump to version 5.17

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/luv: bump to version 1.8.0-4
Jörg Krause [Sat, 5 Mar 2016 16:23:57 +0000 (17:23 +0100)]
package/luv: bump to version 1.8.0-4

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/lxc: enable for CodeSourcery nios2 2015.11 toolchain
Romain Naour [Sat, 5 Mar 2016 16:04:21 +0000 (17:04 +0100)]
package/lxc: enable for CodeSourcery nios2 2015.11 toolchain

The CS nios2 2015.11 is based on kernel header 4.2 which must now
provide the setns syscall for nios2.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage: remove _gp issue workaround for Codesourcery nios2 toolchain
Romain Naour [Sat, 5 Mar 2016 16:04:19 +0000 (17:04 +0100)]
package: remove _gp issue workaround for Codesourcery nios2 toolchain

The _gp link issue has been fixed in CS nios2 2015.11.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/libcap-ng: enable for CodeSourcery nios2 2015.11 toolchain
Romain Naour [Sat, 5 Mar 2016 16:04:20 +0000 (17:04 +0100)]
package/libcap-ng: enable for CodeSourcery nios2 2015.11 toolchain

The compiler bug has been fixed in CS nios2 2015.11.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibcap-ng: bump to version 0.7.7
Sergio Prado [Fri, 4 Mar 2016 23:00:40 +0000 (20:00 -0300)]
libcap-ng: bump to version 0.7.7

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
[Thomas: remove nios2 hacks, no longer needed.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/linux-pam: bump version to 1.2.1
Brendan Heading [Sun, 23 Aug 2015 19:02:58 +0000 (20:02 +0100)]
package/linux-pam: bump version to 1.2.1

Move to the latest release of linux-pam. This allows us to remove
a number of patches and consolidate the existing ones :

- 0001-configure.patch
- 0007-rhosts.patch

these two patches deal with the ruserok function, which is not
usable with uclibc. Consolidated into
0002-Conditionally-compile-per-ruserok-availability.patch.

- 0003-group.patch
- 0005-succeed.patch
- 0006-time.patch

these three patches deal with the innetgr function, which is not
usable with uclibc. Consolidated into
0003-Conditionally-compile-per-innetgr-availability.patch.

- 0004-mkdir.patch

Fixed in upstream, no longer required.

- 0002-doc-makefile-am.patch

renamed to 0001-doc-makefile-am.patch.

- 0008-fix-CVE-2014-2583.patch
- 0009-fix-CVE-2013-7041.patch

These patches are already included in the new release and so
can be safely deleted.

Signed-off-by: Brendan Heading <brendanheading@gmail.com>
Tested-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-adsp-basic: new package
Bernd Kuhls [Sat, 20 Feb 2016 22:09:33 +0000 (23:09 +0100)]
package/kodi-adsp-basic: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-adsp-freesurround: new package
Bernd Kuhls [Sat, 20 Feb 2016 22:09:32 +0000 (23:09 +0100)]
package/kodi-adsp-freesurround: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-audiodecoder-opus: new package
Bernd Kuhls [Sat, 20 Feb 2016 22:09:31 +0000 (23:09 +0100)]
package/kodi-audiodecoder-opus: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agotoolchain-external: bump musl toolchain to 1.1.12
Thomas Petazzoni [Fri, 4 Mar 2016 22:50:07 +0000 (23:50 +0100)]
toolchain-external: bump musl toolchain to 1.1.12

While the prebuilt musl toolchains provided by http://musl.codu.org/
had not been updated in a while, a new release based on musl 1.1.12
has been put online in December 2015. This commit updates our external
toolchain package to use this new pre-built toolchain.

Compared to the previous 1.1.6 toolchain, there are some changes:

 - The MIPS big endian soft-float variant is no longer available.
 - The Microblaze variant is no longer available.
 - SuperH 4, both little and big endian, variants have been added.
 - The components have been updated: gcc 5.3 is used, binutils 2.25.1,
   and of course musl 1.1.12.

Besides the update itself, in this commit, we are:

 - Making the musl toolchain non-selectable on MIPS big endian
   soft-float.

 - Making the musl toolchain actually work on MIPS little endian
   soft-float, by downloading the right tarball and setting up the
   right symbolic link.

 - Removing support for the Microblaze variant, and adding support for
   the SH4 variants.

All variants except armeb have been boot tested under Qemu, up to a
Busybox shell prompt. armeb has not been tested due to the lack of a
Qemu configuration for this architecture.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/kodi-pvr-hdhomerun: new package
Bernd Kuhls [Sat, 20 Feb 2016 22:09:30 +0000 (23:09 +0100)]
package/kodi-pvr-hdhomerun: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-visualisation-fountain: new package
Bernd Kuhls [Sat, 20 Feb 2016 22:09:29 +0000 (23:09 +0100)]
package/kodi-visualisation-fountain: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-visualisation-fishbmc: new package
Bernd Kuhls [Sat, 20 Feb 2016 22:09:28 +0000 (23:09 +0100)]
package/kodi-visualisation-fishbmc: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-screensaver-planestate: new package
Bernd Kuhls [Sat, 20 Feb 2016 22:09:27 +0000 (23:09 +0100)]
package/kodi-screensaver-planestate: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-screensaver-cpblobs: new package
Bernd Kuhls [Sat, 20 Feb 2016 22:09:25 +0000 (23:09 +0100)]
package/kodi-screensaver-cpblobs: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Thomas: fix license, it's GPLv2, not GPLv2+.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-screensaver-asterwave: new package
Bernd Kuhls [Sat, 20 Feb 2016 22:09:24 +0000 (23:09 +0100)]
package/kodi-screensaver-asterwave: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-visualisation-waveforhue: add hash
Bernd Kuhls [Sat, 20 Feb 2016 22:09:23 +0000 (23:09 +0100)]
package/kodi-visualisation-waveforhue: add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-screensaver-crystalmorph: add hash
Bernd Kuhls [Sat, 20 Feb 2016 22:09:22 +0000 (23:09 +0100)]
package/kodi-screensaver-crystalmorph: add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoowfs: new package
Arnout Vandecappelle [Mon, 22 Feb 2016 23:07:51 +0000 (00:07 +0100)]
owfs: new package

All modules are always enabled when their dependencies are satisfied.

tcl doesn't work because the tclConfig.sh installed by our tcl package
is wrong: it adds -I/usr/include.

perl doesn't work out of the box, I didn't investigate.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi: needs BR2_TOOLCHAIN_HAS_SYNC_8
Bernd Kuhls [Sat, 27 Feb 2016 22:04:15 +0000 (23:04 +0100)]
package/kodi: needs BR2_TOOLCHAIN_HAS_SYNC_8

Fixes a build error on arm detected by autobuilders:
http://autobuild.buildroot.net/results/439/43939f65e4516adddc4385c6e0a2193abcab0446/
http://autobuild.buildroot.net/results/322/322e3cd3b444106c9b624675c2265d4fdfefe458/
http://autobuild.buildroot.net/results/3c1/3c1a0e35325828c554f49ab9dbeb4b9b16f9b1e5/
http://autobuild.buildroot.net/results/222/222e8f3392a794b693ff0a9617453bdffbce8aef/
http://autobuild.buildroot.net/results/d91/d91efe30996ddbb4706885b48ff6d5d3fa974df8/

and this build error on BR2_x86_i486

xbmc/filesystem/filesystem.a(FileCache.o): In function `std::__atomic_base<long long>::store(long long, std::memory_order)':
/home/bernd/buildroot/br6_kodi_next/output/host/usr/i486-buildroot-linux-uclibc/include/c++/4.9.3/bits/atomic_base.h:478: undefined reference to `__atomic_store_8'
/home/bernd/buildroot/br6_kodi_next/output/host/usr/i486-buildroot-linux-uclibc/include/c++/4.9.3/bits/atomic_base.h:478: undefined reference to `__atomic_store_8'
xbmc/filesystem/filesystem.a(FileCache.o): In function `std::__atomic_base<long long>::load(std::memory_order) const':
/home/bernd/buildroot/br6_kodi_next/output/host/usr/i486-buildroot-linux-uclibc/include/c++/4.9.3/bits/atomic_base.h:500: undefined reference to `__atomic_load_8'

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogdb: add upstream patches to fix musl build
Arnout Vandecappelle [Sun, 28 Feb 2016 00:30:34 +0000 (01:30 +0100)]
gdb: add upstream patches to fix musl build

Backported three patches from upstream to all four versions of gdb
that we support.

The "skipping exited and joined thread" message only exists in 7.10.1
so that hunk is removed in the earlier versions. The ChangeLog
modifications are also removed.

Fixes
http://autobuild.buildroot.net/results/e81/e8156d0b89e7157b8f10e428fc0958b0eb29e50a/

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibpjsip: new package
Bernd Kuhls [Fri, 4 Mar 2016 23:32:43 +0000 (00:32 +0100)]
libpjsip: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Patrick Keroulas <patrick.keroulas@savoirfairelinux.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibmatroska: update version
Waldemar Brodkorb [Fri, 4 Mar 2016 23:05:58 +0000 (00:05 +0100)]
libmatroska: update version

Update to latest version.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibebml: update version
Waldemar Brodkorb [Fri, 4 Mar 2016 23:01:57 +0000 (00:01 +0100)]
libebml: update version

Update to latest stable version.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/vlc: add optional support for musepack
Bernd Kuhls [Sun, 28 Feb 2016 20:18:28 +0000 (21:18 +0100)]
package/vlc: add optional support for musepack

When musepack was compiled before, vlc will use it as optional
dependency:

$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/lib/vlc/plugins/demux/libmpc_plugin.so | grep NEEDED | sort
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libdl.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libintl.so.8]
 0x0000000000000001 (NEEDED)             Shared library: [libmpcdec.so.7]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/vlc: add optional support for xcb-util-keysyms
Bernd Kuhls [Sun, 28 Feb 2016 20:18:27 +0000 (21:18 +0100)]
package/vlc: add optional support for xcb-util-keysyms

When xcb-util-keysyms was compiled before, vlc will use it as optional
dependency:

$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/lib/vlc/plugins/control/libxcb_hotkeys_plugin.so | grep NEEDED | sort
[...]
 0x0000000000000001 (NEEDED)             Shared library: [libxcb-keysyms.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libxcb.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libXdmcp.so.6]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/vlc: add optional support for minizip
Bernd Kuhls [Sun, 28 Feb 2016 20:18:26 +0000 (21:18 +0100)]
package/vlc: add optional support for minizip

When minizip was compiled before, vlc will use it as optional
dependency:

$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/lib/vlc/plugins/access/libzip_plugin.so | grep NEEDED | sort
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libdl.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libintl.so.8]
 0x0000000000000001 (NEEDED)             Shared library: [libminizip.so.1]
[...]

The build system offers no option to en-/disable minizip support,
the same is valid for zlib support:
https://git.videolan.org/?p=vlc.git;a=blob;f=configure.ac;h=be658816bcda642090e1cff20d93e61b25299250;hb=HEAD#l831

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/vlc: add optional support for libssh2
Bernd Kuhls [Sun, 28 Feb 2016 20:18:25 +0000 (21:18 +0100)]
package/vlc: add optional support for libssh2

When libssh2 was compiled before, vlc will use it as optional
dependency:

$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/lib/vlc/plugins/access/libsftp_plugin.so | grep NEEDED
 0x0000000000000001 (NEEDED)             Shared library: [libvlccore.so.8]
 0x0000000000000001 (NEEDED)             Shared library: [librt.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libintl.so.8]
 0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libdl.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libm.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libssh2.so.1]
[...]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/vlc: add optional support for libvncserver
Bernd Kuhls [Sun, 28 Feb 2016 20:18:24 +0000 (21:18 +0100)]
package/vlc: add optional support for libvncserver

When libvncserver was compiled before, vlc will use it as optional
dependency:

$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/lib/vlc/plugins/access/libvnc_plugin.so | grep NEEDED
 0x0000000000000001 (NEEDED)             Shared library: [libvlccore.so.8]
 0x0000000000000001 (NEEDED)             Shared library: [librt.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libintl.so.8]
 0x0000000000000001 (NEEDED)             Shared library: [libdl.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libvncclient.so.0]
[...]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/vlc: add optional support for libcddb
Bernd Kuhls [Sun, 28 Feb 2016 20:18:23 +0000 (21:18 +0100)]
package/vlc: add optional support for libcddb

When libcddb was compiled before, vlc will use it as optional
dependency:

$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/lib/vlc/plugins/access/libcdda_plugin.so | grep NEEDED | sort
 0x0000000000000001 (NEEDED)             Shared library: [libcddb.so.2]
[...]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/vlc: bump version to 2.2.2
Bernd Kuhls [Sun, 28 Feb 2016 20:18:22 +0000 (21:18 +0100)]
package/vlc: bump version to 2.2.2

Removed two patches applied upstream.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoltp-testsuite: update to latest, fix uClibc-ng issues
Waldemar Brodkorb [Sat, 5 Mar 2016 10:39:54 +0000 (11:39 +0100)]
ltp-testsuite: update to latest, fix uClibc-ng issues

Update to latest ltp-testsuite release, which resolves sparc64/sparc
autobuild failures:
http://autobuild.buildroot.net/results/a6445df26514dfa9cd7e5b9d34b4687d46a8d19b/

Furthermore it should fix any other uClibc-ng related issues.
0001-fix-build-on-uClibc-exp10.patch removed, as uClibc-ng 1.0.12
contains exp10() implementation.
0001-fix-uClibc-build.patch suggested upstream.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/gnuradio: bump version to 3.7.9.1
Bernd Kuhls [Sat, 5 Mar 2016 10:40:30 +0000 (11:40 +0100)]
package/gnuradio: bump version to 3.7.9.1

Rebased patch #0001.
Removed patch #0002, applied upstream:
https://github.com/gnuradio/gnuradio/commit/3e2dc168467304212328abd061bf10f0c511f17f

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/omniorb: bump version to 4.2.1
Bernd Kuhls [Sat, 5 Mar 2016 10:40:29 +0000 (11:40 +0100)]
package/omniorb: bump version to 4.2.1

Removed patch applied upstream:
https://sourceforge.net/p/omniorb/svn/6296/#diff-4

Please note that upstream also provides version 4.2.1-2
https://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.2.1/

This version was a follow-up to 4.2.1 to provide VS platform files:
https://sourceforge.net/p/omniorb/svn/6311/#diff-5
https://sourceforge.net/p/omniorb/svn/6313/#diff-2

Because they are not needed for buildroot we stick to version 4.2.1.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/transmission: bump version to 2.90
Bernd Kuhls [Sat, 5 Mar 2016 10:40:28 +0000 (11:40 +0100)]
package/transmission: bump version to 2.90

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/znc: bump version to 1.6.3
Bernd Kuhls [Sat, 5 Mar 2016 10:40:27 +0000 (11:40 +0100)]
package/znc: bump version to 1.6.3

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/gcc: 4.9.x: backport a fix for libcap-ng issue on nios2
Romain Naour [Sat, 5 Mar 2016 11:31:36 +0000 (12:31 +0100)]
package/gcc: 4.9.x: backport a fix for libcap-ng issue on nios2

The patch is part of gcc 5.3 release.

Fixes:
http://autobuild.buildroot.net/results/901/90186d1fe134b804c0101554296b1235dc0ccbb0

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Sergio Prado <sergio.prado@e-labworks.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolinux: bump default to version 4.4.4
Gustavo Zacarias [Fri, 4 Mar 2016 11:16:29 +0000 (08:16 -0300)]
linux: bump default to version 4.4.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux-headers: bump 3.{10, 14}.x and 4.4.x series
Gustavo Zacarias [Fri, 4 Mar 2016 11:16:28 +0000 (08:16 -0300)]
linux-headers: bump 3.{10, 14}.x and 4.4.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agophp: bump to version 5.6.19
Gustavo Zacarias [Fri, 4 Mar 2016 10:47:40 +0000 (07:47 -0300)]
php: bump to version 5.6.19

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoglibc: backport patch to fix Microblaze build issue
Thomas Petazzoni [Fri, 4 Mar 2016 10:15:10 +0000 (11:15 +0100)]
glibc: backport patch to fix Microblaze build issue

This commit backports a glibc patch that fixes the build of glibc 2.22
on the Microblaze architecture.

Fixes:

  http://autobuild.buildroot.org/results/673/67348953fac469affd1965e04d61485ebb41e252/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agobusybox: tweak IPv6/largefile handling
Peter Korsgaard [Fri, 4 Mar 2016 15:47:38 +0000 (16:47 +0100)]
busybox: tweak IPv6/largefile handling

Fixes #8736

When IPv6 and largefile options were removed from Buildroot, the code to
force these options in busybox were still left in.

There's no strong reason to forcefully enable these options (only to disable
options if the system cannot support it like we do for nommu), so instead
enable the options in our default defconfig, allowing people to override
this if they use a custom config.

While we're at it, enable the prefer-ipv4 option so network applets like
ntpd doesn't fail when dual stacked hosts are resolved from a system without
IPv6 support enabled in the kernel.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosqlite: bump to version 3.11.1
Gustavo Zacarias [Thu, 3 Mar 2016 19:45:34 +0000 (16:45 -0300)]
sqlite: bump to version 3.11.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoboard/boundarydevices: rename folder and update readme
Gary Bisson [Thu, 3 Mar 2016 14:57:18 +0000 (15:57 +0100)]
board/boundarydevices: rename folder and update readme

It didn't make sense to keep the U-Boot scripts and post build/image
scripts under the nitrogen6x folder since they apply for all our
platforms.

Also update the readme.txt to make it clearer which defconfig should
be used depending on the platform targeted.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoboard/boundarydevices: update u-boot scripts for i.MX7 support
Gary Bisson [Thu, 3 Mar 2016 14:57:17 +0000 (15:57 +0100)]
board/boundarydevices: update u-boot scripts for i.MX7 support

Also remove useless tfp410 enablement since a basic kernel driver has
been added.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agostunnel: bump to version 5.31
Gustavo Zacarias [Thu, 3 Mar 2016 13:57:26 +0000 (10:57 -0300)]
stunnel: bump to version 5.31

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoclamav: bump to version 0.99.1
Gustavo Zacarias [Thu, 3 Mar 2016 12:58:52 +0000 (09:58 -0300)]
clamav: bump to version 0.99.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoexim: security bump to version 4.86.2
Gustavo Zacarias [Thu, 3 Mar 2016 12:58:19 +0000 (09:58 -0300)]
exim: security bump to version 4.86.2

Fixes:
CVE-2016-1531 - All installations having Exim set-uid root and using
'perl_startup' are vulnerable to a local privilege escalation. Any user
who can start an instance of Exim (and this is normally *any* user) can
gain root privileges. If you do not use 'perl_startup' you *should* be
safe.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agocpio: add security patch to fix CVE-2016-2037
Gustavo Zacarias [Thu, 3 Mar 2016 12:58:05 +0000 (09:58 -0300)]
cpio: add security patch to fix CVE-2016-2037

Fixes:
CVE-2016-2037 - The cpio_safer_name_suffix function in util.c in cpio
2.11 allows remote attackers to cause a denial of service (out-of-bounds
write) via a crafted cpio file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopython-cryptography: bump to version 1.2.3
Gustavo Zacarias [Thu, 3 Mar 2016 12:31:22 +0000 (09:31 -0300)]
python-cryptography: bump to version 1.2.3

Is now compatible with openssl 1.0.2g+ hence fixes:
http://autobuild.buildroot.net/results/5fc/5fc28bafa3cd7171ce6343d21f65af090536f443/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoattr: disable gettext for host variant
Gustavo Zacarias [Thu, 3 Mar 2016 12:03:38 +0000 (09:03 -0300)]
attr: disable gettext for host variant

Otherwise it leads to build failure and we don't need it. Fixes:
http://autobuild.buildroot.net/results/59e/59e7e1db122523b292d34405df6dca9faa616da2/

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agognutls: bump to version 3.4.10
Gustavo Zacarias [Thu, 3 Mar 2016 12:03:03 +0000 (09:03 -0300)]
gnutls: bump to version 3.4.10

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/kodi-pvr-mediaportal-tvserver: remove patch applied upstream
Bernd Kuhls [Thu, 3 Mar 2016 06:18:25 +0000 (07:18 +0100)]
package/kodi-pvr-mediaportal-tvserver: remove patch applied upstream

The recent version bump forgot to remove the patch.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/kodi-pvr-argustv: remove patch applied upstream
Bernd Kuhls [Thu, 3 Mar 2016 06:18:24 +0000 (07:18 +0100)]
package/kodi-pvr-argustv: remove patch applied upstream

The recent version bump forgot to remove the patch.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agographite2: bump to version 1.3.6
Gustavo Zacarias [Thu, 3 Mar 2016 01:32:40 +0000 (22:32 -0300)]
graphite2: bump to version 1.3.6

Also change SOURCE since the tarball got renamed with the bump.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/kodi-visualisation-shadertoy: bump version, add hash
Bernd Kuhls [Sat, 20 Feb 2016 22:09:21 +0000 (23:09 +0100)]
package/kodi-visualisation-shadertoy: bump version, add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-screensaver/visualisation-*: mass version bump, add hashes
Bernd Kuhls [Sat, 20 Feb 2016 22:09:20 +0000 (23:09 +0100)]
package/kodi-screensaver/visualisation-*: mass version bump, add hashes

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>