aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* adblock: update 3.8.10Dirk Brenken2019-11-10
| | | | | * fix broken unbound integration Signed-off-by: Dirk Brenken <dev@brenken.org>
* Merge pull request #10367 from flyn-org/dmapdRosen Penev2019-11-09
|\ | | | | dmapd: update to 0.0.84
| * dmapd: update to 0.0.84W. Michael Petullo2019-11-09
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #10430 from gladiac1337/haproxy-2.0.8-upRosen Penev2019-11-09
|\ \ | | | | | | haproxy: Update patches for HAProxy v2.0.8 + migrate to procd
| * | haproxy: Rework hotplug script for HAProxyChristian Lachner2019-11-08
| | | | | | | | | | | | | | | | | | | | | | | | - Migrated init-script to procd. - Removed the old hotplug script as it is unnecessary and caused long boot-times for r7800 and possibly others. Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update patches for HAProxy v2.0.8Christian Lachner2019-11-02
| | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.8.html) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | Merge pull request #10506 from dibdot/banIPDirk Brenken2019-11-09
|\ \ \ | | | | | | | | banIP: update 0.3.8
| * | | banIP: update 0.3.8Dirk Brenken2019-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * limit firewall hotplug trigger to certain wan 'INTERFACE' as well, to prevent possible race conditions during boot Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #10502 from Andy2244/cifsd-2019-10-31Hannu Nyman2019-11-08
|\ \ \ \ | | | | | | | | | | cifsd: update to git (2019-10-31)
| * | | | cifsd: update to git (2019-10-31)Andy Walsh2019-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to git (2019-10-31) * adds config parameters: "durable handle", "smb3 encryption", "cache read buffers", "cache trans buffers", "smb2 max trans" Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | Merge pull request #10505 from dibdot/banIPDirk Brenken2019-11-08
|\ \ \ \ \ | | |/ / / | |/| | | banip: update 0.3.7
| * | | | banip: update 0.3.7Dirk Brenken2019-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix a logical glitch in the hotplug event handler * properly handle fatal iptables errors - even in subshells Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | samba4: update to 4.9.15Andy Walsh2019-11-08
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.9.15 * fixes CVE-2019-10218, CVE-2019-14833, CVE-2019-14847 * update smb.conf.template (aio, sendfile) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | Merge pull request #10487 from aleksander0m/aleksander/mm-fixesFlorian Eckert2019-11-08
|\ \ \ \ | | | | | | | | | | ModemManager fixes and update to 1.12.0
| * | | | modemmanager: bump to version 1.12.0Aleksander Morgado2019-11-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
| * | | | modemmanager: add proto dynamic defaults on dhcp setupAleksander Morgado2019-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, explicitly close the JSON object. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
| * | | | modemmanager: add missing path for PID fileAleksander Morgado2019-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The procd based init setup uses a custom `pidfile` parameter, but the used MODEMMANAGER_PID_FILE was not being defined anywhere. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
| * | | | modemmanager: install carrier mapping configuration filesAleksander Morgado2019-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since ModemManager 1.10.2, per-device carrier mapping configuration files may be installed, providing support for automatic carrier config selection. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
| * | | | modemmanager: fix bearer disconnection logicAleksander Morgado2019-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bearer status wasn't being loaded in key/value mode, and therefore would always fail to load the IPv4 config method. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | Merge pull request #9491 from neheb/bundleRosen Penev2019-11-07
|\ \ \ \ \ | |/ / / / |/| | | | Netopeer2 Bundle
| * | | | sysrepo: Switch to Python 3Rosen Penev2019-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 2 will be EOL by the end of the year. Switch to Python 3 as there is already support for it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | Netopeer2: Update to 0.7-r2Rosen Penev2019-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small cleanups. Removed upstreamed patch. Suffixed all patches with .patch Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | sysrepo: Update to 0.7.8Rosen Penev2019-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile cleanups for consistency between packages. Placed libsysrepo in Libraries instead of Utilities. Removed InstallDev as it is implied by CMAKE_INSTALL. Added .patch at the end of patch files. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #10484 from dibdot/travelmateDirk Brenken2019-11-07
|\ \ \ \ \ | | | | | | | | | | | | travelmate: update 1.5.2
| * | | | | travelmate: update 1.5.2Dirk Brenken2019-11-06
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * print to stdout if 'logger' is not available * add support to set the service nice level (default is 0) * small fixes / polish up for forthcoming 19.07 release Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #10483 from dibdot/banIPDirk Brenken2019-11-07
|\ \ \ \ \ | | |_|/ / | |/| | | banip: update 0.3.6
| * | | | banip: update 0.3.6Dirk Brenken2019-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * more startup tweaks * re-use f_log function in helper scripts * small fixes / polish up for forthcoming 19.07 release Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #10482 from dibdot/adblockDirk Brenken2019-11-07
|\ \ \ \ \ | | | | | | | | | | | | adblock: update 3.8.9
| * | | | | adblock: update 3.8.9Dirk Brenken2019-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * more startup tweaks * re-use f_log function in helper scripts * small fixes / polish up for forthcoming 19.07 release Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #10413 from stangri/master-https-dns-proxyRosen Penev2019-11-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | https_dns_proxy: implement dnsmasq integration
| * | | | | | https-dns-proxy: implement dnsmasq integrationStan Grishin2019-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | Merge pull request #10459 from ZachCook/patch-1Toke Høiland-Jørgensen2019-11-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add required new depends for luci-app-sqm
| * | | | | | | sqm-scripts: Add required new depends for luci-app-sqmZachary Cook2019-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new luci-compat package is required to be able to run luci-app-sqm, see: https://github.com/openwrt/luci/commit/d5dff8f9a5ca85d197cbb6037f95053bc55941e5 Signed-off-by: Zachary Cook <zachcook1991@gmail.com>
* | | | | | | | Merge pull request #10480 from tiagogaspar8/jool-4.0.6-updateRosen Penev2019-11-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | jool: Update to 4.0.6
| * | | | | | | | jool: Update to 4.0.6Tiago Gaspar2019-11-06
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update jool to te latest stable version (4.0.6). Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | | | | | | bind: Update to version 9.14.7Josef Schlehofer2019-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-6475 and CVE-2019-6476 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | shadowsocks-libev: README.md: more notes on the dns configurationYousong Zhou2019-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Merge pull request #10454 from TDT-AG/pr/20191104-keepalivedFlorian Eckert2019-11-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | keepalived: fix run errors on non x86_64 architectures
| * | | | | | | | keepalived: set default run directory for pid file on buildFlorian Eckert2019-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a runtime startup error on system which does not have a toplevel runtime directory for the pid file. On openwrt the pid is located at /var/run and not on /run. To fix that add a configure option to move the pid location to /var/run. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | keepalived: fix runtime error if kernel option CONFIG_PROC_EVENTS is not enabledFlorian Eckert2019-11-04
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a runtime startup error for system, which does not have enabled the kernel config option CONFIG_PROC_EVENTS. This workaround was published on github under the following URL. https://github.com/acassen/keepalived/issues/1119 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | Merge pull request #10274 from lucize/frrupRosen Penev2019-11-05
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | frr: update to 7.2
| * | | | | | | frr: update to 7.2Lucian Cristian2019-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add support to build against OpenSSL Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | Merge pull request #10418 from neheb/getRosen Penev2019-11-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | geth: Update to 1.9.6
| * | | | | | | | geth: Update to 1.9.6Rosen Penev2019-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #10416 from neheb/hRosen Penev2019-11-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | e2guardian: Remove
| * | | | | | | | | e2guardian: RemoveRosen Penev2019-10-31
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been unmaintained since at least 2016 and is woefully out of date. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #10403 from neheb/miRosen Penev2019-11-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | mii-tool: Clean up Makefile
| * | | | | | | | | mii-tool: Clean up MakefileRosen Penev2019-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed license information. Use xz archives. Use PKG_SOURCE_DATE instead of PKG_VERSION, which evaluates to the same. Use HTTPS, which goes through firewalls more easily. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #10400 from neheb/foRosen Penev2019-11-04
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | foolism: Update to 1.0.13
| * | | | | | | | | foolism: Update to 1.0.13Rosen Penev2019-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to standard PKG_INSTALL. Added PKG_BUILD_PARALLEL for faster compilation. Added some size optimizations. Added license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>