summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* system/skeleton: drop pcmcia bitsGustavo Zacarias2014-10-282-2/+0
| | | | | | | They're obsolete and the package was removed way back in 2010. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgtk3: fix undefined reference to get_xkb()Eric Le Bihan2014-10-281-0/+33
| | | | | | | | | | | | | | | | | When configuring Gtk+ with --disable-xkb, the build fails because of an undefined reference to get_xkb(). This issue as been reported upstream [1]. This patch fixes it. Fixes: http://autobuild.buildroot.net/results/513/513d79b97bb8ad0e5cd431c47c706b5ec87a9882/ http://autobuild.buildroot.net/results/0c3/0c3f1df92481852622445478d2239371fc818f41/ [1] https://bugzilla.gnome.org/show_bug.cgi?id=739070 Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ipset: Don't include host headersBaruch Siach2014-10-281-0/+29
| | | | | | | | | | | | | | | Add a patch removing /usr/local/include from the include path. Fixes: http://autobuild.buildroot.net/results/4f5/4f55c2415281c6204500efe28fe9e24c8ef73863/ Technically speaking this autobuild failure has already been fixes when -Werror was removed in commit a923b44112aa3 (ipset: add patch to fix --enable-debug build). But the warning in this case indicates a real problem that needs to be fixed by itself. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* schifra: fix build of examples and add hashArnout Vandecappelle2014-10-282-1/+4
| | | | | | | | | | | | | | | | | | The OPTIONS argument passed to make had a redundant -o option, leading to: g++ -pipe -Os -o -o schifra_reed_solomon_speed_evaluation schifra_reed_solomon_speed_evaluation.cpp -lstdc++ -lm arm-linux-musleabi-g++: error: schifra_reed_solomon_speed_evaluation: No such file or directory Fixes: http://autobuild.buildroot.net/results/2143b4f6f22f50ccb4af36732cc7d9304daa3ff9/ This error didn't occur before because upstream has silently updated the tarball. To protect against this in the future, a hash is added as well. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boost: ignore site configGustavo Zacarias2014-10-281-0/+4
| | | | | | | | | It can lead to build failures if you've got boost installed in the host, like this: http://stackoverflow.com/questions/23013433/how-to-install-modular-boost Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mpd: add explicit upnp support optionGustavo Zacarias2014-10-282-0/+15
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mpd: fix upnp build failureGustavo Zacarias2014-10-281-0/+30
| | | | | | | | Add patch to fix build failure: http://autobuild.buildroot.net/results/7ff/7ff28551b9c72658eb75394e7cbd1904861f23e3/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mpd: bump to version 0.19.1Gustavo Zacarias2014-10-282-1/+3
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bluez5_utils: not for static buildsGustavo Zacarias2014-10-281-2/+4
| | | | | | | | | Disable for static builds, it uses dlfcn. Fixes: http://autobuild.buildroot.net/results/7cd/7cd87c9e9b8b41ee01413050e554b5422d207e70/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* trinity: enable only for supported architecturesVicente Olivert Riera2014-10-281-0/+3
| | | | | | | | | | | | | | This package only has support for some architectures which are listed in the project website: http://codemonkey.org.uk/projects/trinity/ We enable this package only for those supported architectures which are also supported in Buildroot. Fixes: http://autobuild.buildroot.net/results/ea7/ea788f1f0ed5ee4e9b1bf0c8a0d1304e7467dc77/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "package/libcap: Fix build error with kernel headers < 3.6"Thomas Petazzoni2014-10-285-16/+6
| | | | This reverts commit a759931c9b0cb4337dc30fd35d03ce123271c5a4.
* package/libdvbcsa: New packageBernd Kuhls2014-10-274-0/+45
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mpd: fix zeroconf supportJörg Krause2014-10-272-1/+18
| | | | | | | Add a config option to explicitly enable Avahi support in MPD. Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mpd: enable support for dsdJörg Krause2014-10-272-0/+12
| | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mpd: enable support for libnfsJörg Krause2014-10-272-0/+17
| | | | | | | [Thomas: add missing comment for the toolchain dependency.] Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mpd: enable support for libsmbclientJörg Krause2014-10-272-0/+15
| | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mpd: enable support for libsoxrJörg Krause2014-10-272-0/+14
| | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mpd: sort plugins alphabetically in mpd.mkJörg Krause2014-10-271-35/+35
| | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mpd: sort plugins by type in Config.inJörg Krause2014-10-271-85/+98
| | | | | | | | * sort plugins by type * fix indentation of config symbols help text Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mpd: bump to version 0.19Jörg Krause2014-10-272-4/+14
| | | | | | | | | * Bump to version 0.19 * Add boost as dependency * Add support for libicu Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ruby: security bump to version 2.1.4Gustavo Zacarias2014-10-272-3/+3
| | | | | | | | | | Fixes: CVE-2014-8080 - Denial of service XML expansion And change default ext/openssl settings WRT CVE-2014-3566. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libunistring: move at the right location in menuconfigThomas Petazzoni2014-10-271-1/+1
| | | | | | | It should be in "Libraries" -> "Text" instead of "Libraries" -> "Other", and also entries should be sorted alphabetically. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* imagemagick: bump to version 6.8.9-9Gustavo Zacarias2014-10-273-33/+3
| | | | | | | | Add hash file. And drop autoreconf/patch, it's is finally upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* targetcli-fb: allow to build with Python 3Christophe Vu-Brugier2014-10-273-6/+7
| | | | | Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* system/skeleton: drop lp user from shadowGustavo Zacarias2014-10-271-1/+0
| | | | | | | It has no counterpart in passwd so it's basically a NOP. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* system/skeleton: drop shutdown user from shadowGustavo Zacarias2014-10-271-1/+0
| | | | | | | It has no counterpart in passwd so it's basically a NOP. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* system/skeleton: drop adm user from shadowGustavo Zacarias2014-10-271-1/+0
| | | | | | | It has no counterpart in passwd so it's basically a NOP. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* system/skeleton: drop valid shell from non-login usersGustavo Zacarias2014-10-271-8/+8
| | | | | | | Non-login users shouldn't have a valid shell so drop it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* system/skeleton: drop proxy userGustavo Zacarias2014-10-271-1/+0
| | | | | | | | AFAIK no package uses it and even if it did it would belong there. And it's not a standard user either. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* system/skeleton: drop backup userGustavo Zacarias2014-10-271-1/+0
| | | | | | | | AFAIK no package uses it and even if it did it would belong there. And it's not a standard user either. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openssh: drop user from skeletonGustavo Zacarias2014-10-272-1/+4
| | | | | | | | The sshd privilege drop user doesn't belong in the skeleton, it's exclusively used by OpenSSH. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dbus: drop user/group from skeletonGustavo Zacarias2014-10-273-2/+4
| | | | | | | It belongs to the package. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* system/skeleton: remove haldaemonGustavo Zacarias2014-10-272-2/+0
| | | | | | | | | We dropped the hal package quite some time ago, and it's not even a properly created user. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wget: bump to version 1.16Gustavo Zacarias2014-10-273-45/+3
| | | | | | | | Add hash file. And drop autoreconf/gettextize/patch, it's upstream now. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* polarssl: disable assembly for more scenariosGustavo Zacarias2014-10-274-18/+12
| | | | | | | | | | | | | | Disable assembly optimizations for: Microblaze in general (previously a patch). ARM with debugging in Thumb1/2 mode. This one fixes: http://autobuild.buildroot.net/results/31e/31e8c4e29d51039cd5d213c2fe176a9cc39879da/ Do so in a nicer way with a one-liner sed and drop the patch. And rename patches around, numbering was off. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* polarssl: security bump to version 1.2.12Gustavo Zacarias2014-10-272-4/+3
| | | | | | | | Fixes several memory leaks. No assigned CVE or Polar-SA yet. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* subversion: needs sqlite and pkg-configPeter Korsgaard2014-10-272-1/+5
| | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/de2/de243c429c1e443efdbba82a860dbb7a03d5b746/ http://autobuild.buildroot.net/results/40c/40ce377893789883503deaa57912b87d2e0192e8/ http://autobuild.buildroot.net/results/134/13449cd77fbbd1c2b21d04b1fc866a086d915353/ http://autobuild.buildroot.net/results/e3f/e3fc33177eef955830a7be68e7b23503fd1d9ebe/ and others. Also add the missing 'select' statements for apr, expat and zlib to match the .mk file. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* trinity: Bump version to fix a PowerPC build failureVicente Olivert Riera2014-10-271-1/+1
| | | | | | | | | | | | | | | Some PowerPC toolchains have old Linux headers which don't define the KVM_CREATE_SPAPR_TCE and KVM_ALLOCATE_RMA macros. To workaround this problem we enclose the lines which use these macros into ifdef blocks. This fix has been merged upstream so we bump the version to fix the problem in Buildroot as well. Fixes: http://autobuild.buildroot.net/results/3a4/3a4e7e6077cd4bbbcb8fe398e0938ad228306d2d/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jsmin: bump versionMaxime Hadjinlian2014-10-271-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* json-javascript: bump versionMaxime Hadjinlian2014-10-271-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jquery-keyboard: bump versionMaxime Hadjinlian2014-10-271-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* geoip: bump versionMaxime Hadjinlian2014-10-272-4/+5
| | | | | | | | | | | The tarball from the release contains the configure and Makefile.in, there's no longer need to AUTORECONF. Add a hash file since the tarball has been uploaded by the maintainer. [Peter: fix _LICENSE_FILES] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* flann: bump versionMaxime Hadjinlian2014-10-271-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* filemq: bump versionMaxime Hadjinlian2014-10-271-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fb-test-app: bump versionMaxime Hadjinlian2014-10-272-36/+1
| | | | | | | Remove patch as it was merged upstream. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* czmq: bump versionMaxime Hadjinlian2014-10-272-54/+1
| | | | | | | Remove patch as it was merged upstream. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cppzmq: bump versionMaxime Hadjinlian2014-10-271-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* civetweb: bump versionMaxime Hadjinlian2014-10-271-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bmon: Bump versionMaxime Hadjinlian2014-10-272-4/+4
| | | | | | | | | | | The release contains the configure scripts, as such we don't need the autoreconf anymore. Also add a hash file since there is a release tarball uploaded by the maintainer. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libcap: Fix build error with kernel headers < 3.6Bernd Kuhls2014-10-275-6/+16
| | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/cce/cceb1ccacec36fb7ef41bb7cdb13b3014813b599/ XATTR_NAME_CAPS appears in kernel headers since 3.7: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/include/uapi/linux/xattr.h?id=v3.7 Before it was an internal define of the kernel: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/include/linux/xattr.h?id=607ca46e97a1b6594b29647d98a32d545c24bdff Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud