summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python-setuptools: bump to version 40.5.0Asaf Kahlon2018-10-282-4/+4
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mjpg-streamer: add optional dependency to zeromqBernd Kuhls2018-10-281-0/+7
| | | | | | | The ZeroMQ output module also depends on protobuf, see upstream PR 145. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mjpg-streamer: bump versionBernd Kuhls2018-10-282-2/+2
| | | | | | | | | | | | | | | | | This bump includes https://github.com/jacksonliam/mjpg-streamer/commit/2b751f1f2ab1dfaf1d12bedf98d4fe37a42d3edd which fixes http://autobuild.buildroot.net/results/247/247a55398aed37a08c67cc21db6836ad342d24ca/ and includes https://github.com/jacksonliam/mjpg-streamer/commit/ddb69b7b4f114f3c2ca01adf55712792ca8aed43 which fixes http://autobuild.buildroot.net/results/dad/dad054954de76cab56333747274520f269be2066/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gpsd: disable documentationFabrice Fontaine2018-10-271-0/+1
| | | | | | | | Fixes: - http://autobuild.buildroot.org/results/cbdb4cc34080714082f044fde7e069e6ab5a0e8e Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-dateutil: bump to version 2.7.5Asaf Kahlon2018-10-272-4/+4
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* iproute2: fix build on glibc < 2.21 / uClibcPeter Korsgaard2018-10-271-0/+32
| | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/fc9/fc99b1ad49080f552ce611d5a7a2f9fe171b5a2c/ http://autobuild.buildroot.net/results/5f7/5f74c258a3adafa5aecd4abc378eef0573143764/ q_{etf,taprio}.c uses CLOCK_TAI, which isn't exposed by glibc < 2.21 or uClibc, breaking the build. Provide a fallback definition like it is done for IPPROTO_MPLS and others. Patch submitted upstream: https://lwn.net/ml/netdev/20181027153102.32302-1-peter%40korsgaard.com/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-fastentrypoints: bump to version 0.12Asaf Kahlon2018-10-272-6/+6
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* iproute2: bump version to 4.19.0Peter Korsgaard2018-10-272-2/+2
| | | | | | | | | For support for the new 4.19+ kernel features. Release notes: https://lwn.net/ml/netdev/20181023104935.282ff4ec@xeon-e3/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mysql: properly order "depends on" vs. boolThomas Petazzoni2018-10-261-1/+1
| | | | | | | | | | | | This fixes a check-package warning introduced by commit 19df27ed03b33cd86c971afb355091161972851f ("package/mariadb: add option to disable build of embedded server") Fixes: package/mysql/Config.in:59: attributes order: type, default, depends on, select, help (http://nightly.buildroot.org/#_config_files) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* arm-trusted-firmware: replace hard-coded arm64 with MKIMAGE_ARCHDanomi Manchego2018-10-261-1/+1
| | | | | | | We already use $(MKIMAGE_ARCH) in lots of places; use it here too. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* arm-trusted-firmware: replace mkimage invocation with MKIMAGEDanomi Manchego2018-10-261-1/+1
| | | | | | | | We already use $(MKIMAGE) instead of $(HOST_DIR)/bin/mkimage in xvisor, linux, and cpio; use it here too. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* uboot: replace mkimage invocation with MKIMAGEDanomi Manchego2018-10-261-1/+1
| | | | | | | | We already use $(MKIMAGE) instead of $(HOST_DIR)/bin/mkimage in xvisor, linux, and cpio; use it here too. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-path-tiny: bump to version 0.104Francois Perrad2018-10-262-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-net-ping: bump to version 2.71Francois Perrad2018-10-262-4/+4
| | | | | | | | | | The license file hash is changed due to: - Changes in the README file unrelated to the licensing terms. - Update of the copyright year (2017 changed to 2017-2018) Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-net-dns: bump to version 1.18Francois Perrad2018-10-262-5/+6
| | | | | | | | The license file hash is updated, but due to changes to the README file that do not affect the licensing terms. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-mojolicious: bump to version 8.04Francois Perrad2018-10-262-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-mail-dkim: bump to version 0.54Francois Perrad2018-10-262-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-libwww-perl: bump to version 6.36Francois Perrad2018-10-262-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-io-socket-ssl: bump to version 2.060Francois Perrad2018-10-262-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-gd: bump to version 2.69Francois Perrad2018-10-262-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-file-slurp: bump to version 9999.23Francois Perrad2018-10-262-6/+6
| | | | | | | | | | | | | The license file is changed to README.md, because README no longer exists. The licensing terms are unchanged: """ This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. """ Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-date-manip: bump to version 6.73Francois Perrad2018-10-262-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-crypt-openssl-rsa: bump to version 0.31Francois Perrad2018-10-262-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* valgrind: bump version to 3.14.0Peter Seiderer2018-10-262-2/+8
| | | | | | | | | | | - new option: link-time optimisation For details see [1]. [1] http://valgrind.org/docs/manual/dist.news.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* giflib: disable xmltoFabrice Fontaine2018-10-261-0/+2
| | | | | | | | | | Fixes: - http://autobuild.buildroot.org/results/87c7fa4a8e393acaccc84bd2774f9eee32ef7d90 xmlto is optionally used to generate documentation, which we don't need. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: bump version to 1.6.0Peter Seiderer2018-10-263-22/+15
| | | | | | | | | | | For details see [1]. Rebased patch 0001-configure-add-disable-runtime-tests-option.patch. [1] https://lists.freedesktop.org/archives/input-tools/2018-October/001488.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* board/zynqmp/post-image.sh: support dots in DTS file namesFrancois Beerten2018-10-261-1/+1
| | | | | | | | | Some ZynqMP device trees in the kernel have a dot in their name, for example "zynqmp-zcu102-rev1.0". The post image script left out the part after the dot and created an invalid symlink. Signed-off-by: Francois Beerten <fbeerten.git@colabti.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* tar: adjust Config.in comment dependencyThomas Petazzoni2018-10-261-0/+1
| | | | | | | | | | Since commit 916b21a7fbf266f452b8dc4116133cc57fdad269 ("package/tar: Depends on MMU"), BR2_PACKAGE_TAR depends on BR2_USE_MMU. However, the Config.in comment does not take into account this dependency, an inconsistency which is fixed by this commit. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libupnp18: bump to version 1.8.4Fabrice Fontaine2018-10-262-7/+7
| | | | | | | | Replace LICENSE by COPYING, see: https://github.com/mrjimenez/pupnp/commit/d3a04002e5e5220f88b43d979505bb3156532e83 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boost: context needs thread if gcc < 6Fabrice Fontaine2018-10-262-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit f3a483a81be43b0ff674400e11900605969f8f1c added -std=c++11 to boost build if context is selected and gcc is at least 4.7 however it has the side effect that cc-tool fails to find boost_system with the following error if context and system is enabled with a gcc greater than 6: configure:16312: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/x86_64-linux-g++ -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/dawncrow/buildroot-test/scripts/instance-0/output/host/x86_64-buildroot-linux-musl/sysroot/usr/include -L/home/dawncrow/buildroot-test/scripts/instance-0/output/host/x86_64-buildroot-linux-musl/sysroot/usr/lib conftest.o -lboost_system -latomic >&5 conftest.o: In function `boost::system::error_category::std_category::equivalent(int, std::error_condition const&) const': conftest.cpp:(.text._ZNK5boost6system14error_category12std_category10equivalentEiRKSt15error_condition[_ZNK5boost6system14error_category12std_category10equivalentEiRKSt15error_condition]+0x37): undefined reference to `boost::system::detail::generic_category_instance' This error is related to the fact that since boost 1.68 and commit https://github.com/boostorg/system/commit/7b6dcf6ac668e24f11ec5dbc68d1fa0248d964df, boost system headers are now C++14 "by default" with gcc above 6: - https://github.com/boostorg/system/issues/24 - https://github.com/boostorg/system/issues/26 - https://lists.boost.org/Archives/boost/2018/08/242770.php So when building with gcc > 6, cc-tool thinks that boost has generic_category_instance but because boost was compiled with std=c++11, this function will not be in the library causing a link error Instead of "hacking" even more boost, just remove -std=c++11 from boost.mk and select BOOST_THREAD with gcc lower than 6 Fixes: - http://autobuild.buildroot.org/results/fc8f8a64751c751b2b66301967cc008509bbaa70 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Tested-by: Matt Weber <matthew.weber@rockwellcollins.com> Reviewed-by: Ferdinand van Aartsen <ferdinand@ombud.nl> Tested-by: Ferdinand van Aartsen <ferdinand@ombud.nl> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boot/xloader: remove packageMatt Weber2018-10-264-50/+7
| | | | | | | | | | U-boot has provided SPL support as a viable replacement for the 2nd stage bootloader on TI platforms. The X-loader project hasn't had a commit in the log since 12-05-2011. (https://gitorious.org/x-loader/x-loader) Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/tidsp-binaries: remove packageMatt Weber2018-10-265-26/+6
| | | | | | | | | | | The suit of TI OMAP3 dsp tools/libraries are being removed as the upstream projects are no longer active. Suggest using Buildroot 2018.02.x LTS if the feature is still required. Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/dsp-tools: remove packageMatt Weber2018-10-265-32/+6
| | | | | | | | | | | | | The suit of TI OMAP3 dsp tools/libraries are being removed as the upstream projects are no longer active. The dsp-tools package used the tidsp-binaries package. Suggest using Buildroot 2018.02.x LTS if the feature is still required. Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/gst-dsp: remove packageMatt Weber2018-10-265-31/+6
| | | | | | | | | | | | | The suit of TI OMAP3 dsp tools/libraries are being removed as the upstream projects are no longer active. The gst-dsp package used the tidsp-binaries package. Suggest using Buildroot 2018.02.x LTS if the feature is still required. Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pytz: bump to version 2018.6Asaf Kahlon2018-10-262-4/+4
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-dateutil: bump to version 2.7.4Asaf Kahlon2018-10-262-4/+4
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* brotli: update to version 1.0.7Adrian Perez de Castro2018-10-264-41/+10
| | | | | | | | | | | | | | | The new version, among other changes, includes important fixes for unaligned memory access on ARM (both for 32 and 64-bit), as well as performance improvements and build fixes. Patch "0001-Tell-CMake-to-not-check-for-a-C-compiler.patch" is not needed due to the issue being fixed upstream, and therefore is removed. Patch "0001-CMake-Allow-using-BUILD_SHARED_LIBS-to-choose-static.patch" is rebased against the latest upstream changes. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* p11-kit: fix detection of certificates pathBaruch Siach2018-10-261-0/+6
| | | | | | | | | | | | | | | The p11-kit configure script looked for certificates location on the host. This doesn't work well with cross compilation. Make the certificates patch depend on BR2_PACKAGE_CA_CERTIFICATES, and set the right target location of the path. Fixes: http://autobuild.buildroot.net/results/295/295614d4aa3db9bb35bebbe56e38110f5a2de178/ http://autobuild.buildroot.net/results/0fb/0fb454ca0df74a8585cffe8f5d1f5d23cdfdbec6/ http://autobuild.buildroot.net/results/ef7/ef71f3d67afba547b5167253fb02476e59152803/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dc3dd: fix build with glibc 2.28Baruch Siach2018-10-261-0/+87
| | | | | | | | | | | | | | gnulib code in dc3dd relied on internal glibc definitions that are no longer visible with glibc 2.28. Add a patch based on upstream gnulib to fix the build. Fixes: http://autobuild.buildroot.net/results/552/552b8e44fe6585f978e2fb7a920057a868cf6689/ http://autobuild.buildroot.net/results/00d/00d2bf5a4c97bea2ace0427c0bed57e11f9a5f9a/ http://autobuild.buildroot.net/results/17a/17a9246bfb034c531ec5e27e29d38857e58db271/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libostree: bump to version 2018.9Marcus Folkesson2018-10-262-2/+2
| | | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/x11r7/xserver_xorg-server: security bump to version 1.20.3Bernd Kuhls2018-10-266-7/+7
| | | | | | | | Fixes CVE-2018-14665: https://lists.x.org/archives/xorg-announce/2018-October/002927.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.02.7Peter Korsgaard2018-10-252-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2018.02.7Peter Korsgaard2018-10-251-0/+27
| | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 8c9284703c496b913d936689df72d49e095442e4) [Peter: drop Makefile changes] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.08.2Peter Korsgaard2018-10-252-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2018.08.2Peter Korsgaard2018-10-251-0/+30
| | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 507020139190aaf44793c3c901321d23ba476c13) [Peter: drop Makefile changes] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pkg-perl: add per package upgrade targetFrancois Perrad2018-10-241-0/+8
| | | | | | | | | | | | | If PKG_DISTNAME is defined, an addition pkg-upgrade target is created that will run scancpan with the right parameters for re-generating the package. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Arnout: - make it really private to pkg-perl; - factor away the host/target condition, instead use $(4) directly. ] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* perl-*: regenerate with _DISTNAMEFrancois Perrad2018-10-24110-0/+112
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* scancpan: add PERL_FOO_DISTNAME in perl-foo.mkFrancois Perrad2018-10-242-3/+8
| | | | | | | This variable is needed for upgrading packages with scancpan. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* redis: needs dynamic libraryFabrice Fontaine2018-10-241-2/+3
| | | | | | | | | | | dlfcn.h is included in src/debug.c and src/module.c module.c uses dlopen function Fixes: - http://autobuild.buildroot.org/results/fdda0ee7461dfc9ea479d4d80ab42c50006a3b13 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/x11r7/xdriver_xf86-video-r128: bump version to 6.12.0Bernd Kuhls2018-10-244-88/+8
| | | | | | | | | | | | | | | Removed patches: - 0001 not needed anymore after upstream commits https://cgit.freedesktop.org/xorg/driver/xf86-video-r128/commit/?id=11b230ba61c00c69b23c5be592cf88492113355e https://cgit.freedesktop.org/xorg/driver/xf86-video-r128/commit/?id=9d62b878ce40d9b5f7887c63a4e2498a52253c36 - 0002 was applied upstream https://cgit.freedesktop.org/xorg/driver/xf86-video-r128/commit/?id=c4c878d2ccb75fa75afe46e0e50ee9975c5c57fc Added license hash and all tarball hashes provided by upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud