summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* perl: add host variantFrancois Perrad2014-10-171-0/+18
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libxml-parser-perl: restore it like before perl infraFrancois Perrad2014-10-174-19/+39
| | | | | | | | | intltool uses this package, and we don't want that it depends on host-perl, but on system perl Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libxml2: security bump to version 2.9.2Gustavo Zacarias2014-10-172-1/+4
| | | | | | | | | | | Fixes: CVE-2014-3660 - billion laugh variant CVE-2014-0191 - Do not fetch external parameter entities Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pciutils: add hash fileGustavo Zacarias2014-10-172-1/+4
| | | | | | | Also switch to xz tarball to avoid cached tarball hash conflict. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{17, 16, 14, 10}.x seriesGustavo Zacarias2014-10-171-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssl: security bump to version 1.0.1jGustavo Zacarias2014-10-172-5/+5
| | | | | | | | | | | Fixes: CVE-2014-3513 - SRTP memory leak CVE-2014-3567 - Session ticket memory leak CVE-2014-3568 - Build option no-ssl3 is incomplete And adds SSL3 fallback protection against POODLE. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* whois: bump to version 5.2.1Gustavo Zacarias2014-10-172-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* php: security bump to version 5.5.18Gustavo Zacarias2014-10-172-2/+2
| | | | | | | | | | | Fixes: CVE-2014-3669 - Integer overflow in unserialize() (32-bits only) CVE-2014-3670 - Heap corruption in exif_thumbnail() CVE-2014-3668 - Global buffer overflow in mkgmtime() function Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libnfs: bump to version 1.9.5Jörg Krause2014-10-161-1/+1
| | | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pkg-utils: describe the case conversion macros in more detail.Arnout Vandecappelle2014-10-161-8/+18
| | | | | | | | | | | After the refactoring of the case conversion macros in dd5e620ac, the macro became even harder to understand. Improve this explanation a little so future generations can make sense of what we're doing here. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgtk3: ensure host version of pkg-config is used for native compilationPeter Korsgaard2014-10-161-1/+2
| | | | | | | | | | | | | | | This already was in Eric's submission, but I removed it when committing while cleaning up. The package infrastructure already passes the correct pkg-config to use for cross compilation, but NOT for building native tools, so we ended up using the target variant and got wrong libraries/headers. Fixes: http://autobuild.buildroot.net/results/e0c/e0c2623e2d400ce66963eae23f136c0158556b36/ http://autobuild.buildroot.net/results/5bf/5bf66b8d16a3ddded24827bf278ad24b55ded6e7/ http://autobuild.buildroot.net/results/75f/75f93cea8ab59f052ddefa51c0bfc14c3df47a60/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgtk3: ensure cups-config can be foundPeter Korsgaard2014-10-161-0/+1
| | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/db6/db6cd8922444490056bf5157fc0c9349e9bf383b/ http://autobuild.buildroot.net/results/4bd/4bdcd642eaa880dbbfbed8f4ed5ffac0c52edaa8/ http://autobuild.buildroot.net/results/8d3/8d30687f92178de15d7697a7b8a1b7e2d6e93deb/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* getent: look for glibc's getent in more placesArnout Vandecappelle2014-10-161-1/+5
| | | | | | | | | | | | | | | External toolchains don't always install the executable in /usr/bin - God knows why. So check in a few more places. We can use make's $(wildcard ...) here, because the variable only gets expanded when the install step is executed, and by that time the STAGING_DIR has already been installed. Probably fixes most getent autobuilder errors, at least if fixes http://autobuild.buildroot.net/results/615b9d17f713b4a53192efb00188560a76b9efa3/ Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xz: add hash fileGustavo Zacarias2014-10-161-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bzip2: add hash fileGustavo Zacarias2014-10-161-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* samba: fix config symbolsGustavo Zacarias2014-10-161-4/+5
| | | | | | | | | | Some of the configure cache symbols changed name because some routines were moved to libreplace instead of samba itself. So change the naming for those affected so that samba can work nicely again with some configuration directives (like interfaces = X). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* kmod: add hash fileGustavo Zacarias2014-10-161-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* crda: add hash fileGustavo Zacarias2014-10-161-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tftpd: add hash fileGustavo Zacarias2014-10-151-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libqmi: bump to 1.10.4Yegor Yefremov2014-10-151-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* musl: bump to version 1.1.5Gustavo Zacarias2014-10-153-154/+3
| | | | | | | Patch upstream, add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgtk3: new packageHadrien Boutteville2014-10-156-0/+355
| | | | | | | | | | | | This package provides Gtk+ 3.0, a graphical toolkit. [Peter: fix Config.in deps, ensure atleast 1 backend, remove redundant info] Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com> Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> [Eric: added backend support, use of pkgconf for host-libgtk3] Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* hicolor-icon-theme: new packageEric Le Bihan2014-10-143-0/+21
| | | | | | | | | | | This new package provides Freedesktop Hicolor icon theme. This is the fallback icon theme, which only creates the standard directory structure for storing icons of third-party applications (i.e. the ones not available in usual icon themes). Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* kexec: bump to version 2.0.8Gustavo Zacarias2014-10-142-1/+3
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* hostapd: add hashGustavo Zacarias2014-10-141-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perf: fix typo and syntax errorGustavo Zacarias2014-10-141-1/+1
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libnss: bump to version 3.17.2Gustavo Zacarias2014-10-142-4/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcdio: bump to version 0.93Gustavo Zacarias2014-10-142-1/+3
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* make: bump to version 4.1Gustavo Zacarias2014-10-142-3/+4
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gnutls: bump to version 3.2.19Gustavo Zacarias2014-10-142-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* radvd: bump to version 2.8Gustavo Zacarias2014-10-142-1/+3
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: drop stray patchesGustavo Zacarias2014-10-142-136/+0
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* binutils: drop stray patchGustavo Zacarias2014-10-141-46/+0
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libv4l: bump versionPeter Korsgaard2014-10-142-1/+12
| | | | | | And add tarball hashes. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mesa3d: Add hash fileBernd Kuhls2014-10-141-0/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mesa3d: Bump version to 10.3.1Bernd Kuhls2014-10-141-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssh: place configuration files in /etc/sshJérôme Pouiller2014-10-131-1/+1
| | | | | | | | pkg-autotools.mk fix --sysconfdir to "/etc". This patch restore --sysconfdir to its default value (/etc/ssh) Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* connman: select dbus support in wpa_supplicantJérôme Pouiller2014-10-131-0/+1
| | | | | | | ... else connman cannot communicate with wpa_supplicant Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* hostapd: needs MMUBaruch Siach2014-10-131-0/+2
| | | | | | | | | | hostapd calls fork() since last version bump. Fixes: http://autobuild.buildroot.net/results/945/94543b865db2ff5da34434fdcdf15ea7db73f392/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: explicitly set HAVE_SHARED depending on BR2_PREFER_STATIC_LIBAlexey Brodkin2014-10-134-3/+11
| | | | | | | | | | | | | | Now with change of BR2_PREFER_STATIC_LIB meaning to "do not build dynamic libs and build statically linked applications" it's possible to disable support of shared libs in uClibc as well as builting of shared libc libs. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Cc: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/upmpdcli: fix missing dependency of libcurlJörg Krause2014-10-122-1/+2
| | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libva-intel-driver: indirectly depends on XORG7Arnout Vandecappelle2014-10-121-3/+8
| | | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libva-intel-driver: add indirect dependency on BR2_PREFER_STATIC_LIBArnout Vandecappelle2014-10-121-2/+4
| | | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* valgrind: add patch to fix build on PowerPC uClibcThomas Petazzoni2014-10-121-0/+28
| | | | | | | | | | | | | | | | uClibc on PowerPC forgot to define some PTRACE_* definitions. Even though the Buildroot uClibc package has a fix for this, it doesn't fix external uClibc toolchains that are not patched. Therefore this commit adds a patch to Valgrind to workaround the problem by defining PTRACE_GETSIGINFO to the appropriate value on PowerPC when it's not defined by the C library. Fixes: http://autobuild.buildroot.org/results/bc6/bc6be9aa1ad39201a1045a65c0c3eb1e968371f2/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nginx: disallow AIO support on AArch64Thomas Petazzoni2014-10-121-0/+4
| | | | | | | | | | | | | | | The nginx AIO support cannot build on AArch64, because it hardcodes the usage of SYS_eventfd(), while it should just use eventfd() from the C library. See https://bugs.launchpad.net/linaro-aarch64/+bug/1160013 for details. Fixes: http://autobuild.buildroot.org/results/54b/54bb761f9e774d91066b78217efcd583fdd85ff3/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wpa_supplicant: uses fork(), not available on no-MMU platformsThomas Petazzoni2014-10-121-0/+1
| | | | | | | | | | | | | The only package selecting wpa_supplicant is connman, and it is already depends on BR2_USE_MMU. Fixes: http://autobuild.buildroot.org/results/9ac/9ac3c0de573f5266a889f1ceb6d43aa92f715c55/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/qemu: add SDL frontendsYann E. MORIN2014-10-122-1/+25
| | | | | | [Peter: use BR2_PACKAGE_QEMU_HAS_EMULS, only add SDL_CONFIG once] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/qemu: add fine-grained target selectionYann E. MORIN2014-10-122-0/+25
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/qemu: add basic target selectionYann E. MORIN2014-10-122-2/+30
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/qemu: build for the target (i386 or x86_64 only)Yann E. MORIN2014-10-123-0/+101
| | | | | | | | | | | | | | Untested for other architectures, so only enabled for known-working ones. We explicitly disable all features that depends on other packages, for now. Such features will be added one by one in the next patches. Features that do not rely on external packages are explicitly enabled to catch the dependencies on toolchain features early. [Peter: propagate dependencies from libglib2] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud