aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | 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>
* | | | | | Merge pull request #10412 from bobafetthotmail/patch-1Rosen Penev2019-10-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | modemmanager: enable mbim/qmi support by default
| * | | | | | modemmanager: enable mbim/qmi support by defaultAlberto Bursi2019-10-31
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MBIM and QMI support (necessary for modern and high-performance LTE modems) should be default y otherwise the only way to use modemmanager with these protocols is to recompile the package. This is very inconvenient for most end users. Also fix typo in PKG_HASH definition. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | | | Merge pull request #10379 from defanator/arp-scan-1.9.6Florian Eckert2019-10-31
|\ \ \ \ \ \ | |/ / / / / |/| | | | | arp-scan: update to 1.9.6
| * | | | | arp-scan: move MAC databases to separate packageAndrei Belov2019-10-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrei Belov <defanator@gmail.com>
| * | | | | arp-scan: update to 1.9.6Andrei Belov2019-10-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrei Belov <defanator@gmail.com>
* | | | | | treewide: Replace MD5SUM with HASHRosen Penev2019-10-31
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #10396 from val-kulkov/subversion-packageHannu Nyman2019-10-30
|\ \ \ \ \ | |_|_|/ / |/| | | | subversion: update to the latest release
| * | | | subversion: update to the latest releaseVal Kulkov2019-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to subversion v1.13.0, the latest regular release. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | kea: Remove openssl host dependencyRosen Penev2019-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenSSL is already built as part of tools (LibreSSL actually) and can be used instead for the host build. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #10393 from neheb/chRosen Penev2019-10-30
|\ \ \ \ \ | | | | | | | | | | | | check: Update to 0.13.0
| * | | | | check: Update to 0.13.0Rosen Penev2019-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to CMake. Allows to simplify the Makefile. Replaced InstallDev section with CMAKE_INSTALL. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | treewide: Use pypi.mk for Python packagesJeffery To2019-10-30
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates all Python packages that download their source from PyPi to use pypi.mk. This will allow future improvements/changes to pypi.mk to affect all relevant packages. This also makes it easier for future Python packages to start using pypi.mk, when it's clear how it is used in existing packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | gnunet: update to 0.11.8Daniel Golle2019-10-30
|/ / / / | | | | | | | | | | | | | | | | | | | | Allows to remove local patch again. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | gnunet-secushare: build against gnunet 0.11.7Daniel Golle2019-10-29
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>