summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* slang: fix static link with readlineBaruch Siach2016-03-011-0/+4
| | | | | | | | | | | | | | | | | slang forgets to link with ncurses that is a dependency of readline when linking the slsh binary. Correct this. While at it, also make sure to use staging ncurses5-config script and not the host one. slang uses ncurses5-config to find terminfo location, and only staging ncurses5-config provides the correct run-time location. Fixes: http://autobuild.buildroot.net/results/1dc/1dc52048254c32a24070fef1c1039cebb32e7ac1/ http://autobuild.buildroot.net/results/c17/c176511cbb147c2d8cb0ec0ff3c1612ce8971cb8/ http://autobuild.buildroot.net/results/78d/78dc2ba07b1d7f888aab94e223f3e0b1a1df3af5/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* heirloom-mailx: disable SSLv2 supportGustavo Zacarias2016-03-011-0/+42
| | | | | | | | | | | Now that openssl has dropped SSLv2 support from the latest security bump we need to patch it out here as well. Fixes: http://autobuild.buildroot.net/results/dab/dab1629cfcb5cb33706d0c762dba57baa43299a5/ Patch status: debian upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tn5250: don't reference SSLv2/v3 functions if openssl is built without themPeter Korsgaard2016-03-011-0/+32
| | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/83e/83e29482cad6adef18a0e97bc8e75df302467dbb/ The recent openssl security bump disabled SSLv2 support, but tn5250 was still referencing SSLv2 functions breaking the build. Include a patch from OpenBSD to only reference the SSLv2 / SSLv3 symbols if openssl is built with support for them. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-m2crypto: don't reference SSLv2 functions if openssl is built without ↵Peter Korsgaard2016-03-011-0/+36
| | | | | | | | | | | | | | SSLv2 support Fixes: http://autobuild.buildroot.net/results/018/0183ba8c9fccc87f9e72279c49c2fdc1a9fcb556/ The recent openssl security bump disabled SSLv2 support, but python-m2crypto was still referencing SSLv2 functions causing undefined symbols when the module was imported. Backport an upstream patch to only reference these symbols if openssl is built with SSLv2 support. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* imx-gpu-viv: fix build dependencies when linking against libGAL.soAntoine Ténart2016-03-012-2/+11
| | | | | | | | | | | | Packages like QT5 Base with OpenGL and X support link against libGAL.so at build time. This results in an error because some X functions used in libGAL.so aren't referenced as the libXdamage, libXext and libXfixes packages aren't built and installed into sysroot at the time. Fix this by adding these three packages as build dependencies of imx-gpu-viv. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssl: security bump to version 1.0.2gGustavo Zacarias2016-03-012-3/+3
| | | | | | | | | | | | | Fixes: CVE-2016-0800 - Cross-protocol attack on TLS using SSLv2 (DROWN) CVE-2016-0705 - Double-free in DSA code CVE-2016-0798 - Memory leak in SRP database lookups CVE-2016-0797 - BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption CVE-2016-0799 - Fix memory issues in BIO_*printf functions CVE-2016-0702 - Side channel attack on modular exponentiation Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: use the correct target pcre-configBaruch Siach2016-03-011-0/+1
| | | | | | | | | | | | | | | | zsh configure script mis-detects the location of pcre-config, and may use that of host-pcre or that of the host instead of the target. Make configure use the correct pcre-config. Thanks to Thomas Petazzoni for pointing me at the right direction. Fixes: http://autobuild.buildroot.net/results/b12/b12aadf3016dab0941cae780fa9ee7bf9be8fcda/ http://autobuild.buildroot.net/results/8e8/8e8b12dbca4ef8cac2e5f33cd3cdcddd8e849840/ http://autobuild.buildroot.net/results/473/473197ec8e323ea7ae0e29e6363525dc42f9da2c/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sox: disable SSP when using MIPS Codescape toolchainsVicente Olivert Riera2016-03-011-0/+6
| | | | | | | | | | | | | MIPS Codescape toolchains don't support stack-smashing protection despite of using glibc, therefore we see failures like this one: mips-img-linux-gnu/bin/ld: cannot find -lssp Fixes: http://autobuild.buildroot.net/results/957/95721f7b88c46a20202fb02e408817097df965c3/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libfcgi:add security patch for CVE-2012-6687niranjan.reddy2016-03-011-0/+104
| | | | | | | | | | | | | Fix-CVE-2012-6687 - remote attackers cause a denial of service (crash) via a large number of connections (http://www.cvedetails.com/cve/CVE-2012-6687/). use poll in os_unix.c instead of select to avoid problem with > 1024 connections. The patch libfcgi_2.4.0-8.3.debian.tar.xz is taken from the below link: (https://launchpad.net/ubuntu/+source/libfcgi/2.4.0-8.3) The next release of libfcgi is 2.4.1 which may have this fix is yet to be released officially. Signed-off-by: Niranjan Reddy <niranjan.reddy@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: fix circular dependency when HEADERS_AS_KERNEL is usedThomas Petazzoni2016-03-011-12/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The linux-headers -> linux dependency causes a circular dependency, breaking the source/legal-info/graph-depends/.. targets: make graph-depends Getting targets Getting dependencies for ['toolchain-buildroot', 'toolchain', 'busybox', 'glibc', 'initscripts', 'linux-headers', 'skeleton', 'linux', 'host-fakeroot', 'host-makedevs', 'rootfs-cpio', 'rootfs-initramfs'] Getting dependencies for ['host-kmod', 'host-gcc-final', 'host-gcc-initial', 'host-gawk'] Getting dependencies for ['host-gmp', 'host-binutils', 'host-pkgconf', 'host-mpfr', 'host-mpc'] Getting dependencies for ['host-m4'] Recursion detected for : toolchain which is a dependency of: linux which is a dependency of: linux-headers which is a dependency of: glibc which is a dependency of: host-gcc-final which is a dependency of: toolchain-buildroot which is a dependency of: toolchain Makefile:721: recipe for target 'graph-depends' failed make: *** [graph-depends] Error 1 Fix it by instead duplicating in linux-headers the 10-20 lines of linux.mk logic that infer the _SOURCE/_SITE/_VERSION from the BR2_LINUX_KERNEL_* variables. This does mean that we extract the kernel sources twice though. [Peter: use same git/hg tarball as linux kernel to not clone twice, minor fixes] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* squid: security bump to version 3.5.15Gustavo Zacarias2016-02-292-4/+4
| | | | | | | | | Fixes: SQUID-2016:2 - Multiple Denial of Service issues in HTTP Response processing. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* powerpc-utils: needs dynamic toolchainGustavo Zacarias2016-02-291-0/+5
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/a12/a1240ed6facb99518d71153c099dbd7d3d847af6/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xerces: security bump to version 3.1.3Gustavo Zacarias2016-02-292-3/+3
| | | | | | | | Fixes: CVE-2016-0729 - Apache Xerces-C XML Parser Crashes on Malformed Input Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bluez5_utils: fix big endian buildJohn Keeping2016-02-281-0/+39
| | | | | | | | | | | | | | | | This patch has been accepted upstream and requires no changes to apply to 5.37. Fixes: http://autobuild.buildroot.org/results/2bf4e5ea9b67b80ba38bfeaf71b747a92be09011/ Signed-off-by: John Keeping <john@metanate.com> [Thomas: - add reference to upstream commit - add John's SoB to the patch itself - add reference to autobuilder failure.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pifmrds: add patch to correct linking in static buildEric Limpens2016-02-281-0/+23
| | | | | | | | | | This patch fixes an autobuild error during a static build: http://autobuild.buildroot.net/results/f61ae46ba4d4fc3af3784d1f612a8c1cc7de3314/ Signed-off-by: Eric Limpens <limpens@gmail.com> [Arnout: clean up commit message and patch log] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi-pvr-nextpvr: Fix compile error with gcc5Bernd Kuhls2016-02-281-0/+48
| | | | | | | | Fixes http://autobuild.buildroot.net/results/eea/eea7be8691bad11546fbc9b8d3f1c0528ffd2619/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi-pvr-mediaportal-tvserver: Fix compile error with gcc5Bernd Kuhls2016-02-281-0/+42
| | | | | | | | | Fixes http://autobuild.buildroot.net/results/651/651c47c611f0eaa317acb338d609d8851ea7b463/ http://autobuild.buildroot.net/results/63e/63edc869b780e387a8e94334bbe52ffa1c2a5f85/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi-pvr-argustv: Fix compile error with gcc5Bernd Kuhls2016-02-281-0/+45
| | | | | | | | | Fixes http://autobuild.buildroot.net/results/dac/dacc3bd00ab2346d7655c0a1fb99f6c50b9da08b/ http://autobuild.buildroot.net/results/a6d/a6d3b510681f54f5625908930b4da73bf9edccf7/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-headers: bump 3.{2, 12}.x seriesGustavo Zacarias2016-02-281-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mraa: disable tests buildRomain Naour2016-02-271-1/+1
| | | | | | | | | | | mraa build system is looking for a python interpreter >= 2.7 on the host due to a typo in MRAA_CONF_OPTS. We must use -DBUILDTESTS=OFF instead of -DTESTS=OFF. Fixes: http://autobuild.buildroot.net/results/5f0/5f047c4c28b34f6b1bf2306a2b00bcc6a7481c01 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* can-festival: disable on muslArnout Vandecappelle2016-02-271-2/+5
| | | | | | | | | Previous attempts to fix it failed [1], so disable it instead. [1] http://patchwork.ozlabs.org/patch/509731/ Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/pax-utils: needs kernel headers >= 3.5Romain Naour2016-02-271-0/+4
| | | | | | | | | | | pax-utils require a toolchain with kernel headers >= 3.5 to provide PR_SET_NO_NEW_PRIVS. Fixes: http://autobuild.buildroot.net/results/a9e/a9e0287e67c03e5e385bf54578aa6c5c85206ec2 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: security bump to version 2.0.2Gustavo Zacarias2016-02-272-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2016-2521 - DLL hijacking vulnerability. CVE-2016-2522 - ASN.1 BER dissector crash. CVE-2016-2523 - DNP dissector infinite loop. CVE-2016-2524 - X.509AF dissector crash. CVE-2016-2525 - HTTP/2 dissector crash. CVE-2016-2526 - HiQnet dissector crash. CVE-2016-2527 - 3GPP TS 32.423 Trace file parser crash. CVE-2016-2528 - LBMC dissector crash. CVE-2016-2529 - iSeries file parser crash. CVE-2016-2530 - RSL dissector crash. CVE-2016-2531 - RSL dissector crash. CVE-2016-2532 - LLRP dissector crash. wnpa-sec-2016-12 - Ixia IxVeriWave file parser crash. wnpa-sec-2016-13 - IEEE 802.11 dissector crash. wnpa-sec-2016-14 - GSM A-bis OML dissector crash. wnpa-sec-2016-15 - ASN.1 BER dissector crash. wnpa-sec-2016-16 - SPICE dissector large loop. wnpa-sec-2016-17 - NFS dissector crash. wnpa-sec-2016-18 - ASN.1 BER dissector crash. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/qhull: add dependency on gcc >= 4.4Romain Naour2016-02-271-2/+3
| | | | | | | | | | | | | | | A variadic template template parameters [1] is used in QhullSet.h, this require a toolchain with (at least) gcc 4.4 [2][3]. Fixes (bfin toolchain with gcc 4.3): http://autobuild.buildroot.net/results/32f/32f324c7920ac46d393954de13b8a98a77a0c392 [1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2555.pdf [2] https://gcc.gnu.org/gcc-4.3/cxx0x_status.html [3] https://gcc.gnu.org/gcc-4.4/cxx0x_status.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/qhull: fix comment dependencyRomain Naour2016-02-271-2/+1
| | | | | | | | The comment must be displayed with toolchain without C++ compiler support when BR2_STATIC_LIBS is not set. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mono: fixing monodoc leaking pathAngelo Compagnucci2016-02-271-0/+29
| | | | | | | | | | | This patch fixes a leak in host compiler path for monodoc. This bug is solved upstream but the fix is not included in the latest stable release. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt: add font license informationPeter Seiderer2016-02-271-0/+17
| | | | | | | | | | | | | | | With this implementation, the different licenses will be separated with <space><comma>. This is not nice, but to avoid it a pretty ugly construct is needed: QT_LICENSE = $(shell echo $(QT_LICENSE_BITS) | sed 's% , %, %g') Since the <space><comma> is just a minor nuisance, we're not going to that kind of complexity. Signed-off-by: Peter Seiderer <ps.report@gmx.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{10, 14}.x and 4.4.x seriesGustavo Zacarias2016-02-261-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/util-linux: disable libsmartcols in no-MMU platformsRomain Naour2016-02-251-0/+1
| | | | | | | | | | | As reported by Thomas Petazzoni [1], the libsmartcols library can't be used on no-MMU platform since fork() is used. [1] http://lists.busybox.net/pipermail/buildroot/2016-February/153414.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/avahi: add optional support for libcapBernd Kuhls2016-02-251-0/+4
| | | | | | | | | | | | | | | | | | | When libcap was compiled before, avahi daemon will use it as optional dependency: $ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/sbin/avahi-daemon | grep NEEDED | sort 0x0000000000000001 (NEEDED) Shared library: [libavahi-common.so.3] 0x0000000000000001 (NEEDED) Shared library: [libavahi-core.so.7] 0x0000000000000001 (NEEDED) Shared library: [libcap.so.2] [...] The build system offers no option to en-/disable libcap support: http://git.0pointer.net/avahi.git/tree/configure.ac#n382 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: make the test unconditionally, even if libcap is only used by avahi-daemon for the moment.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nfs-utils: fix struct file_handle related build failuresMaxime Hadjinlian2016-02-251-0/+46
| | | | | | | | | | | | This patch fixes http://autobuild.buildroot.net/results/948/948f81d7ed2c080a675ee9fec754f6fda1fd905f/ The patches has been sent upstream: http://article.gmane.org/gmane.linux.nfs/76139 Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> [Thomas: slightly tweak commit title.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* webkitgtk24: fix building with rpi egl/glesGustavo Zacarias2016-02-251-2/+6
| | | | | | | | | | Some egl/gles binary-only implementations need some extra help in the form of additional include directories, like rpi-userland. Fixes: http://autobuild.buildroot.net/results/083/083ce94b1ac61a60aa16906336612af59e32b18b/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wpa_supplicant: correct legal infoRahul Bedarkar2016-02-251-1/+1
| | | | | | | | | | | | | | | wpa_supplicant is licensed under BSD-3c only and not dual licensed. Quoting from COPYING file This software was previously distributed under BSD/GPL v2 dual license terms that allowed either of those license alternatives to be selected. As of February 11, 2012, the project has chosen to use only the BSD license option for future distribution. As such, the GPL v2 license option is no longer used. Reviewed-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* hostapd: correct legal infoRahul Bedarkar2016-02-251-1/+1
| | | | | | | | | | | | | | | hostapd is licensed under BSD-3c only and not dual licensed. Quoting from COPYING file This software was previously distributed under BSD/GPL v2 dual license terms that allowed either of those license alternatives to be selected. As of February 11, 2012, the project has chosen to use only the BSD license option for future distribution. As such, the GPL v2 license option is no longer used. Reviewed-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dnsmasq: separate licenses with 'or' keywordRahul Bedarkar2016-02-251-1/+1
| | | | | | | | dnsmasq is dual licensed so separate licenses with 'or' keyword. Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mono: Fixing wrong MonoPosixHelper locationAngelo Compagnucci2016-02-251-0/+28
| | | | | | | | | | | | | This patch solves an host path leaking in /etc/mono/config that leads to searching libmonoposixhelper into the wrong path. This bug is fixed upstream, but not included in the current stable release. Fixes bug #8651. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ofono: depends on BR2_TOOLCHAIN_HAS_SYNC_4Gustavo Zacarias2016-02-252-0/+3
| | | | | | | | It uses __sync_fetch_and_add_4() and other 32-bit atomics, fixes: http://autobuild.buildroot.net/results/7ec/7ec4142d0f41234309a226a21a7da7acbece90e9/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tvheadend: depends on BR2_TOOLCHAIN_HAS_SYNC_4Gustavo Zacarias2016-02-251-0/+2
| | | | | | | | It uses __sync_fetch_and_add_4() and other 32-bit atomics, fixes: http://autobuild.buildroot.net/results/610/610ef13ee1d62597f51b061cd1216e7a4e96abff/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt: properly enable script aarch64 supportGustavo Zacarias2016-02-241-1/+1
| | | | | | | It's BR2_aarch64, not aarch64 alone. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt: script & webkit depend on BR2_TOOLCHAIN_HAS_SYNC_4Gustavo Zacarias2016-02-241-2/+4
| | | | | | | | | | | | They use __sync_add_and_fetch_4() and other 32-bit atomics, fixes: http://autobuild.buildroot.net/results/7ac/7acdbc54e26ad2ba4756512614192be0a086f563/ Also remove sparc from supported architectures since it won't grow atomics support magically. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* eudev: Fix configure options for BR2_PACKAGE_EUDEV_RULES_DEV.Ignacy Gawędzki2016-02-241-1/+1
| | | | | | Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libssh2: security bump to version 1.7.0Gustavo Zacarias2016-02-242-2/+2
| | | | | | | | Fixes: CVE-2016-0787 - diffie_hellman_sha256: convert bytes to bits. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libssh: security bump to version 0.7.3Gustavo Zacarias2016-02-242-5/+5
| | | | | | | | | Fixes: CVE-2016-0739 - Bits/bytes confusion resulting in truncated Difffie-Hellman secret length. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* numactl: fix uclibc build issueThomas Petazzoni2016-02-243-35/+5
| | | | | | | | | | | | | | | The patch added in commit 21ed7a92fe5a771911ef06f97522e504d0eebbc2 to fix the musl build had the unfortunate consequence to break the build on uClibc. Thanks to Bernd's work with upstream, both the musl and uclibc issues have been fixed upstream, so this patch updates our numactl package to use the two upstream commits instead of our own private patch. Fixes: http://autobuild.buildroot.net/results/a8729c301a52473899a3e3110802a41cc8afe9db/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* trousers: disable pie option on ARCLada Trimasova2016-02-242-0/+224
| | | | | | | | | | | | | | | | | ARC gcc understands "-pie" option and attempts to generate PIE binaries as of today PIE is not really supported for user-space applications. So we provide option which checks if compiler understands relro and pie options and disable PIE detection if building for ARC. Also AUTORECONF option should be added because of modified configure.in and Makefile.am files. Signed-off-by: Lada Trimasova <ltrimas@synopsys.com> Cc: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Lada Trimasova <ltrimas@synopsys.com<mailto:ltrimas@synopsys.com>> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libuci: correct lua pathNeha Bairathi2016-02-231-1/+1
| | | | | | | | | | | | | LUAPATH is used as the path for installing lua binding. As buildroot specifies the install prefix, STAGING_DIR gets appended to TARGET_DIR which is incorrect path for installation, so use relative path. Reviewed-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com> Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Signed-off-by: Neha Bairathi <Neha.Bairathi@imgtec.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/gnuradio: add optional support for orcBernd Kuhls2016-02-231-0/+4
| | | | | | | | | | | | | | | | | | | When orc was compiled before, gnuradio will use it as optional dependency: $ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/bin/gnuradio-config-info | grep NEEDED [...] 0x0000000000000001 (NEEDED) Shared library: [liborc-0.4.so.0] [...] Apparently there is no option provided by the build system to en-/disable support for orc: https://github.com/gnuradio/volk/blob/41b4df055b2c8d4f2c23ad2bdc60c0b47b4f0dd8/lib/CMakeLists.txt#L449 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Gwenhael Goavec-Merou" <gwenhael.goavec-merou@trabucayre.com> Tested-by: "Gwenhael Goavec-Merou" <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/spice: depend on libglib2Bernd Kuhls2016-02-211-0/+1
| | | | | | | | | | The package selects BR2_PACKAGE_LIBGLIB2 but did not depend on it. The buildsystem treats libglib2 as a hard-dependency: https://cgit.freedesktop.org/spice/spice/tree/configure.ac?h=0.12#n117 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/imagemagick: add optional support for webpBernd Kuhls2016-02-211-0/+7
| | | | | | | | | | | | | | | When webp was compiled before, imagemagick will use it as optional dependency: $ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/bin/stream | grep NEEDED 0x0000000000000001 (NEEDED) Shared library: [libMagickCore-6.Q16.so.2] 0x0000000000000001 (NEEDED) Shared library: [libMagickWand-6.Q16.so.2] 0x0000000000000001 (NEEDED) Shared library: [libjpeg.so.8] 0x0000000000000001 (NEEDED) Shared library: [libwebp.so.5] [...] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/quagga: add optional support for libcapBernd Kuhls2016-02-211-0/+7
| | | | | | | | | | | | When libcap was compiled before, quagga will use it as optional dependency: $ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/bin/vtysh | grep NEEDED | sort 0x0000000000000001 (NEEDED) Shared library: [libcap.so.2] [...] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud