summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* php: bump to version 5.3.22Gustavo Zacarias2013-03-011-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libnl: bump to version 3.2.21Gustavo Zacarias2013-03-011-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipset: bump to version 6.17Gustavo Zacarias2013-03-011-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* hiawatha: bump to version 8.8Gustavo Zacarias2013-03-011-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmicrohttpd: bump to version 0.9.25Gustavo Zacarias2013-03-011-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libeXosip2: needs mmuGustavo Zacarias2013-03-012-0/+2
| | | | | | | | Fixes http://autobuild.buildroot.net/results/24ecad26f908a74de8335f1852117d3eda0c2110/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'next'Peter Korsgaard2013-03-0134-326/+497
|\
| * qt: install QML imports on targetDaniel Nyström2013-02-271-0/+10
| | | | | | | | | | | | | | | | | | | | | | When selecting the Qt declarative module, all the QML imports was built and installed to staging, but never installed to the target. Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se> Acked-by: Alexander Lukichev <alexander.lukichev@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 <jacmet@sunsite.dk>
| * package/exfat{,-utils}: license is GPLv3+Yann E. MORIN2013-02-262-2/+2
| | | | | | | | | | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * wireshark: new packageBaruch Siach2013-02-264-0/+79
| | | | | | | | | | | | | | | | | | | | | | | | This is only the bare minimum needed to build the textual tshark utility. Support for more options, including the wireshark GUI, can be added later. [Peter: point includedir at staging to workaround host/target headers issue] Cc: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * bump json-c to 0.10Andreas Wetzel2013-02-252-11/+9
| | | | | | | | | | | | | | | | this patch bumps json-c to version 0.10 and adapts the no-reentrant patch to the new version. Signed-off-by: Andreas Wetzel <andreas.wetzel@nanotronic.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * nmap: new packageGustavo Zacarias2013-02-253-0/+41
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * f2fs-tools: new packageGustavo Zacarias2013-02-253-0/+30
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * exfat-utils: new packageGustavo Zacarias2013-02-233-0/+36
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * exfat: new packageGustavo Zacarias2013-02-233-0/+41
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package/connman: bump version to 1.11Yann E. MORIN2013-02-221-1/+1
| | | | | | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package/vtun: update to 3.0.3Yann E. MORIN2013-02-229-167/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Against all odds, vtun had a new release sometime last year. Still, the code needs patching: - the existing patch to fix installation has been refreshed - the existing patch to fix blowfish header location has been replaced (see below) - configure looks in hard-coded, host paths (eg. /usr/include) without any consideration for scross-compilation --> new patch - configure.in does not even pass an autoreconf without a bit of love first (it's written in an ancient dialect that autoreconf does no longer recognise) --> new patch Remove obsolete, unused, bit-rotting scripts and warning. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package/vtun: add missing 'depends on' zlibYann E. MORIN2013-02-221-0/+1
| | | | | | | | | | | | | | | | The dependency on zlib is correctly expresed in vtun.mk, but was missing from the Config.in. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package/tvheadend: update to v3.5Yann E. MORIN2013-02-226-125/+90
| | | | | | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * luajit: bump to version 2.0.1Francois Perrad2013-02-221-1/+1
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * linenoise: patch was merged on upstreamFrancois Perrad2013-02-222-21/+1
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libgtk2: warn that directfb backend is deprecatedPeter Korsgaard2013-02-281-0/+3
| | | | | | | | | | | | | | | | And will go away in the future, as discussed here: http://lists.busybox.net/pipermail/buildroot/2013-February/067977.html Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | busybox: 1.21.0 platform fix-on-fixPeter Korsgaard2013-02-271-0/+13
| | | | | | | | | | | | The unxz hunk was missing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | busybox: add 1.21.0 xz fixPeter Korsgaard2013-02-271-0/+84
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | busybox: 1.21.1 fix for move_to_unaligned16()Peter Korsgaard2013-02-271-0/+11
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libupnp: requires threadsGustavo Zacarias2013-02-272-4/+6
| | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/ac5a18a6241d36a751cce1867c4da63047eafbaa/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | quota: needs mmuPeter Korsgaard2013-02-271-0/+1
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/85e3c73d1c0b5c6843d65a487203b20f62bf3075 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | flashbench: force gnu99 dialect on sh2agilles.talis@gmail.com2013-02-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/33880036054c39cb04dad71bc8c0a9eece16fac6 CodeSourcery toolchains for sh2a only provide LLONG_MAX when used with the gnu99 dialect. Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | collectd: don't build with -WerrorPeter Korsgaard2013-02-271-0/+8
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/09659472f504a364590727a05ac900108ed027b4 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | mii-diag: fix race conditionPeter Korsgaard2013-02-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The mii-diag buildsystem doesn't correctly encode the needed dependencies, so the install step can race against the mii-diag-udeb (through all) to either cause mii-diag to be built for the host or not be available when 'install' is executed. Work around it by explicitly calling the needed steps and not building the (unused) udeb version at all. Fixes http://autobuild.buildroot.net/results/4825d267025c74c522077f84330b47f1110315fa Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | linux-fusion: bump to 9.0.0Arnout Vandecappelle (Essensium/Mind)2013-02-261-1/+1
| | | | | | | | | | | | | | | | Fixes https://bugs.busybox.net/show_bug.cgi?id=5960 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: broot@monkster.hopto.org Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | linux-firmware: switch to http urlGustavo Zacarias2013-02-251-1/+2
| | | | | | | | | | | | | | | | As recommended by Yegor Yefremov for f2fs-tools some firewalls might restrict the git port and make life harder. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | enlightenment: Alsa backend needs mixer supportPeter Korsgaard2013-02-251-0/+7
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/3d6e35e3cda9428cc422b4f6203ba912bdc11faf/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | dialog: needs mmuGustavo Zacarias2013-02-251-0/+1
| | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/bfb968d611e8dea43c604726a3005c72a7d6ee28/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | spawn-fcgi: needs mmuGustavo Zacarias2013-02-251-0/+1
| | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/cb6605b223642e647981e697f17d89bb97e223a6/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libmad: force architecture-specific optimisations on AVR32Gilles Talis2013-02-231-0/+1
| | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/e01f5a5484299dce1797966445f3972583c67b22 http://autobuild.buildroot.net/results/7ed0563fbbfc19c93ec5be35d3b6a95e496b4c5d Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | haserl: needs fork()Peter Korsgaard2013-02-231-0/+1
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/e265d061e1956522dad4566827ed4171160dfecc Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | ruby: disable parallel buildPeter Korsgaard2013-02-231-0/+1
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/c71100ee21a12db47047563c6e70afdc552595d4/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | ruby: security bump to version 1.9.3-p392Gustavo Zacarias2013-02-231-1/+1
| | | | | | | | | | | | | | Fixes JSON DoS (CVE-2013-0269) and REXML DoS (no assigned CVE yet). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | package/vtun: add missing 'depends on' zlibYann E. MORIN2013-02-221-0/+1
| | | | | | | | | | | | | | | | The dependency on zlib is correctly expresed in vtun.mk, but was missing from the Config.in. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libffi: fix powerpc build breakageGustavo Zacarias2013-02-221-0/+29
| | | | | | | | | | | | | | | | | | Happens with the latest release when there are no FP registers. Fixes: http://autobuild.buildroot.net/results/bc43261d3ddc9d4c320522563249f4a0695a35a4/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | conntrack-tools: needs mmuGustavo Zacarias2013-02-221-0/+1
| | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/641755fbc61b47361b71161eabbf3075c7598c88/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | keyutils: needs mmugilles.talis@gmail.com2013-02-221-0/+1
| | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/ff84ee5335e3302dbb47d881d9903db81884014c Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | matchbox-wm: fix mbtheme build issue when png support is disabledPeter Korsgaard2013-02-211-0/+47
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/c02af7b66ae2c14d94edaa940f9edfcde9a9fad5 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | matchbox-desktop: needs zlibPeter Korsgaard2013-02-212-1/+2
| | | | | | | | | | | | | | | | | | Otherwise the build fails with: In file included from mbdesktop_win_plugin.c:1:0: mbdesktop.h:31:18: fatal error: zlib.h: No such file or directory Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | vim: Docs are only available when BR2_PACKAGE_VIM_RUNTIME is selectedMarkos Chandras2013-02-191-2/+1
| | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/adc3e2f876f83a4011574e03bceb0007d7e891a2/build-end.log Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libtorrent: needs threads supportPeter Korsgaard2013-02-192-4/+6
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/25e6a0a65d0b75050e02a5748b3f08a80b686188 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | glib-networking: fix a typo in the .mk fileHenrique Camargo2013-02-191-2/+2
| | | | | | | | | | | | | | The variable GLIB_NETWORKING_MINOR_VERSION had a typo. Signed-off-by: Henrique Camargo <henrique@henriquecamargo.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | network-manager: needs host-intltoolPeter Korsgaard2013-02-191-1/+1
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/a37bb8395334814d5c829c27194ad99409baf54b/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | vim: Add post-install hook to remove documentation from targetMarkos Chandras2013-02-191-0/+8
| | | | | | | | | | | | Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>