summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* netsnmp: fix stop and restart actions in init scriptLuca Ceresoli2011-09-111-1/+0
| | | | | | | | | | | | | | | | | /etc/init.d/S59snmpd stop (and restart) currently fail if either snmpd or snmptrapd are not running. This is because start-stop-daemon -K returns nonzero if the process to be killed is not running, and this causes the whole script to fail because it runs under 'set -e'. This may not be noticed if only the last start-stop-daemon fails, but this is in general wrong. It would also cause a failure in other scripts that execute S59snmpd and check the return value. Adding the --oknodo (-o) option to start-stop-daemon fixes this. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* samba: make installation of smbd configurableSven Neumann2011-09-112-0/+8
| | | | | | | | | | | It may be desirable to compile samba but not actually install the smbd binary. This is the case if you need libsmbclient but don't want to run a samba server. Make this possible by allowing to disable installation of smbd. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.19.2 fixes for chpasswd, crond and inetd.Peter Korsgaard2011-09-113-0/+114
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dnsmasq: bump to version 2.58Gustavo Zacarias2011-09-111-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squid: bump to version 3.1.15Gustavo Zacarias2011-09-112-68/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: bump to version 0.16.3Gustavo Zacarias2011-09-112-21/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libconfuse: drop implied uClibc dependencyPeter Korsgaard2011-09-111-2/+0
| | | | | | uClibc doesn't need to be listed as an explicit pkg dependency. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* musepack: bump to r475Gustavo Zacarias2011-09-112-3/+26
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sqlite: bump to version 3.7.7.1Gustavo Zacarias2011-09-111-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libao: bump to version 1.1.0Gustavo Zacarias2011-09-111-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsamplerate: bump to version 0.1.8Gustavo Zacarias2011-09-111-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcurl: bump to version 7.21.7Gustavo Zacarias2011-09-111-1/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsndfile: bump to version 1.0.25Gustavo Zacarias2011-09-111-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcuefile: bump to r475Gustavo Zacarias2011-09-111-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libreplaygain: bump to r475Gustavo Zacarias2011-09-111-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netsnmp: bump to version 5.6.1.1Gustavo Zacarias2011-09-111-1/+1
| | | | | | | Bump netsnmp to version 5.6.1.1 which contains minor fixes. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libconfuse: bump to version 2.7Dan Pattison2011-09-113-42/+9
| | | | | | | | | | Old libconfuse version 2.6 is from year 2007 so bump to version 2.7 Updated download URL in libconfuse.mk / Config.in Removed libconfuse-2.6-dont-use-werror.patch Changed := to just = Signed-off-by: Dan Pattison <dan.pattison@ethertek.ca> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libftdi supportJean-Christophe PLAGNIOL-VILLARD2011-09-114-0/+89
| | | | | | | | | needed by openocd Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nicolas Ferre <nicolas.ferre@atmel.com> Cc: Patrice Vilchez <patrice.vilchez@atmel.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: libgeotiffMurat Demirten2011-09-113-0/+21
| | | | | | | | Libgeotiff is an open source library normally hosted on top of libtiff for reading, and writing GeoTIFF information tags. Signed-off-by: Murat Demirten <mdemirten@yh.com.tr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to 3.0Yegor Yefremov2011-09-101-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libevYegor Yefremov2011-09-103-0/+18
| | | | | | Signed-off-by: Bernhard Roth <broth@roth-itk.de> Signed-off-by: Yegor Yefremov <yegor_sub1@visionsystems.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add Fluxbox 1.3.1 window managerFrederic Bassaler2011-09-104-0/+66
| | | | | | [Peter: fix build without iconv, whitespace fixes] Signed-off-by: Frederic Bassaler <frederic.bassaler@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lzo: bump versionPeter Korsgaard2011-09-091-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* freetype: bump to 2.4.6Frederic Bassaler2011-09-071-1/+1
| | | | | | | | Security update. Signed-off-by: Frederic Bassaler <frederic.bassaler@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: bump version to 1.4.14Daniel Mack2011-09-071-1/+1
| | | | | Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.19.x branch and cleanupGustavo Zacarias2011-09-062-8/+1022
| | | | | | | | | Add busybox version 1.19.2 for the 1.19.x branch. Remove deprecated 1.15.x branch. Mark 1.16.x and 1.17.x branches deprecated as suggested by Thomas. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* leafpad: bump to 0.8.18Frederic Bassaler2011-09-061-1/+1
| | | | | Signed-off-by: Frederic Bassaler <frederic.bassaler@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsoup: add option to enable HTTPS (SSL) supportSven Neumann2011-09-062-1/+14
| | | | | | | | | By selecting BR2_PACKAGE_LIBSOUP_SSL the gnutls package is selected and libsoup will be compiled with SSL support. [Peter: pass --with-libgcrypt-prefix so configure finds it] Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: drop uuidd optionPeter Korsgaard2011-09-062-7/+1
| | | | | | | | | e2fsprogs uuidd no longer builds with libuuid from util-linux 2.20, and according to tytso the util-linux version should be used instead when using libuuid from there, so drop the e2fsprogs option. Reported-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* util-linux: bump versionPeter Korsgaard2011-09-052-2/+32
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipset: fixup kernel checks for external toolchainsGustavo Zacarias2011-08-302-1/+100
| | | | | | | | Add patch to kill kernel checks since we don't build the kernel modules anyway. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix regression in Python build on 64 bits systemMaxime Ripard2011-08-291-0/+13
| | | | | | | | | | | | Commit 009d8fceab4db7815502e4b0565fe0ef531d512c introduced --enable-shared --disable-static options for the host autotools packages, ultimately causing a regression on the host-python build, leading to a number of critical modules not being built on the target python on 64 bits system. Introduce a quick fix for the release and before a deeper fix. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/crosstool-NG: update version to 1.12.1Yann E. MORIN2011-08-281-1/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ncurses: remove explicit STRIPCMDPeter Korsgaard2011-08-261-1/+0
| | | | | | Stripping is done globally in target-finalize these days. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ncurses: fix hanging installation due to old version of ticThomas De Schampheleire2011-08-261-0/+15
| | | | | | | | | | | | | | | | | | | | Closes #3685 During installation of ncurses, the 'tic' program from the host is used. In some cases, this version of tic is too old for the data to be processed, and the installation hangs indefinitely (already reported in July 2010, see [1]) With this patch, a static version of tic is built and used during the installation step of target ncurses. This method is based on a similar fix in Gentoo Linux (see [2] for the report and [3] for the solution). [1] http://lists.busybox.net/pipermail/buildroot/2010-July/036100.html [2] http://bugs.gentoo.org/show_bug.cgi?id=249363#c25 [3] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ncurses-5.7-r2.ebuild [Peter: Install into host, don't tweak path] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* binutils: only use 2.21.1 for uClibc 0.9.32 / snapshotPeter Korsgaard2011-08-241-2/+3
| | | | | | Earlier versions don't build with it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: bump to 1.4.6Yegor Yefremov2011-08-221-5/+5
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* binutils: default to 2.21 on shPeter Korsgaard2011-08-161-1/+1
| | | | | | | uClibc currently doesn't build on sh with 2.21.1, similar to the mips issue (92496e0). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* udev: ensure /dev mgmt option is in syncPeter Korsgaard2011-08-151-0/+4
| | | | | | | | | | | These options should be in sync, both for consistency and because udev needs devtmpfs enabled in the kernel. We unfortunately cannot just select BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV here, as that one selects udev - leading to recursion erors, so instead we use depends on. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* usbmount: depend on udev rather than selecting itPeter Korsgaard2011-08-151-2/+2
| | | | | | | udev is much more than a library, so we shouldn't use select to silently enable it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxml-parser-perl: fix install bugHeiko Helmle2011-08-141-0/+1
| | | | | | | | | This patch makes libxml-parser-perl behave on my system - though it looks like it isn't necessary on all host OSses (on gentoo and opensuse it works without, but on ubuntu lucid and Scientific 6 it fails without the patch). Signed-off-by: Heiko Helmle <helman@gmx.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix the Python build when running Linux 3.*Maxime Ripard2011-08-141-0/+22
| | | | | | | | | | | | | | | | | When compiling Python on a host running Linux 3.0, the sys.platform constant is set at "linux3". A lot of code (inside the interpreter itself, its build system and third party apps and libraries) relies on it to be linux2 on a Linux system. This leads to the build of the target python package to break. This behaviour has been reported on the Python bugtracker but is not fixed yet. http://bugs.python.org/issue12326 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: bump to version 1.4.13Sven Neumann2011-08-122-1/+1
| | | | | | | | | | There's an even newer stable release available (1.4.14), but it has problems with cross-compilation that we are still resolving on the directfb-dev mailing-list. [Peter: rename ppc patch to match] Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* util-linux: fix install when locales are enabledPeter Korsgaard2011-08-121-0/+5
| | | | | | | | | | | | | | util-linux uses mkinstalldirs to install .po files when locales are enabled, but the definition of MKINSTALLDIRS comes from a tweaked nls.m4 (based on the one from gettext). When we autoreconf the package, we end up using the system (staging) version of nls.m4, so MKINSTALLDIRS doesn't get defined. Fix it by passing a definition of MKINSTALLDIRS to make during the install steps. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* util-linux: fix libintl linking if presentPeter Korsgaard2011-08-091-0/+4
| | | | | | | The configure script correctly detects presence of libintl, but it forgets to link against it, breaking the build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ti-utils: bump version and clean upYegor Yefremov2011-08-091-7/+9
| | | | | | [Peter: fixup whitespace, simplify target install] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* util-linux: fix BR2_PACKAGE_UTIL_LINUX_UUIDD optionSven Neumann2011-08-081-1/+1
| | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* binutils: default to 2.21 on mips(el)Peter Korsgaard2011-08-081-0/+1
| | | | | | | | | | uClibc currently doesn't build on mips(el) with 2.21.1. For details, see: http://lists.uclibc.org/pipermail/uclibc/2011-March/045026.html Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toochain/crosstool-NG: bump versionYann E. MORIN2011-08-075-102/+39
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xfont_font-misc-misc: remove mapfiles workaroundPeter Korsgaard2011-08-061-6/+0
| | | | | | Not needed anymore after the recent pkg-config mapfiles fix. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>