aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* shadowsocks-libev: bump to version 3.3.3Yousong 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>
* | 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 #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 #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>
* | 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>
* | | 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>
* | gnunet: update to version 0.11.7Daniel Golle2019-10-29
| | | | | | | | | | | | Backport dist bug and add missing header file. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | umurmur: fix pathsSebastian Kemper2019-10-29
| | | | | | | | | | | | | | The wrong paths slipped into the Makefile when converting to CMake. This commit corrects them. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | tinc: fix build regression in pkg 1.0.36-1Saverio Proto2019-10-29
| | | | | | | | | | | | | | | | the patches 010-Fix-compilation-when-OpenSSL-has-no-ENGINE-support and 020-Fix-compilation-without-deprecated-OpenSSL-APIs are now merged upstream, so they must be dropped from the OpenWrt pkg Signed-off-by: Saverio Proto <zioproto@gmail.com>
* | Merge pull request #10362 from micmac1/modemmanager-host-toolsRosen Penev2019-10-28
|\ \ | |/ |/| modemmanager: fix compilation
| * modemmanager: fix compilationSebastian Kemper2019-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MM has a problem with cross-compiling. It needs to run some tools during compilation (glib-mkenums & gdbus-codegen) but uses pkg-config to detect them. But like this it finds the wrong tools, the ones in $(STAGING_DIR). The correct tools are in $(STAGING_DIR_HOSTPKG)/bin. As a workaround this commit patches configure.ac so the correct tools are used, the ones from glib2/host. The latter is also added to PKG_BUILD_DEPENDS to reflect this. libxslt/host is also added to PKG_BUILD_DEPENDS and the related RequireCommand call is removed. This is OK to do since we have libxslt/host available since a few days ago. Resolves #10249 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | nginx: update nginx-dav-ext-module to 3.0Ansuel Smith2019-10-28
| | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | Merge pull request #10366 from wfleurant/ygg-init-uciHannu Nyman2019-10-27
|\ \ | |/ |/| yggdrasil: uci firewall Section name and cover both IP versions
| * yggdrasil: uci firewall Section name and cover both IP versionsWilliam Fleurant2019-10-26
| | | | | | | | | | | | | | - rename the section instance to yggdrasil (feat. request) - allow zone to cover both ip4 and ip6 fam Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | tinc: version bump to 1.0.36Saverio Proto2019-10-27
|/ | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* Merge pull request #10346 from lucize/libreprocdHannu Nyman2019-10-26
|\ | | | | libreswan: switch to procd
| * libreswan: switch to procdLucian Cristian2019-10-24
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #10359 from wfleurant/ygg-bump-0-3-11Hannu Nyman2019-10-26
|\ \ | | | | | | yggdrasil: bump to 0.3.11
| * | yggdrasil: bump to 0.3.11William Fleurant2019-10-26
| | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | kcptun: bump to v20190924, add new config optionsChao Liu2019-10-25
|/ / | | | | | | | | | | | | | | | | This commit updates: - bump version to v20190924 - add new options for latest release (https://github.com/xtaci/kcptun/releases/tag/v20190924) Signed-off-by: Chao Liu <expiron18@gmail.com>
* | openvswitch: backport patch to fix compilationJosef Schlehofer2019-10-25
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | django: split django1 package and update to 2.2.6Alexandru Ardelean2019-10-24
|/ | | | | | | | | | | | | | | | | After many failed attempts at upgrading Django to 2.2.6, the solution seems to be to split a `python-django1` package that works with Python2 and upgrade `python3-django` to the latest 2.2[.6] LTS release. This also means that all Python2 Django packages will be stuck & based on Django 1.11[.24] LTS release. But, it's currently the sanest approach I could find to be able to perform an upgrade of Django to 2.2, and not break Seafile. Upgrading Seafile is also pretty difficult, as their Python3 support is not yet finished & released. And in the meantime, we want to allow people to use newer Django versions. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* haproxy: Update HAProxy to v2.0.8Christian Lachner2019-10-23
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* acme: Update to upstream 2.8.3Toke Høiland-Jørgensen2019-10-23
| | | | | | | | | Upstream release message: "Letsencrypt CA recent changed the CDN provider, which resulted in hanging issues. Any downstream package should update. This is important." Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* acme: Log acme.sh command invocationToke Høiland-Jørgensen2019-10-23
| | | | Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* ntpd: Fix libevent dependenciesKenneth J. Miller2019-10-22
| | | | | | | | | | | | | | Add required libevent2-pthreads dependency for all ntpd subpackages. Remove keygen-specific libevent2-core support as it is automatically selected by the libevent2-pthreads dependency. nptd: Bump PKG_RELEASE Fixes: openwrt/packages#10307 Signed-off-by: Kenneth J. Miller <ken@miller.ec>
* travelmate: update 1.5.1Dirk Brenken2019-10-22
| | | | | | | * fix section naming in wireless & travelmate config * check/enable disabled 'wifi-device' sections * fix LuCI frontend issues (separate PR) Signed-off-by: Dirk Brenken <dev@brenken.org>
* Merge pull request #10317 from TDT-AG/pr/20191021-keepalivedRosen Penev2019-10-21
|\ | | | | keepalived: update version to 2.0.19
| * keepalived: update version to 2.0.19Florian Eckert2019-10-21
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #10320 from eglooca/masterRosen Penev2019-10-21
|\ \ | | | | | | netifyd: Updated to v2.93
| * | netifyd: Updated to v2.93Darryl Sokoloski2019-10-21
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Darryl Sokoloski / @dsokoloski Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master Run tested: TP-Link Archer C2600 Change log for v2.93: [IMP] FreeBSD: Added deploy target (package). [IMP] Debian: Added OS detection. [IMP] Ubuntu: Added OS detection. [IMP] CentOS: Added OS detection. [IMP] RedHat: Added OS detection. [IMP] OpenWrt: Updated build documentation. [FIX] Updated function names for enable/disable sink server. Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* / vpnbypass: bugfix: PROCD command not found on stopStan Grishin2019-10-20
|/ | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* git: Update to version 2.23.0Josef Schlehofer2019-10-20
| | | | | | Refresh patches Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>