aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #10439 from neheb/artRosen Penev2019-11-04
|\ | | | | libartnet: Remove
| * libartnet: RemoveRosen Penev2019-11-02
| | | | | | | | | | | | | | | | | | | | This package fails compilation as it errors on a false strncpy length parameter under GCC9. This package is also unmaintained as well as dead upstream. Instead of keeping it on life support, kill it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | upmpdcli: Switch python dependency to Python 3.Rosen Penev2019-11-04
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #10457 from jefferyto/python-cffi-1.13.2Rosen Penev2019-11-04
|\ \ | | | | | | python-cffi: Update to 1.13.2
| * | python-cffi: Update to 1.13.2Jeffery To2019-11-04
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #10453 from commodo/python3-fix-buildRosen Penev2019-11-04
|\ \ \ | | | | | | | | python3: fix build on Ubuntu/Debian multi-arch
| * | | python3: fix build on Ubuntu/Debian multi-archAlexandru Ardelean2019-11-04
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This issue was introduced after upgrading to 3.8. Patch `006-remove-multi-arch-and-local-paths.patch` was dropped. It was tested on x86, but when using the x86_64 compiler in OpenWrt, the issue is present. The issue seems to be about Ubuntu/Debian's multi-arch support in Python/Python3 setup [which I forgot about]. The code runs it regardless of whether it cross-compiles or not, and for OpenWrt, this causes issues, as it introduces absolute include paths from the host system. Fixes https://github.com/openwrt/packages/issues/10452 Fixes: 48277ec915815 ("python3: bump to version 3.8") Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / golang: Update to 1.13.4Jeffery To2019-11-04
|/ / | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | shadowsocks-libev: bump to version 3.3.3Yousong Zhou2019-11-04
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | spice: bump to version 0.14.2Yousong Zhou2019-11-04
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | spice-protocol: bump to version 0.14.0Yousong Zhou2019-11-04
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #10446 from dibdot/adblockDirk Brenken2019-11-03
|\ \ | | | | | | adblock: update 3.8.8
| * | adblock: update 3.8.8Dirk Brenken2019-11-03
| | | | | | | | | | | | | | | | | | * print to stdout if 'logger' is not available * small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #10444 from dibdot/banIPDirk Brenken2019-11-03
|\ \ \ | | | | | | | | banip: update 0.3.5
| * | | banip: update 0.3.5Dirk Brenken2019-11-03
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix race condition in download utility detection during boot * fix multiple possible bugs in ipset creation * prevent parallel service starts * refine service trigger handling * add ssh daemon auto detection * print to stdout if 'logger' is not available Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #10437 from neheb/yangRosen Penev2019-11-03
|\ \ \ | |/ / |/| | libyang: Update to 1.0-r4
| * | libyang: Update to 1.0-r4Rosen Penev2019-11-02
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Several Makefile cleanups for consistency between packages. Removed PKG_INSTALL as it's implied by CMAKE_INSTALL. Removed InstallDev for the same reason. Removed upstreamed patches. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / python-zipp: fix python-more-itertools dependencyJosef Schlehofer2019-11-03
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #10436 from ryzhovau/google-authRosen Penev2019-11-02
|\ | | | | google-authenticator-libpam: fix install section
| * google-authenticator-libpam: fix install sectionAlexander Ryzhov2019-11-02
| | | | | | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* | Merge pull request #10431 from micmac1/vim-hostRosen Penev2019-11-02
|\ \ | |/ |/| vim/host: fix build failures
| * vim/host: fix build failuresSebastian Kemper2019-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Indeterminably vim/host fails on the build bots: objects/fileio.o: In function `readfile': fileio.c:(.text+0x5b3f): undefined reference to `libiconv_close' fileio.c:(.text+0x61ad): undefined reference to `libiconv_close' fileio.c:(.text+0x62f6): undefined reference to `libiconv' fileio.c:(.text+0x6794): undefined reference to `libiconv_close' objects/fileio.o: In function `buf_write_bytes': fileio.c:(.text+0xa1fe): undefined reference to `libiconv' fileio.c:(.text+0xa54a): undefined reference to `libiconv' objects/fileio.o: In function `buf_write': fileio.c:(.text+0xaf48): undefined reference to `libiconv_close' objects/mbyte.o: In function `my_iconv_open.part.18': mbyte.c:(.text+0x2ced): undefined reference to `libiconv_open' mbyte.c:(.text+0x2d3a): undefined reference to `libiconv' mbyte.c:(.text+0x2d5f): undefined reference to `libiconv_close' objects/mbyte.o: In function `convert_setup_ext': mbyte.c:(.text+0x33bf): undefined reference to `libiconv_close' objects/mbyte.o: In function `string_convert_ext': mbyte.c:(.text+0x363c): undefined reference to `libiconv' collect2: error: ld returned 1 exit status link.sh: Linking failed Makefile:1949: recipe for target 'vim' failed This is addressed by pulling in libiconv/host. Also configure switches are added that keep external dependencies to a minimum, for instance avoiding to link to X11 or gettext. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | python-zipp: add new packageJan Pavlinec2019-11-02
|/ | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #10415 from nickberry17/update_mmHannu Nyman2019-11-02
|\ | | | | modemmanager: bump version to 1.10.8
| * modemmanager: bump version to 1.10.8Nicholas Smith2019-11-01
| | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | dnscrypt-proxy2: Update to version 2.0.29Josef Schlehofer2019-11-02
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #10410 from ja-pa/python-pyRosen Penev2019-11-01
|\ \ | | | | | | python-py: add new package
| * | python-py: add new packageJan Pavlinec2019-11-01
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #10408 from ja-pa/python-wcwidthRosen Penev2019-11-01
|\ \ \ | | | | | | | | python-wcwidth: add new package
| * | | python-wcwidth: add new packageJan Pavlinec2019-11-01
| |/ / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #10407 from ja-pa/python-more-itertoolsRosen Penev2019-11-01
|\ \ \ | | | | | | | | python-more-itertools: add new package
| * | | python-more-itertools: add new packageJan Pavlinec2019-11-01
| |/ / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #10405 from ja-pa/python-pyparsingRosen Penev2019-11-01
|\ \ \ | | | | | | | | python-pyparsing: add new package
| * | | python-pyparsing: add new packageJan Pavlinec2019-11-01
| |/ / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #10411 from ja-pa/python-atomicwritesRosen Penev2019-11-01
|\ \ \ | | | | | | | | python-atomicwrites: add new package
| * | | python-atomicwrites: add new packageJan Pavlinec2019-11-01
| |/ / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #10423 from cotequeiroz/afalg_engineRosen Penev2019-11-01
|\ \ \ | | | | | | | | afalg_engine: add new package
| * | | afalg_engine: add new packageEneas U de Queiroz2019-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an alternate AF_ALG engine for openssl, based on the devcrypto engine, but using the AF_ALG interface instead of /dev/crypto. It is different than the AF_ALG engine that ships with OpenSSL: - it uses sync calls, instead of async - it suports more algorithms Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | Merge pull request #10043 from dhewg/pull/mesonRosen Penev2019-11-01
|\ \ \ \ | | | | | | | | | | ninja/meson
| * | | | meson: add new packageAndre Heider2019-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a host as well as a target package. meson.mk is provided to build packages using meson. Signed-off-by: Andre Heider <a.heider@gmail.com>
| * | | | ninja: add new packageAndre Heider2019-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a host as well as a target package. ninja.mk is provided to execute ninja. The two patches have been taken from upstream to fix compile issues. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | Merge pull request #10424 from srdgame/masterHannu Nyman2019-11-01
|\ \ \ \ \ | | | | | | | | | | | | lpeg: update to 1.0.2
| * | | | | lpeg: update to 1.0.2Dirk Chang2019-11-01
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lua-coxpcall: update to 1.17.0 lua-md5: update to 1.3 Signed-off-by: Dirk Chang <dirk@kooiot.com>
* | | | | Merge pull request #10352 from Ansuel/nginx-ubusHannu Nyman2019-11-01
|\ \ \ \ \ | | | | | | | | | | | | nginx: adds ubus external module
| * | | | | nginx: adds ubus external moduleAnsuel Smith2019-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds ubus module to nginx - Select module by default - Adds script to detect ubus module and append config for luci - Switch all external module to xz Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | sane-backends: update to 1.0.28 (WIP)Luiz Angelo Daros de Luca2019-11-01
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just Need runtime tests * libsane dependency on libusb moved to those drivers that requires it * clean up some ./configure args * added saned-ricoh2 for new backend * enabled saned-gphoto2 (after c8fbe26c532aced97ab8a4d42f1289db2a3e6d65) * disabled kvs40xx and mustek_usb2 that requires pthread while the issue is not solved (https://gitlab.com/sane-project/backends/issues/153) * patches refreshed: - 002-remove-uneeded.patch * patches dropped: - 031-fix_uclibc.patch - 050-remove_linked_libs_for_unused_preload.patch (with --disable-preload) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | Merge pull request #10419 from neheb/pciRosen Penev2019-10-31
|\ \ \ \ \ | |_|_|_|/ |/| | | | libpciaccess: Update to 0.16
| * | | | libpciaccess: Update to 0.16Rosen Penev2019-10-31
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add PKG_LICENSE_FILES. Small Makefile rearrangements for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10406 from dibdot/adblockDirk Brenken2019-10-31
|\ \ \ \ | | | | | | | | | | adblock: update 3.8.7
| * | | | adblock: update 3.8.7Dirk Brenken2019-10-31
| |/ / / | | | | | | | | | | | | | | | | | | | | * prevent forced parallel adblock service starts * refine service trigger Signed-off-by: Dirk Brenken <dev@brenken.org>