summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* package/php-amqp: bump to version 1.9.4Fabrice Fontaine2019-01-123-45/+2
| | | | | | | Remove patch (already in version) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/php-yaml: bump to version 2.0.4Fabrice Fontaine2019-01-122-2/+3
| | | | | | | | | | | This bump fix build with php 7.3.0 Also add hash for license file Fixes: - http://autobuild.buildroot.org/results/8d23d9c1b30d104d44ab82475dd12f1c4ab1e125 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/php-memcached: bump to version 3.1.3Fabrice Fontaine2019-01-122-2/+5
| | | | | | | | | | | This bump fix build with php 7.3.0 Also add hash for license files Fixes: - http://autobuild.buildroot.org/results/57ce77fc1b99a72019dcfe8fe5d55aba315b9e79 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/swupdate: disable lua in static buildFabrice Fontaine2019-01-121-1/+1
| | | | | | | | | | | | | Since version 2018.11 and https://github.com/sbabic/swupdate/commit/624904cc18003fae413011563dac83a333f10509, bindings for LUA is a shared library so disable lua if BR2_STATIC_LIBS is set Fixes: - http://autobuild.buildroot.org/results/55767e58c211656558af7916a4e0975089a2785b Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/syslog-ng: bump to version 3.19.1Carlos Santos2019-01-114-46/+8
| | | | | | | | | | Brings lots improvements and bug fixes, especially bug #1720[1], which causes problems on some of our (DATACOM) products. 1. https://github.com/balabit/syslog-ng/issues/1720 Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/php: fix building pcre extensionAdam Duskett2019-01-101-1/+1
| | | | | | | | | | | | | | | The configure option "--with-pcre-regex=$(STAGING_DIR)/usr" is broken. PHP will prepend $(STAGING_DIR)/usr to the paths, which will cause a failure because it won't be able to find pcre, and will then fallback to searching for pcre2, which won't be installed. Removing "=$(STAGING_DIR)/usr" from --with-pcre-regex fixes the issue. Fixes: http://autobuild.buildroot.net/results/586/586f56e8fcf2d2bbbd3bdf69b1c3befff7ce8bbf Signed-off-by: Adam Duskett <Aduskett@gmail.com> Tested-by: Mark Corbin <mark.corbin@embecosm.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/libcpprestsdk: remove use of align_unionAdam Duskett2019-01-101-0/+225
| | | | | | | | | | | Taken from upstream commit 65267c6e83e7e29ed3bdddde13d2c4bbb10e1bff Fixes: http://autobuild.buildroot.net/results/9085cbcc417aec1aeee7a317a32a0c4e5d7bb6d9 Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/gnuchess: license is GPL-3.0+, not GPL-2.0+Fabrice Fontaine2019-01-102-1/+2
| | | | | | | | gnuchess is licensed under GPL-3.0+ not GPL-2.0+, also add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* patchelf: update _SITE to new locationArnout Vandecappelle (Essensium/Mind)2019-01-101-1/+1
| | | | | | | | | | releases.nixos.org gives some weird XML pages. The upstream location is nixos.org/releases. This side uses HSTS, so switch to https to avoid a needless redirect. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/lighttpd: adjust hash comment after 1.4.52 bumpPeter Korsgaard2019-01-101-1/+1
| | | | | | | Commit ec69d3820f (package/lighttpd: bump to version 1.4.52) bumped the lighttpd version but forgot to adjust the upstream hash comment. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/lighttpd: bump to version 1.4.52Peter Korsgaard2019-01-102-2/+2
| | | | | | | | | | Fixes location header parsing regression introduced in 1.4.51: https://redmine.lighttpd.net/issues/2918 Fixes header setting regression introduced in 1.4.51: https://redmine.lighttpd.net/issues/2919 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/xenomai: drop consecutive empty linesPeter Korsgaard2019-01-101-1/+0
| | | | | | | | | | | | Commit 4219c58c (xenomai: remove unnecessary autoreconf) introduced a check-package warning: 1 warnings generated package/xenomai/xenomai.mk:27: consecutive empty lines https://gitlab.com/buildroot.org/buildroot/-/jobs/143155797 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* {linux, linux-headers}: bump 4.{9, 14, 19, 20}.x seriesPeter Korsgaard2019-01-101-4/+4
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xenomai: remove unnecessary autoreconfThomas De Schampheleire2019-01-081-2/+0
| | | | | | | | | | | As xenomai release tarballs ship with a configure script, there is only a need for autoreconfiguring when patches are applied. The last patch was removed with git commit de993bc23aab100e16026cb4cabebed48b9e1989 but the AUTORECONF line remained. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/valijson: bump to version 0.1Thomas Petazzoni2019-01-082-2/+2
| | | | | | | | | The v0.1 tag is the first (and only) tag of the project, and has been done after commit 424b706f990a9eb96dfc19cc8e54f2cd6ce5e186 that we currently use as a valijson version. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/grpc: fix build on non-NPTL systemsThomas Petazzoni2019-01-081-0/+52
| | | | | | | | | | | | | | | | | | | uClibc-ng in non-NPTL configurations doesn't implement pthread_setname_np(). Unfortunately grpc assumes that as soon as __GLIBC__ is defined, pthread_setname_np() is available. It is particularly sad, because grpc build system uses CMake, so it is trivial to do such a check. This commit adds a patch that does just this: check for the availability of pthread_setname_np(), and use it only if available. The patch has been submitted upstream. Fixes: http://autobuild.buildroot.org/results/47991306abbcd80fb8e6baad0bd7490fa74f696c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/strace: fix build for mipsBaruch Siach2019-01-081-0/+68
| | | | | | | | | | | | | Upstream changes in mips specific code of the last release broke build for that target. Add a patch that restores build. Fixes: http://autobuild.buildroot.net/results/858/8585e75df6462b6d07476a81982e88ec81655c8b/ http://autobuild.buildroot.net/results/b2f/b2f24976ddda1adc9b9ba3d9bfb7167721814f78/ http://autobuild.buildroot.net/results/031/0313245fe555e0c0890c3f475bf6586db23535ed/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/strace: fix build for no-MMU targetsBaruch Siach2019-01-081-0/+49
| | | | | | | | | | | | | The latest strace version bump added a call to fork() which breaks build for no-MMU. Add a patch that removes the unneeded fork() call on no-MMU. Fixes: http://autobuild.buildroot.net/results/4a0/4a0e2872b27be93f73137c7550eae1c1f479c160/ http://autobuild.buildroot.net/results/747/74711084a54dfc17ad0d4d1e5faabf6d8a605dca/ Cc: Nicolas Cavallari <nicolas.cavallari@green-communications.fr> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tcpreplay: security bump to version 4.3.1Baruch Siach2019-01-082-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Upstream CHANGELOG entry for 4.3.0 lists these fixes: - CVE-2018-18408 use-after-free in post_args (#489) - CVE-2018-18407 heap-buffer-overflow csum_replace4 (#488) - CVE-2018-17974 heap-buffer-overflow dlt_en10mb_encode (#486) - CVE-2018-17580 heap-buffer-overflow fast_edit_packet (#485) - CVE-2018-17582 heap-buffer-overflow in get_next_packet (#484) - CVE-2018-13112 heap-buffer-overflow in get_l2len (#477 dup #408) Drop tr_cv_libpcap_version and ac_cv_have_bpf; unused in current configure script. Make configure script use pcap-config to list library dependencies. Unfortunately, pcap-config is not entirely correct, so we still need to set the LIBS variable for static linking. Use the smaller tar.xz archive. Add license file hash. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pytz: bump to version 2018.9Asaf Kahlon2019-01-082-4/+4
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libinput: bump version to 1.12.5Peter Seiderer2019-01-082-6/+6
| | | | | | | | | For details see [1]. [1] https://lists.freedesktop.org/archives/wayland-devel/2019-January/039804.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* x11vnc: update to 0.9.16Martin Kepplinger2019-01-082-2/+3
| | | | | | | | | Update x11vnc from 0.9.15 to 0.9.16. For the changes, see https://github.com/LibVNC/x11vnc/compare/0.9.15...0.9.16 Signed-off-by: Martin Kepplinger <martink@posteo.de> [Peter: add hash for COPYING] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* efibootmgr: drop unneeded include path workaroundPeter Korsgaard2019-01-081-6/+0
| | | | | | | | The hard coded -I/usr/include/efivar has been dropped from the Makefile in commit 000eb0020c02 (Set pkg-config binary as variable) which is part of v13, so drop the unneeded (misnamed) EFIBOOTMSR_PATCH_HEADER_PATH workaround. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/liburiparser: security bump to version 0.9.1Carlos Santos2019-01-072-2/+2
| | | | | | | | | | | Fixes an out-of-bounds read, the parsing of some a malformed URIs and a function that reported 1 more byte than actually needed for IPv4 address URIs. For additional datails, see https://github.com/uriparser/uriparser/blob/uriparser-0.9.1/ChangeLog Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* exempi: fix comment entry quotePeter Korsgaard2019-01-061-1/+1
| | | | | | | Fixes the following warning: package/exempi/Config.in:14:warning: multi-line strings not supported Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* exempi: add dependency on threadsIlya Averyanov2019-01-061-2/+3
| | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/96b/96bf4f0ddd88233b9604056d83bb3d7ea97d2046/ http://autobuild.buildroot.net/results/d92/d92c8eb3004165033c22cc98b153cf547a352fd7/ Signed-off-by: Ilya Averyanov <averyanovin@gmail.com> [Peter: add autobuilder references] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rpi-userland: bump version to 7cbfbd38d9Peter Seiderer2019-01-062-2/+2
| | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rpi-firmware: bump version to fbad6408c4Peter Seiderer2019-01-062-2/+2
| | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/ed: bump to version 1.15Baruch Siach2019-01-062-6/+5
| | | | | | | | | | Drop ED_CONF_OPTS; unused since commit 2a37b625e2 ("ed: Convert to generic package infrastructure"). Add license file hash. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/solarus: update license.txt file hash and remove license_gpl.txt hash.Romain Naour2019-01-062-3/+2
| | | | | | | | | | | | | | | | | The license.txt file has been updated with Solarus Free Resource Pack URL. Before version 1.6.0, the archive was downloaded from github and license_gpl.txt file which is present in the git repository. Since version 1.6.0, the archive is downloaded from [1] but the license_gpl.txt file is missing. This has been reported upstream [2]. [1] http://www.solarus-games.org [2] https://gitlab.com/solarus-games/solarus/issues/1328 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/php_zmq: fix build with php 7.3.0Frank Hunleth2019-01-061-0/+271
| | | | | | | | | | | | | | | | | | | | | | | | | This includes an patch that fixes the following error: ``` /home/buildroot/build/instance-0/output/build/php-zmq-1.1.3/zmq.c: In function 'php_zmq_context_get': /home/buildroot/build/instance-0/output/build/php-zmq-1.1.3/zmq.c:238:20: error: lvalue required as left operand of assignment GC_REFCOUNT(&le) = 1; ^ /home/buildroot/build/instance-0/output/build/php-zmq-1.1.3/zmq.c: In function 'php_zmq_socket_store': /home/buildroot/build/instance-0/output/build/php-zmq-1.1.3/zmq.c:538:19: error: lvalue required as left operand of assignment GC_REFCOUNT(&le) = 1; ``` The patch was created from the PR at: https://github.com/mkoppanen/php-zmq/pull/195 Upstream has not merged the PR. Fixes: http://autobuild.buildroot.org/results/3f2/3f258fbc7352c3d7205bc6402145be1102d69683 Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/irqbalance: bump to version 1.5.0Florian La Roche2019-01-062-2/+2
| | | | | | | | | | | | | | | | | | | | >From the upstream changelog: New Features in irqbalance 1.5.0 * file based socket ipc mechanism * support for multiple policy scripts * add some sandboxing support * enhanced debug output * Imroved irq type determination for ARM Bugs fixed: * Fixed xen event interrupt detection * Fix node parsing in sysfs * Covscan fixes * Fix use on systems without a pci bus * Various other cleanups Signed-off-by: Florian La Roche <F.LaRoche@pilz.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* strace: bump to version 4.26Nicolas Cavallari2019-01-062-6/+7
| | | | | | | | The licence changed from BSD to LGPL 2.1 or later, update this accordingly. Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* arch: add support for RISC-V 32-bit (riscv32) architectureMark Corbin2019-01-063-0/+73
| | | | | | | | | | | | | | | | This enables a riscv32 system to be built with a Buildroot generated toolchain (gcc >= 7.x, binutils >= 2.30, glibc only). This requires a custom version of glibc 2.26 from the riscv-glibc repository. Note that there are no tags in this repository, so the glibc version just consists of the 40 character commit id string. Thanks to Fabrice Bellard for pointing me towards the 32-bit glibc repository and for providing the necessary patch to get it to build. Signed-off-by: Mark Corbin <mark.corbin@embecosm.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/python-django: security bump to version 2.1.5Asaf Kahlon2019-01-042-4/+4
| | | | | | | | | | | Fixes CVE-2019-3498: Content spoofing possibility in the default 404 page For more details, see the announcement: https://www.djangoproject.com/weblog/2019/jan/04/security-releases/ Signed-off-by: Asaf Kahlon <asafka7@gmail.com> [Peter: mention that bump fixes security issues] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-lxml: bump to version 4.2.6Asaf Kahlon2019-01-042-4/+4
| | | | | | | Update site to files.pythonhosted.org. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/nodejs: bump version to v8.15.0Peter Korsgaard2019-01-042-3/+3
| | | | | | | | | | | | | | Fixes regressions introduced by the v8.14.0 security release. From the announcement: The 8.14.0 security release introduced some unexpected breakages on the 8.x release line. This is a special release to fix a regression in the HTTP binary upgrade response body and add a missing CLI flag to adjust the max header size of the http parser. https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.15.0 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libhttpparser: bump version to v2.9.0Peter Korsgaard2019-01-042-2/+2
| | | | | | Needed by nodejs v8.15.0+ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/enlightenment: bump to version 0.22.4Romain Naour2019-01-042-3/+3
| | | | | | | | See: https://www.enlightenment.org/news/e0.22.4_release Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/terminology: bump to version 1.3.2Romain Naour2019-01-032-3/+3
| | | | | | | | | | | | | | | | | | | See: https://sourceforge.net/p/enlightenment/mailman/message/36497308/ This version contain a fix [1] for newer meson (0.49.0) [2]: [1] https://git.enlightenment.org/apps/terminology.git/commit/?id=80e36857a28bb2a0b0fdd58b0cd86b110a180efc [2] https://github.com/mesonbuild/meson/issues/3600 This affect terminology build system since data/themes/meson.build use "in" which is now a reserved keyword. Fixes: http://autobuild.buildroot.net/results/6e4/6e445e8f0c973fad58937824452aac9b593b3e8d/build-end.log Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/efivar: bump version to 35Peter Korsgaard2019-01-032-2/+2
| | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/545/545013d3977b3eddd27ca0fc21cc1248f3bb0dbb/ http://autobuild.buildroot.net/results/695/6952b99eb0b0e85b2f5408accdca2b4dd17d14c0/ Includes a workaround for -Werror=stringop-overflow= erroring out on strncpy on some toolchains: https://github.com/rhboot/efivar/commit/7461d47cddf1cb27b1aeb646e1cdc9f7ecc6219a Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/linux-headers: drop obsolete 3.2.x / 4.{1, 16, 18}.x versionsPeter Korsgaard2019-01-031-23/+0
| | | | | | | According to https://www.kernel.org/category/releases.html, these kernel versions are no longer supported, so drop them now that we have added 4.20.x Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/glibc: bump version for more post-2.28 fixesMark Corbin2019-01-033-90/+2
| | | | | | | | | | | | | | | | This update includes two specific fixes that have been backported to the glibc 2.28 release branch from the glibc master branch: 1) UAPI header file asm/syscalls.h has been merged into the UAPI asm/unistd.h header file for the RISC-V architecture in the 4.20 kernel. This causes the glibc 2.28 build to break. 2) sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]. The current patch for this issue can now be dropped from Buildroot. Signed-off-by: Mark Corbin <mark.corbin@embecosm.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/pkgconf: fix behavior of pkg-config --versionThomas Petazzoni2019-01-031-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some odd reason, the new pkg-config 1.5.3 changed the behavior of "pkg-config --version": as soon as another argument than "--version" is passed, the code assumes the user wanted to run "--modversion" instead. Sadly, this breaks badly with our pkg-config wrapper that unconditionally passes --static to pkg-config when BR2_STATIC_LIBS=y. When ffmpeg calls "pkg-config --version" to test if pkg-config is available and functional, it's actually "pkg-config --static --version" that gets executed. pkg-config assumes that the user wanted to use --modversion and bails out with an error. This causes a build failure of ffmpeg in BR2_STATIC_LIBS=y configuration. This misbehavior of pkg-config has been reported upstream at https://git.dereferenced.org/pkgconf/pkgconf/issues/19, but until it gets fixed, we work around the issue by reverting the commit that does the "hey let's assume you're using --modversion if --version is passed with more than one argument". Fixes: http://autobuild.buildroot.net/results/ed82a95e1866ea2caadbb3433b2a255b2cf621d2/ (and plenty of other ffmpeg + BR2_STATIC_LIBS=y build failures) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/linux-headers: bump 4.{4, 9, 14, 19}.x seriesPeter Korsgaard2019-01-021-4/+4
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/wireguard: bump version to 0.0.20181218Peter Korsgaard2019-01-022-3/+3
| | | | | | | For details of the changes, see the announcement: https://lists.zx2c4.com/pipermail/wireguard/2018-December/003687.html Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/lua-msgpack-native: adjust Config.in commentThomas Petazzoni2019-01-021-1/+1
| | | | | | | | | The Config.in comment of lua-msgpack-native only indicates that it needs Lua 5.1, while the package can actually build with LuaJIT. This commit adjusts the comment to match the reality. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/lua*: drop redundant dependencies on BR2_PACKAGE_HAS_LUAINTERPRETERThomas Petazzoni2019-01-025-5/+0
| | | | | | | | | | | | | All the packages modified by this commit have their Config.in included by package/Config.in inside a BR2_PACKAGE_HAS_LUAINTERPRETER && !BR2_STATIC_LIBS condition. Therefore, duplicating the BR2_PACKAGE_HAS_LUAINTERPRETER condition in each of their Config.in file is redundant and unnecessary. This commit drops such redundant "depends on" statements. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Acked-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/linux-headers: add support for Linux 4.20 kernel headersThomas Petazzoni2019-01-011-1/+10
| | | | | | | | | We need to update linux/linux.hash as part of this commit, because package/linux-headers/linux-headers.hash is a symlink to linux/linux.hash. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lua-curl: bump to version 0.3.9Francois Perrad2019-01-014-90/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud