summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tcl: bump version to 8.6.2Vicente Olivert Riera2014-09-051-1/+1
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lftp: bump to version 4.5.5Vicente Olivert Riera2014-09-051-1/+1
| | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mdadm: bump to version 3.3.2Gustavo Zacarias2014-09-051-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* procps-ng: add INSTALL_STAGING=YESKaroly Kasza2014-09-051-0/+1
| | | | | | | | | Procps-ng libraries needed in the staging directory by the new package openvmtools. Signed-off-by: Karoly Kasza <kaszak@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* argus: bump to version 3.0.8Gustavo Zacarias2014-09-052-1461/+1
| | | | | | | | SUSv3 deprecated functions are properly handled by autoconf logic so there's no need for the patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tcpdump: bump to version 4.6.2Gustavo Zacarias2014-09-051-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpcap: bump to version 1.6.2Gustavo Zacarias2014-09-051-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* radvd: bump to version 2.6Gustavo Zacarias2014-09-052-7/+10
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: bump to version 1.12.0Gustavo Zacarias2014-09-052-28/+27
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dhcp: bump to version 4.1-ESV-R10Gustavo Zacarias2014-09-051-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* quagga: bump to version 0.9.23.1Gustavo Zacarias2014-09-051-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* barebox: bump to version 2014.09.0Gustavo Zacarias2014-09-051-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Revert "SDL_image: fix runtime libjpeg failure"Maarten ter Huurne2014-09-041-3/+0
| | | | | | | | | This reverts commit 883f066797ae0e7a017fac8e275f6e58659db760. Bug in configure script was fixed upstream in SDL_image 1.2.8. Signed-off-by: Maarten ter Huurne <maarten@treewalker.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bfin: disable newer binutils for internal toolchainWaldemar Brodkorb2014-09-041-2/+4
| | | | | | | | | You get following linking error, when trying to build a toolchain for bfin with newer binutils: bfin-buildroot-linux-uclibc/bin/ld: fde encoding in _divdi3_s.o(.eh_frame) prevents .eh_frame_hdr table being created. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgcrypt: bump to version 1.6.2Gustavo Zacarias2014-09-041-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* setserial: don't build setserial.catPeter Korsgaard2014-09-041-0/+2
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/c73/c736933d4110865008f2d1e8b531b6e392c68285/ Don't use 'make all', as that also builds setserial.cat which needs nroff on the build machine (and isn't needed anyway as it doesn't get installed / referenced from anywhere). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boost: Force the target ABI for MIPS architectureVicente Olivert Riera2014-09-041-0/+1
| | | | | | | | | | | | | | | | The default ABI used in boost is 'sysv' which is not valid for MIPS. Given the boost build system doesn't detect the right ABI when we are cross-compiling, we fix this by passing the right ABI directly to the boost options for the target. Related: https://svn.boost.org/trac/boost/ticket/10442 Fixes: http://autobuild.buildroot.net/results/79f/79fe4caffb9a3b9f1b203498a589a5172bd0acea/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xserver_xorg-server: add patch to fix build issue on gcc <= 4.5Thomas Petazzoni2014-09-041-0/+62
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/e28/e28080f53f33b66fbb244e30a040aaf0a458bce5/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/minidlna: Bump version to 1.1.4Bernd Kuhls2014-09-041-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/tvheadend: Bump versionBernd Kuhls2014-09-042-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mesa3d: Add optional dependency xlib_libXxf86vmBernd Kuhls2014-09-041-0/+3
| | | | | | | | | | | | | | | | xlib_libXxf86vm is an optional dependency for the DRI drivers, quote from mesa3d/configure.ac: # add xf86vidmode if available PKG_CHECK_MODULES([XF86VIDMODE], [xxf86vm], HAVE_XF86VIDMODE=yes, HAVE_XF86VIDMODE=no) if test "$HAVE_XF86VIDMODE" = yes ; then dri_modules="$dri_modules xxf86vm" fi Add the package as an optional dependency to have reproducable builds. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gpsd: fix autobuild failuresSimon Dawson2014-09-042-12/+48
| | | | | | | | | Add a gpsd patch sent upstream. Fixes, for example: http://autobuild.buildroot.net/results/c68/c68203cc9cf59db0b645d1b20ee7bed4670bbbf0/ Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* setserial: Rename patches to add sequence numbersVicente Olivert Riera2014-09-042-0/+0
| | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <Markos.Chandras@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/nodejs: bump to version 0.10.31Jörg Krause2014-09-041-1/+1
| | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* e2fsprogs: bump to version 1.42.12Gustavo Zacarias2014-09-041-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-7Jerzy Grzegorek2014-09-021-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ccrypt/Config.in: indentation cleanupJerzy Grzegorek2014-09-021-4/+4
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libphidget: needs dynamic library supportGustavo Zacarias2014-09-022-2/+6
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/932/9322c930a545bb500b5193a84b26895a03a6b7f7/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/smstools3: fix for recent makeYann E. MORIN2014-09-021-0/+29
| | | | | | | | | | | | smstools3 defines variables in the middle of a recipe, which make-3.81 accepts, but make-3.82 and later whine about. Fixes: http://autobuild.buildroot.net/results/7fa/7fa839c7268256cb4f3b8728b3f50818cf3d3670/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* chrony: disable docs buildGustavo Zacarias2014-09-011-0/+6
| | | | | | | | Needs makeinfo and we don't care about docs. Fixes: http://autobuild.buildroot.net/results/fd0/fd03a86ed670c765d9f0a1ed6cc913079e030fc9/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ARC: bump tools to 2014.08 releaseAlexey Brodkin2014-09-018-53/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Now when new shiny tools are released by Synopsys we're ready for version update in Buildroot. Important change in this release is switching to combined "binutils-gdb" repo in accordance to upstream move. Following patch now is a part of the most recent relese: https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/commit/e6ab8cac627a44a7594aeb907a579d8d2f066ba5 So dropping it. package/binutils/arc-4.8-R3/0001-arc-Honor-DESTDIR-in-custom-Makefile.patch Since arc-2014.08 tools are still based on GCC 4.8 following patch is still relevant so moving to the new folder to matxh ARC gcc bump. package/gcc/arc-4.8-R3/100-libstdcxx-uclibc-c99.patch -> package/gcc/arc-2014.08/100-libstdcxx-uclibc-c99.patch Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Anton Kolesov <akolesov@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* toolchain-external: Add CodeSourcery Nios-II 2014.05Ezequiel García2014-09-012-0/+19
| | | | | | | | | | | | This new toolchain release fixes a number of issues found with the previous one. In particular, the issues with fallocate64, prlimit64 and the ill-installed linux headers seem to be fixed now. Therefore, there's not need to sanitize the headers for this toolchain and some packages should now build fine (e.g. fio). Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mpd: bump to version 0.18.13Jörg Krause2014-09-011-1/+1
| | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Merge branch 'next'Peter Korsgaard2014-09-0167-308/+370
|\ | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * gdb: fixup host gdb tui optionPeter Korsgaard2014-08-301-1/+0
| | | | | | | | | | | | | | | | Seems like I accidently picked v1 instead of v2 from patchwork. BR2_PACKAGE_NCURSES is for ncurses on the target, not host. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * package/libao: bump to version 1.2.0Jörg Krause2014-08-301-1/+1
| | | | | | | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * host-gdb: enable terminal user interface supportYegor Yefremov2014-08-302-1/+13
| | | | | | | | | | | | | | | | Add a configuration option to compile host-gdb with the --enable-tui switch. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * zsh: bump to version 5.0.6Gustavo Zacarias2014-08-301-2/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * support/script/scancpan: don't generate the trailing slash in <PKG>_SITE ↵Francois Perrad2014-08-301-0/+1
| | | | | | | | | | | | | | | | | | | | variable The trailing slash was removed in all packages, so don't generate it. See http://git.buildroot.net/buildroot/commit/?id=c7f4b964718bc5a3329bb730f59e24091ecbc7a2 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * ruby: bump to version 2.1.2Thomas Petazzoni2014-08-291-5/+4
| | | | | | | | | | | | | | | | | | | | | | This commit bumps Ruby to version 2.1.2. It was quickly runtime tested on ARM EBIhf. In addition to this it changes the site to an http:// location, which is the official one advertised on the Ruby web site. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * packages: no longer pass --disable-dependency-tracking in individual packagesThomas Petazzoni2014-08-295-6/+1
| | | | | | | | | | | | | | | | | | Now that --disable-dependency-tracking is passed by the autotools-package infrastructure, there's no longer any reason to pass it in individual packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * pkg-autotools: use --disable-dependency-trackingThomas Petazzoni2014-08-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, automake does "dependency tracking", which allows the generated Makefile to contain the necessary dependencies to automatically rebuild the appropriate C files when included header files are changed. This dependency tracking is nice when doing active development on the package, but not really useful when doing a one-time build of the package. According to automake's documentation[1], disabling the dependency tracking provides a small speed-up. In some very unscientific measurements (i.e repeated only once), we have noticed a ~3.6% reduction of the total build time of a Buildroot toolchain after applying this patch. [1] http://www.gnu.org/software/automake/manual/html_node/Dependency-Tracking.html Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * squid: bump to version 3.4.7Gustavo Zacarias2014-08-291-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * new package: phidgetwebserviceJonathan Ben Avraham2014-08-283-0/+34
| | | | | | | | | | Signed-off-by: Jonathan Ben-Avraham <yba@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * new package: libphidgetJonathan Ben Avraham2014-08-283-0/+41
| | | | | | | | | | | | [Peter: order alphabetically] Signed-off-by: Jonathan Ben-Avraham <yba@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * orc: bump versionPeter Korsgaard2014-08-271-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * nmap: bump to version 6.47Gustavo Zacarias2014-08-271-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * stunnel: bump to version 5.03Gustavo Zacarias2014-08-271-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * gnupg2: bump to version 2.0.26Gustavo Zacarias2014-08-271-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * libtasn1: bump to version 4.1Gustavo Zacarias2014-08-261-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud