summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* libcap: add patch to fix build issue with old kernel headersThomas Petazzoni2016-03-161-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old kernels (before 2.6.36) were defining XATTR_NAME_CAPS in <linux/capability.h>, but using XATTR_SECURITY_PREFIX and XATTR_CAPS_SUFFIX which were defined in the kernel-only part of <linux/xattr.h>. In kernel 2.6.36 (commit af4f136056c984b0aa67feed7d3170b958370b2f), the XATTR_NAME_CAPS definition was moved to the kernel-only part of <linux/xattr.h>. It's only in kernel 3.0 (commit 1dbe39424a43e56a6c9aed12661192af51dcdb9f) that <linux/xattr.h> was fixed to expose XATTR_NAME_CAPS and the related definitions to userspace. This is the reason why the target variant of libcap has a dependency on headers >= 3.0 for the moment. However, this doesn't solve the problem for the host variant of libcap, which doesn't build properly on old systems. To solve this, we simply add a patch that defines the missing definitions. Their values haven't changed over time since they are part of the kernel to userspace ABI. Fixes: http://autobuild.buildroot.org/results/856b71bccf14c3334a8c0fc66c1d985b09734313/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcap: bump versionYann E. MORIN2016-03-165-95/+29
| | | | | | | | | | | attr is no longer a dependency, not even optional. Refresh our patches, and drop the backport from upstream. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* quagga: fix build when ospfd is disabledBaruch Siach2016-03-161-1/+1
| | | | | | | | | | | | | | | | ospfclient and ospfapi that gets build by default need libospf, but libospf doesn't get built when ospfd is disabled. Disable ospfapi in this case. Fixes: http://autobuild.buildroot.net/results/918/918f5ced9c7dd59a8fcab654dc8f6d2798515e34/ http://autobuild.buildroot.net/results/edb/edbcb616b6019bced330238228fb5c6f880ab885/ http://autobuild.buildroot.net/results/831/8311f611559b3e7e98860d5a0264db97d4de1a54/ and many more. [Peter: tweak description] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* modem-manager: bump to version 1.4.14Yegor Yefremov2016-03-162-2/+2
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmbim: bump to version 1.12.4Yegor Yefremov2016-03-162-2/+2
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-mistune: bump to version 0.7.2Yegor Yefremov2016-03-162-4/+4
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-cffi: bump to version 1.5.2Yegor Yefremov2016-03-162-4/+4
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pyroute2: bump to version 0.3.16Yegor Yefremov2016-03-162-4/+4
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mc: bump to version 4.8.16Yegor Yefremov2016-03-162-3/+3
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* samba4: add host-python to dependenciesGustavo Zacarias2016-03-161-1/+3
| | | | | | | | | | | | Even though it's inherited by the python dependency it's more clear this way for graph-depends, since it's used by the waf buildsystem. And even though we have a hard dependency on python for the distro this python could ostensibly be 3.x which isn't compatible with the bundled waf series (1.5.x) in samba (as of current shipping version and upcoming 4.4.x series). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/tvheadend: bump versionBernd Kuhls2016-03-162-2/+2
| | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/4e4/4e403fa4aba6196ddc362cfe9c1e37743fa3cede/ and other atomic-related build errors by this upstream commit: https://github.com/tvheadend/tvheadend/commit/f0472eebaa539c61e958432cded2b7cac41f758f Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jamvm: needs dynamic library supportPeter Korsgaard2016-03-161-2/+3
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/931/931a005fab39f22bda0fd8c249f3e4d1f5eba4cc/ http://autobuild.buildroot.net/results/fa3/fa34334acd8d682e76444d9208463f364de96291/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* midori: enable optional gcr supportGustavo Zacarias2016-03-151-0/+4
| | | | | | | Only used/useful with the gtk3 backend though. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Revert "gcc/gcc-final: pass TARGET_ABI flags to configure with ↵Max Filippov2016-03-151-4/+0
| | | | | | | | | | | | | | --enable-cxx-flags" This reverts commit 2dcab526a97d1dbcb73c3cd578e5bf2853853a10. Now that gcc correctly propagates CXXFLAGS_FOR_TARGET for libstdc++ build this is no longer needed. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gcc: preserve CXXFLAGS_FOR_TARGETMax Filippov2016-03-153-0/+75
| | | | | | | | | | | | | | | | | | | gcc-4.7.x, gcc-4.8.x and gcc-4.9.x don't propagate CXXFLAGS_FOR_TARGET to CXXFLAGS for libstdc++ build. As a result libstdc++ is built without TARGET_CFLAGS and may fail to link with applications using it, see e.g. http://autobuild.buildroot.net/results/81a3bca5cbcf789c7ce1aa221a6a4154dd7c3917/ Instead of passing TARGET_ABI or TARGET_CFLAGS for libstdc++ in --enable-cxx-flags parameter backport the patch that fixes propagation of CXXFLAGS_FOR_TARGET to CXXFLAGS. This issue is fixed in gcc-5.x Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorriso: Bump version to 1.4.2Benoît Allard2016-03-152-2/+2
| | | | | | | Signed-off-by: Benoît Allard <benoit.allard@greenbone.net> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pangomm: roll back to version 2.38.1Gustavo Zacarias2016-03-152-3/+3
| | | | | | | | | 2.39.1 (and all odd-numbered versions for y in x.y.z) are development releases not intended for general usage, so roll back to the latest stable version. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lksctp-tools: fix musl buildYegor Yefremov2016-03-151-0/+46
| | | | | | | | | | | | | | Add a patch replacing __BEGIN_DECLS/__END_DECLS with "extern "C" {" definition. Fixes: http://autobuild.buildroot.net/results/d7d/d7d1c6a13ad788ef74ac0487bf2bdbdcd7d52d40/ http://autobuild.buildroot.net/results/06a/06a76d80701b126789c6c8e867db067e3b927caa/ Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gptfdisk: indentation cleanupRicardo Martincoski2016-03-151-6/+6
| | | | | | Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xf86-input-void: remove deprecatedGustavo Zacarias2016-03-154-28/+0
| | | | | | | It's been deprecated for a year now so remove it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: remove deprecated version 3.17.xGustavo Zacarias2016-03-151-7/+0
| | | | | | | | Remove for the upcoming 2016.05 release, it's been deprecated for a year now. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gdb: remove deprecated version 7.7Gustavo Zacarias2016-03-158-277/+0
| | | | | | | It's been deprecated for a year now so remove it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* foomatic-filters: remove deprecatedGustavo Zacarias2016-03-153-46/+0
| | | | | | | It's been deprecated for a year now so remove it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* samba: remove deprecatedGustavo Zacarias2016-03-159-628/+0
| | | | | | | | It's been deprecated for a year now so remove it. [Peter: drop !samba dependency from samba4] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mplayer: switch it to samba4Gustavo Zacarias2016-03-151-2/+4
| | | | | | | | | | samba(3) has been deprecated for quite some time so switch mplayer to use samba4 if available. It needs a little extra tweak to pick up the proper cflags since the odd configure script doesn't do it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* orc: bump to version 0.4.25Gustavo Zacarias2016-03-152-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/tzdata: bump version to 2016bMartin Bark2016-03-152-3/+3
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/zic: bump version to 2016bMartin Bark2016-03-152-3/+3
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpjsip: fix musl buildLuca Ceresoli2016-03-152-0/+135
| | | | | | | | | | | | | | | | Fix two different build issues when building against musl. Fixes: http://autobuild.buildroot.net/results/e5c/e5c85272b5561549dfc478264ee6507bb9ad8c9f/ Based on an Alpine Linux patch [0] as suggested by Thomas [1]. [0] http://git.alpinelinux.org/cgit/aports/plain/main/pjproject/musl-fixes.patch [1] http://lists.busybox.net/pipermail/buildroot/2016-March/155056.html Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linknx: fix static build with mysql clientBaruch Siach2016-03-152-0/+55
| | | | | | | | | | | | | Add a patch correcting the libraries order in the link command to fix static mysql libraries link. Fixes: http://autobuild.buildroot.net/results/2df/2dfcbd30079d13997de37e2d1c4643653e200be6/ http://autobuild.buildroot.net/results/4cc/4cc9c8bd223d1c9d604322ba04060dd35fc8aa45/ http://autobuild.buildroot.net/results/4bd/4bd04b7a3ca0092b50ad5c5212830d8935f54d48/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* quagga: security bump to version 1.0.20160309Baruch Siach2016-03-153-13/+2
| | | | | | | | | | | | | | Fixes CVE-2016-2342 (AKA VU#270232): Quagga bgpd with BGP peers enabled for VPNv4 contains a buffer overflow vulnerability. Remove the --enable-babeld and --enable-opaque-lsa configure options that were removed in this release. See the release announcement at https://lists.quagga.net/pipermail/quagga-dev/2016-March/014938.html. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rpi-firmware: unbreak _INSTALL_VCDBG logicPeter Korsgaard2016-03-151-2/+1
| | | | | | | | | | | | | | | Commit d16b32a401 (package/rpi-firmware: add option to install vcdbg) added a sub option to install the vcdbg tool, but the commit unfortunately contained two errors: - The package sets _INSTALL_TARGET = NO, so the _TARGET_CMDS are never used - The install command used -d (handle arguments as directories) instead of -D (create needed directories) Fix these issues. Cc: yann.morin.1998@free.fr Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-firmware: ath9k_htc - use newer firmwareAlexey Brodkin2016-03-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Existing blobs are of version ath9k-htc 1.3.1, see http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/commit/?id=21a6c3e55df956dd223279627685778268ede70f These are as said in the commit are left for compatibility with older kernels which [older kernels] will look for blobs in the root of "/lib/firmware". But there're newer v1.4 blobs in ath9k_htc folder. And newer kernels (>=4.4) look first in that new location "/lib/firmware/ath9k_htc". Note that even new kernels will fall back to previous location if new one doesn't exist. Tested with TP-LINK TL-WN722N (has Atheros AR9271 inside). Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: John Keeping <john@metanate.com> Cc: Matt Weber <matt@thewebers.ws> Cc: Alex Suykov <alex.suykov@gmail.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* taskd: include only one license fileArnout Vandecappelle2016-03-141-1/+1
| | | | | | | COPYING and LICENSE are identical, so no point including them both. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* taskd: remove redundant _SOURCE definitionArnout Vandecappelle2016-03-141-1/+0
| | | | | | | .tar.gz is the default. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* taskd: needs C++Arnout Vandecappelle2016-03-141-2/+3
| | | | | | | | It's all C++ code... C++11 even, but it turns out to compile fine even with gcc-4.5 (Arago toolchain). Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* taskd: move to Miscellaneous menuArnout Vandecappelle2016-03-141-1/+1
| | | | | | | | | | | | It's not really a networking tool (if everything that does something on the network would be called a networking tool, we wouldn't have much else). Since we don't really have an appropriate menu for it, put it in Miscellaneous. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* putty: add new packageAlexander Dahl2016-03-144-0/+35
| | | | | | | [Peter: drop unneeded wchar dependency] Signed-off-by: Alexander Dahl <post@lespocky.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* shared-mime-info: re-enable parallel buildsGustavo Zacarias2016-03-141-2/+0
| | | | | | | They don't seem to be causing any issues after many bumps and tests. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* shared-mime-info: bump to version 1.6Gustavo Zacarias2016-03-142-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/rpi-userland: bump versionYann E. MORIN2016-03-142-24/+1
| | | | | | | ... and ditch an upstreamed patch. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/rpi-firmware: bump version, add support for rpi-3Yann E. MORIN2016-03-141-1/+2
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ethtool: bump to version 4.5Gustavo Zacarias2016-03-142-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: add 4.5.x seriesGustavo Zacarias2016-03-141-1/+10
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: update uClibc-ng to version 1.0.13Waldemar Brodkorb2016-03-144-115/+2
| | | | | | | Remove patches included upstream. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* slang: make install-static do install-pkgconfigMax Filippov2016-03-141-0/+31
| | | | | | | | | | | | | | mc's configure can't find S-Lang because static S-Lang build doesn't install pkgconfig file into staging. Adding install-pkgconfig to install-static dependencies fixes that. Fixes: http://autobuild.buildroot.net/results/085194f18bc7db1e801d98e6620e3a75fd988cc5/ Upstream status: patch submitted. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* expat: bump to version 2.1.1Gustavo Zacarias2016-03-143-79/+7
| | | | | | | Drop 0001-fix-CVE-2015-1283.patch since it's upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gdb: specify where to find lzma librariesVicente Olivert Riera2016-03-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | As reported in... https://bugs.busybox.net/show_bug.cgi?id=8786 ..., gdb fails to build with xz and expat support at the same time when using an external toolchain. This is how the problem is shown: checking for liblzma... no configure: error: missing liblzma for --with-lzma And having a deeper look in gdb/config.log we can se a message like this one: /lib64/liblzma.so.5: undefined reference to `clock_gettime@GLIBC_2.17' As Thomas said in the bug report quoted above, that error is related to the fact that it find the host's lzma. Adding --with-lzma-prefix=$(STAGING_DIR)/usr to GDB_CONF_OPTS fixes the problem. Credit-to: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* proftpd: bump to version 1.3.5bGustavo Zacarias2016-03-132-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* grep: bump to version 2.24Gustavo Zacarias2016-03-132-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud