summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* redis: bump to version 2.6.17Axel Lin2013-12-251-1/+1
| | | | | | | | | | | | | | | Fixes since 2.6.16: * [FIX] redis-cli: fix big keys search when the key no longer exist. * [FIX] Allow AUTH / PING when disconnected from slave with serve-stale-data on. * [FIX] redis-benchmark: update help for new __rand_int__ form. * [FIX] Fix broken rdbWriteRaw() return value check in rdb.c (harmless). * [FIX] Log to what master a slave is going to connect to. * [FIX] Only run the fast active expire cycle if master & enabled. * [FIX] Fixed a replication bug involving 32 bit instances and big datasets hard to compress that resulted into more than 2GB of RDB file sent. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cmake: bump to version 2.8.12.1Maxime Hadjinlian2013-12-251-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* menu: visually split Shells from UtilitiesThomas De Schampheleire2013-12-251-1/+3
| | | | | | | | | | As discussed in [1], add comments to distinghuish shells from utilities in the 'Shells and Utilities' menu. [1] http://lists.busybox.net/pipermail/buildroot/2013-December/083836.html Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gnutls: bump to version 3.2.8Gustavo Zacarias2013-12-251-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libmicrohttpd: bump to version 0.9.33Gustavo Zacarias2013-12-251-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* kmod: bump to version 16Axel Lin2013-12-252-61/+1
| | | | | | | | kmod-0001-Add-configure-check-for-_Static_assert.patch is already merged in upstream. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-pycrypto: fix legal-infoYann E. MORIN2013-12-251-1/+11
| | | | | | | | | | | | | | The pycrypto package contains a LICENSE.orig file, but apply-patches.sh removes all .orig file, so we can't list a .orig file asa license file, as it would have disapeared by the time 'make legal-info' sould be called. Add a post-extract hook that renames this license file, so it is renamed just before we apply patches and remove .orig files. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* apf27: bump kernel version to 3.12.6Philippe Reynes2013-12-251-2/+2
| | | | | Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "util-linux: Add config switches for some more binaries"Thomas Petazzoni2013-12-252-30/+0
| | | | | | | | | | | | | | | This reverts commit 2746158497cdaf80a5b85584e3972857ac2e7e82. This commit is causing build issues when chfn/chsh are selected, due to bad interactions with PAM. The initial submitter of the patch has agreed to work on an improved version that fixes those problems, but in the mean time, we revert this commit to prevent the problem from occuring in the autobuilders. Fixes: http://autobuild.buildroot.org/results/820/8204008da6944923034fa17ecbcfefcf15373ee5/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libpng: security bump to version 1.6.8Gustavo Zacarias2013-12-221-1/+1
| | | | | | | Fixes CVE-2013-6954. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* squid: drop session external acl helper, use file_useripGustavo Zacarias2013-12-221-1/+1
| | | | | | | | | | The session external acl helper needs berkeleydb, switch to the basic file_userip one which was my original intention (renamed from ip_user in the 3.3.x series). Fixes: http://autobuild.buildroot.net/results/635/6359137cde3b293d46df732836b8966d30f23cbc/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* subversion: bump to version 1.7.14Axel Lin2013-12-221-1/+1
| | | | | | | Upgrade to latest security-related bugfixes release. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump to version 3.12.6Gustavo Zacarias2013-12-211-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{4, 10, 12}.x stable versionsGustavo Zacarias2013-12-211-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* util-linux: Add config switches for some more binariesPaul Cercueil2013-12-202-0/+30
| | | | | Signed-Off-By: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pycrypto: do not include host headersThomas Petazzoni2013-12-201-0/+21
| | | | | | | | | | | | This commit adds a patch to python-pycrypto that removes /usr/include for the headers path, which is wrong when cross-compiling. Fixes: http://autobuild.buildroot.org/results/5bf/5bf5e31c485a4ee8c0b0a5721205f0fed9b5ae5d/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* squid: bump to version 3.4.1Gustavo Zacarias2013-12-201-3/+3
| | | | | | | | | | New for 3.4 series: * SSL Server Certificate Validator * Multicast DNS * Transaction Annotations Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cairo: Patch to fix OpenVG backend on X11-less platformsPaul Cercueil2013-12-201-0/+28
| | | | | | | Submitted upstream: https://bugs.freedesktop.org/show_bug.cgi?id=72911 Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fluxbox: bump to 1.3.5Yegor Yefremov2013-12-202-20/+1
| | | | | | | Remove obsolete patch. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bluez-utils: Add GATT supportAlexandre Belloni2013-12-202-0/+14
| | | | | | | | This allows to compile gatttool which can help use Bluetooth Low Energy devices. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcurl: security bump to version 7.34.0Gustavo Zacarias2013-12-191-1/+1
| | | | | | | Fixes CVE-2013-4545. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: security bump to version 1.10.4Gustavo Zacarias2013-12-191-1/+1
| | | | | | | Fixes CVE-2013-7112, CVE-2013-7113 and CVE-2013-7114. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pcre: bump to version 8.34Gustavo Zacarias2013-12-191-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zyre: use a git snapshot that buildsSimon Dawson2013-12-191-1/+1
| | | | | | | | | | | | | | Commit abe6a13ceaed147449220ee671dc8574f4e7068c bumped the git snapshot for zyre. Unfortunately, the newer snapshot requires a newer version of czmq than is currently available in Buildroot. The simplest short-term fix is to roll zyre back to an earlier git snapshot. Fixes autobuild failures such as the following. http://autobuild.buildroot.net/results/0ef/0efbbcc7e94cdb184c5d032469e03b2b7da3d054/ Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst-plugins-good: fix typo BR2_TOOLCHAIN_HAS_THREADThomas De Schampheleire2013-12-191-1/+1
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gstreamer1 packages: factorize dependency on gstreamer1Thomas De Schampheleire2013-12-196-6/+5
| | | | | | Proposed-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gstreamer packages: factorize dependency on gstreamerThomas De Schampheleire2013-12-1911-14/+11
| | | | | | Proposed-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cairo: Build with GLESv2 and VG backends if possiblePaul Cercueil2013-12-191-0/+14
| | | | | | Signed-Off-By: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* manual: explain format of comment about udev /dev management dependencyThomas De Schampheleire2013-12-191-0/+17
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Config.in files: unify comment dependency on udev /dev managementThomas De Schampheleire2013-12-195-11/+9
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gawk: add missing comment for toolchain option dependenciesThomas De Schampheleire2013-12-191-2/+2
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* udev: add missing comment for toolchain option dependenciesThomas De Schampheleire2013-12-191-0/+4
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* p11-kit: add missing comment for dynamic library supportThomas De Schampheleire2013-12-191-2/+2
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5quick1: add missing comment for toolchain option dependenciesThomas De Schampheleire2013-12-191-3/+4
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tzdata: add missing comment for toolchain option dependenciesThomas De Schampheleire2013-12-191-0/+3
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mongrel2: add missing comment for toolchain option dependenciesThomas De Schampheleire2013-12-191-0/+7
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: add <pkg>_VERSION_MAJOR variableJerzy Grzegorek2013-12-1920-40/+60
| | | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* imagemagick: bump to version 6.8.7-10Jerzy Grzegorek2013-12-191-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ktap: update to v0.4Anders Darander2013-12-194-57/+11
| | | | | | | | | | | | | Add a check for BR2_PACKAGE_ELFUTILS; if this is enabled, then try to link against libelf from the elfutils package. This allows ktap to resolve symbols in userspace. The new FFI functionality in ktap is not exposed, as it currently only supports x86_64... Signed-off-by: Anders Darander <anders@chargestorm.se> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gnupg: bump versionPeter Korsgaard2013-12-192-21/+1
| | | | | | | | | | And drop patch now upstream. Security fix (CVE-2013-4576), see: http://lists.gnupg.org/pipermail/gnupg-devel/2013-December/028102.html Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mdadm: pass CHECK_RUN_DIR=0 to the Makefile in order to fix build failureChristophe Vu-Brugier2013-12-191-1/+1
| | | | | | | | | | | This commit should fix build failures of mdadm 3.3: http://autobuild.buildroot.net/results/b4a/b4abc317d07b073f8be870ff0e7fee8f8c65f2ff/ http://autobuild.buildroot.net/results/79e/79e6c5081a5197c4f4647db497fbd1e27f29714d/ http://autobuild.buildroot.net/results/224/2242f8284aa4bdbb0ab959a6a6464f20fa043e2f/ Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5base: Add support for MIPS64 BigEndianVicente Olivert Riera2013-12-192-1/+51
| | | | | | | | | | | | | This patch adds support for MIPS64 BigEndian platforms and has already been merged upstream: https://github.com/qtproject/qtbase/commit/cea101bd10cc158b97d5fbf45b33dad9b649c08b Now we can remove the restriction on the Config.in to disable the selection of this packages on MIPS64 BigEndian platforms. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5: version bumpVicente Olivert Riera2013-12-1912-479/+46
| | | | | | | | | | -bump version to 5.2.0 -remove unneeded patches -remove invalid configure options [Peter: uclibc-no-lfs + qatomic patches still needed, new patch for uClibc] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5webkit: disable for MIPS64Vicente Olivert Riera2013-12-181-0/+2
| | | | | | | | | | | | | | | qt5webkit is not currently supported on MIPS64 platforms, so disable the possibility of selecting this package in that platform. In the future the following changes would be needed to fix this problem: A new Source/JavaScriptCore/assembler/MacroAssemblerMIPS64.h file needs to be created in order to add support for MIPS64 and MacroAssembler.h needs to be modified to include that file in case of CPU(MIPS64). Also Source/WTF/wtf/Platform.h and Source/WTF/wtf/dtoa/utils.h need to be modified to add MIPS64 support. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* git: bump to version 1.8.5.2Axel Lin2013-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | Fixes since v1.8.5.1: * "git diff -- ':(icase)makefile'" was unnecessarily rejected at the command line parser. * "git cat-file --batch-check=ok" did not check the existence of the named object. * "git am --abort" sometimes complained about not being able to write a tree with an 0{40} object in it. * Two processes creating loose objects at the same time could have failed unnecessarily when the name of their new objects started with the same byte value, due to a race condition. Also contains typofixes, documentation updates and trivial code clean-ups. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libroxml: fix staging install directory pathGary Bisson2013-12-171-1/+1
| | | | | Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sawman: Link using gcc instead of ldVicente Olivert Riera2013-12-171-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ld may cause a link failure due to using the default emulation linker which is configured when building the linker in binutils. Using gcc instead will pass the appropriate -m value because the compiler knows the ABI you are using. Here is an example of the failure: ld: .libs/libdirectfbwm_sawman.a.tmp/sawman_wm.o: ABI is incompatible with that of the selected emulation ld: failed to merge target specific data of file .libs/libdirectfbwm_sawman.a.tmp/sawman_wm.o ld: Attempt to do relocatable link with elf64-tradbigmips input and elf32-tradbigmips output ld: .libs/libdirectfbwm_sawman.a.tmp/sawman_wm.o: file class ELFCLASS64 incompatible with ELFCLASS32 ld: final link failed: File in wrong format Fixes: http://autobuild.buildroot.net/results/e4b/e4b77681a44626efa2a44627604630697e785086/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* blackbox: merge patch and fix linkage problemVicente Olivert Riera2013-12-173-15/+36
| | | | | | | | | | | | | | | -Merge the current blackbox-0.70.1-configure.patch to a new one named blackbox-001-Fix-configure-ac.patch that will patch configure.ac instead and also will add -lpthreads to LIBS to fix a linkage problem. -Force autoreconf to generate the new configure script using the new patched configure.ac file. Fixes: http://autobuild.buildroot.net/results/a97/a979cc079706be2012fb4b6c72894aca636adfb6/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* blackbox: rename patches to add sequence numbersVicente Olivert Riera2013-12-172-0/+0
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libdrm: Disable vmwgfx if specified by configPaul Cercueil2013-12-171-1/+1
| | | | | | Signed-Off-By: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud