summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rpi-userland: add patch fix missing libvcilcs install rulesSamuel Martin2014-06-081-0/+23
| | | | | | | | | | | | | | | This change adds a patch fix the missing install rules for libvcilcs. This is a pre-requisite to be able to build the shared libraries of the rpi-userland package, and most importantly avoid linkage failure (at link-time and/or runtime) in others libraries that link with it. Reported-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Samuel Martin <s.martin49@gmail.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xbmc: fix missing libraries from rpi-userlandSamuel Martin2014-06-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | When rpi-userland libraries are built as shared-objects, not all needed libraries are passed in the LD_FLAGS, leading to failure at linkage. To avoid this issue, set the LIBS variable content in accordance with the INCLUDES variable value. The commit 5e3b1f31b3f82e3b163567f10d7131c9d649a2cf currently works around this issue by forcing rpi-userland to be statically linked, whereas it is actually a LIBS flags problem in xbmc package. A follow-up patch fixes rpi-userland package. Reported-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Samuel Martin <s.martin49@gmail.com> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Maxime Hadjinlian" <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libcec: fix missing libraries from rpi-userlandYann E. MORIN2014-06-081-0/+1
| | | | | | | | | | | | | | | | | When rpi-userland libraries are built as shared-objects, not all needed libraries are passed in the LD_FLAGS, leading to failure at linkage. To avoid this issue, set the LIBS variable content in accordance with INCLUDES variable value. This is needed because libcec does not use pkg-config to look for the ldflags needed for -lbcm_host, even though bcm_host provides a .pc file (even a correct one!) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Samuel Martin <s.martin49@gmail.com> Tested-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xbmc-addon-xvdr: bump to a version compatible with XBMC GothamBernd Kuhls2014-06-082-31/+4
| | | | | | | | | | Removed patch applied upstream. [Thomas: fix typo noticed by Yann.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xbmc-pvr-addons: bump to a version compatible with XBMC GothamBernd Kuhls2014-06-081-3/+4
| | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xbmc: bump version to 13.1Bernd Kuhls2014-06-082-3/+6
| | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "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>
* mesa3d: Bump version to 10.2.1, fix xa buildBernd Kuhls2014-06-081-4/+8
| | | | | | | | Building xa requires at least one non swrast gallium driver, needed since: http://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?h=10.2&id=e283e966660fdf037be6353dc96b7f63b8aa315a Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xbmc: hdmi cec supports needs udev for device scanningBernd Kuhls2014-06-082-3/+4
| | | | | | | | | | | | libcec support in xbmc compiles without udev being linked to libcec, but it is useless because xbmc uses libcec´s udev support for scanning connected CEC devices since: https://github.com/xbmc/xbmc/commit/59171c7a030f8a9c913abbce931967a6a8ff6897 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Tested-by: "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>
* xbmc: add host-yasm dependency for MMX/64bit archsBernd Kuhls2014-06-081-0/+7
| | | | | | | | | | | | | | | | | | | | Fixes error during xbmc configure: yasm not found, use --disable-yasm for a crippled build If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net. Include the log file "config.log" produced by configure as this will help solving the problem. configure: error: Submodule lib/ffmpeg failed to configure This will be needed for 13.0 Gotham. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xbmc: add host-nasm dependencyBernd Kuhls2014-06-081-0/+3
| | | | | | | | | | | | | | Fixes: checking for nasm... no configure: error: Could not find a required program. Please see the README for your platform. This will be needed for 13.0 Gotham. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xbmc: add host-gettext dependencyBernd Kuhls2014-06-081-2/+2
| | | | | | | | | | | | | | | | | AUTOPOINT=/bin/true does not work anymore since https://github.com/xbmc/xbmc/commit/42017cba7a62a0cf16896b061a25a25d392e1e46 config.status: error: cannot find input file: `Makefile.in' configure: error: Submodule lib/cpluff failed to configure This will be needed for 13.0 Gotham. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Maxime Hadjinlian" <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux: bump to version 3.14.6Gustavo Zacarias2014-06-081-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-headers: bump 3.{4,10,14}.x seriesGustavo Zacarias2014-06-081-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mdadm: bump to version 3.3.1Gustavo Zacarias2014-06-081-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* spawn-fcgi: bump to version 1.6.4Gustavo Zacarias2014-06-081-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* musl: security bump to version 1.1.2Gustavo Zacarias2014-06-071-1/+1
| | | | | | | | Fixes CVE-2014-3484 (stack-based buffer overflow in DNS response parsing). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* binutils: arc: Fix native binutils build failureAnton Kolesov2014-06-071-0/+47
| | | | | | | | | | | | | | ARC-specific Makefile has been ignoring DESTDIR when doing target "install". This has been causing build failure for native binutils, since it was trying to install into the host's "/usr". This commit adds a patch that teaches Makefile to honor DESTDIR. This patch should be removed after ARC Binutils will be bumped to next release. This fixes: http://autobuild.buildroot.net/results/68ee094509db3e8fbedf9bab5745ff68cdfe0a84/ Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* barebox: bump to version 2014.06.0Fabio Porcedda2014-06-071-2/+2
| | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Remove user "default"Stephan Hoffmann2014-06-074-4/+0
| | | | | | | | | | User "default" with no password has been around for long time, but not used within buildroot. Since we now have BR2_ROOTFS_USERS_TABLES it is no longer needed. Signed-off-by: Stephan Hoffmann <sho@relinux.de> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* avahi: run as avahi user/group instead of defaultPeter Korsgaard2014-06-071-4/+8
| | | | | | | Create an avahi specific user/group and use it instead of the global 'default' one, so it can be removed. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Bump live555 to 2014.05.27Xh Xiao2014-06-051-1/+1
| | | | | | | Update live555 to newer version Signed-off-by: xxiao <xxiao8@fosiao.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssl: security bump to version 1.0.1hBaruch Siach2014-06-051-1/+1
| | | | | | | | Fixes CVE-2014-0224, CVE-2014-0221, CVE-2014-0195, CVE-2014-0198 among others. See https://www.openssl.org/news/secadv_20140605.txt for details. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* hostapd: explain internal TLS version selectionBaruch Siach2014-06-051-1/+3
| | | | | | | Should have no functional change. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* hostapd: bump to version 2.2Baruch Siach2014-06-052-37/+1
| | | | | | | | | Drop upstream patch. CONFIG_IEEE80211W is now enabled by default. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wpa_supplicant: bump to version 2.2Gustavo Zacarias2014-06-056-282/+32
| | | | | | | | | | | | | | | Patches are now upstream. Enable epoll support since any modern kernel/toolchain supports it. Interworking requires Hotspot functionality which we didn't enable before so introduce a new option for them. While at it group and sort the options in a more lean and friendly way. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-bottle: security bump to version 0.12.7Gustavo Zacarias2014-06-051-1/+1
| | | | | | | Fixes CVE-2014-3137. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/gst1-libav: disable on avr32Yann E. MORIN2014-06-041-0/+1
| | | | | | | | | | | | | gst1-libav produces particularly large binaries, and the relocations needed for it do not fit in the possible relocation mechanisms available on avr32. Let's just disable it. Fixes: http://autobuild.buildroot.net/results/15e/15e31d92848b53f001bd6acde71409af3091215c/ [Peter: drop tvheadend hunk] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* busybox: enable noclobber option in install.shDanomi Manchego2014-06-041-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | We support a busybox-menuconfig target so that the BusyBox configuration can be adjusted as needed. However, depending on what other packages are enabled, re-installing BusyBox symlinks that duplicate "real" apps after the configuration change can result in bad behaviors: * At best, the BusyBox applet will be used after the install, versus the desired "real" app. * At worst, the built rootfs can become unbootable. The BusyBox install.sh has some capability to avoid this issue by means of a --noclobber option. By default, this option is disabled. When enabled, the install.sh will not overwrite a target file with a symlink or hardlink, be it an actual file or a previously installed BusyBox link. The install.sh's argument processing is somewhat broken, so this patch simply changes the default value of the noclobber option to on, rather than add --noclobber to the install.sh invocation. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* busybox: use SED macro instead of 'sed -i'Danomi Manchego2014-06-041-1/+1
| | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lite/Config.in: indentation cleanupJerzy Grzegorek2014-06-041-6/+6
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* manual: make consistent references to package metadata informationSimon Dawson2014-06-042-2/+2
| | | | | | | | | The de facto standard terminology in the manual appears to be "package metadata information"; fix a couple of inconsistent references to package "meta-information" and "meta information". Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* replace github with GitHubSimon Dawson2014-06-046-8/+8
| | | | | | | | The correct capitalisation pattern is "GitHub"; fix manual and makefile commentary. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* hostapd: backport rt5370 fix from upstreamPeter Korsgaard2014-06-041-0/+35
| | | | | | | | | | | Fixes #7166 hostapd crashes with segfault when using RT5370. This is because the driver reports Beacon RX prior to hostapd having completed the AP mode setup. This upstream commit fixes it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/w_scan: needs kernel headers >= 3.3Yann E. MORIN2014-06-041-2/+2
| | | | | | | | | | w_scan needs SYS_DVBC_ANNEX_C, introduced in Linux 3.3. Fixes: http://autobuild.buildroot.net/results/143/143960dc6de5377567dd2a383becc5a7bca90b41/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* e2fsprogs: fix quota parallel build issueGustavo Zacarias2014-06-041-0/+32
| | | | | | | | Missing quota.o dependencies, patch already upstream. Fixes: http://autobuild.buildroot.net/results/aac/aac7b4e3becfc0db5e50ff45d28376f35a9131af/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* e2fsprogs: bump to version 1.42.10Gustavo Zacarias2014-06-043-3/+38
| | | | | | | | | | | | | Drop --disable-tls since it's not needed. Add --disable-rpath to avoid unnecessary pollution. e4defrag now needs an (e)glibc or musl toolchain because of sync_file_range() See e2fsprogs commit 58229aaf85d435469e901c974f31ead6d9124166 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fs/common.mk: unbreak .xz compression when host-xz isn't builtPeter Korsgaard2014-06-042-4/+2
| | | | | | | | | | | | | | | | Closes #7160 Since f46f81de1315 (Don't build host-xz needlessly), host-xz is no longer unconditionally built when xz fs compression is requested, so don't explicitly refer to it. Instead, rely on our check-host-xzcat logic to ensure xz is available and set the path to ensure our host variant gets picked up if not available on the build machine. While we're at it, get rid of the now unused XZ variable. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* grep: bump to version 2.20Gustavo Zacarias2014-06-041-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mpd: add optional avahi supportPeter Korsgaard2014-06-031-0/+5
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* oprofile: bump to version 0.9.9Alexey Brodkin2014-06-036-313/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relese notes for 0.9.9 release are avaialble here: http://oprofile.sourceforge.net/release-notes/oprofile-0.9.9 This release adds support for ARC architecture. Also introduces new "ocount" program for collection of raw event counts. With release of 0.9.9 we may drop back-ported patches: oprofile-002-no-query-modules.patch - liblegacy was removed since 2.4 kernels are no longer supported http://sourceforge.net/p/oprofile/oprofile/ci/fcb818623bf1a638ef4f93dca9e90f8651899bf3/ oprofile-003-oprofile-ppc32-build-fix.patch http://sourceforge.net/p/oprofile/oprofile/ci/fa889ea74b6b931e241a8cd57e90edc23cd7ab03/ oprofile-004-fix-ppc64-specific-libpfm-usage.patch http://sourceforge.net/p/oprofile/oprofile/ci/79a183ed0d9611955714bfa1d6edb361d6bf5c2c/ oprofile-005-fix-up-configure-to-handle-architectures-that-do-not.patch http://sourceforge.net/p/oprofile/oprofile/ci/ca6d916a6f8f0f8abbb4c9b6a97dd1a1615bb124/ But in 0.9.9 was introduced build breakage which was fixed later so adding another back-ported patch oprofile-002-Fix-compile-error-on-ppc-uClibc-platform-AT_BASE_PLA.patch http://sourceforge.net/p/oprofile/oprofile/ci/08241f1b2c5a4d48020c82b509dc1076f51bf0bd/ Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Cc: Peter Korsgaard <jacmet@sunsite.dk> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Cc: Simon Dawson <spdawson@gmail.com> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcgroup: bump to version 0.41 and use LIBCGROUP_VERSIONKim De Mey2014-06-031-2/+2
| | | | | | Signed-off-by: Kim De Mey <kim.demey@gmail.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/imagemagick: remove upstreamed patchRomain Naour2014-06-031-56/+0
| | | | | | | The patch has been applied in the 6.8.9-2 version. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libwebsockets: needs mmuGustavo Zacarias2014-06-031-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/92d/92d29c3f8ab0686c6de765c108937240a6649d18/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libnftnl: add uclinux configure patchGustavo Zacarias2014-06-032-0/+28
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/848/848331218676b4e2be78f805ba3a74cfaf87c56f/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.12.x seriesGustavo Zacarias2014-06-031-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* imagemagick: bump to version 6.8.9-2Jerzy Grzegorek2014-06-031-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* samba4: security bump to version 4.1.8Gustavo Zacarias2014-06-033-105/+1
| | | | | | | | | Fixes CVE-2014-0178 (Malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response) and CVE-2014-0239 (dns: Don't reply to replies). Patches 0001 and 0002 are now part of the 4.1.x release branch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* smcroute: needs MMUBaruch Siach2014-06-031-0/+2
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/9ce/9ce921dc00bcabcddd260916d0f7c44b62029df1/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* network-manager: bump to 0.9.8.10Yegor Yefremov2014-06-031-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/procps-ng: needs gettext if localesYann E. MORIN2014-06-032-0/+6
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/88a/88a2c8907dce0e5abe0d544ce9a2875dfdcc9e7c/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud