aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | Merge pull request #5560 from neheb/port-transHannu Nyman2018-02-02
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | transmission: Fix port test + other fixes.
| * | | | | | | | transmission: Fix port test + other fixes.Rosen Penev2018-02-01
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ran the transmission init script through shellcheck and fixed errors. Also cleaned up a bit. Removed ionice support. Will reintroduce if procd adds support. Removed config_overwrite debugging variable. No need for it. Enabled TLS verify by default. Added a dependancy to ca-bundle as a result. This is a default in current trunk. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #5272 from dedeckeh/pr-strongswan-1Stijn Tintel2018-02-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix ipsec reload and extend uci
| * | | | | | | | strongswan: add interface uci listHans Dedecker2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interface config option allows users to configure logical OpenWRT interface names in the ipsec section; it allows StrongSwan to listen and send traffic on specified interface(s). It translates to interfaces_use StrongSwan option which is a comma sepearted list of network devices that should be used by charon. Since StrongSwan can only be started when one of the specified logical OpenWRT interface is up procd interface triggers are installed to trigger the reload script. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
| * | | | | | | | strongswan: fix reload serviceHans Dedecker2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the ipsec running state reload_service is either reloading ipsec or starting ipsec. However in the latter case it calls ipsec start which bypasses the procd start_service function which means the running ipsec instance is not managed by procd. Fix this by calling start in case ipsec is not running; at the same time add service_running function which is used by procd provided running function. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | | shadowsocks-libev: remove unnecessary curly bracesYousong Zhou2018-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | shadowsocks-libev: bump to version 3.1.3Yousong Zhou2018-02-02
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes since 3.1.2 afce1b3 eliminate timered delay between handshake and data stream #1572 539bf6e sni in redir removed and no disable_sni option #1876 1d94442..29ff5d3 udprelay fix (no idea what's the problem...) #1883 Now disable_sni=true is the default. Existing uci configs setting it will be a nop Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Merge pull request #5547 from dibdot/adblockdibdot2018-01-31
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | adblock: update 3.5.0
| * | | | | | | adblock: update 3.5.0Dirk Brenken2018-01-31
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * major performance boost: add a flexible 'Download Queue' to handle downloads & list processing in parallel, default queue size is '4', you can raise this e.g. to '8' or '16' to get it really fast * replace former 'whitelist mode': the new 'Jail' option builds an additional 'adb_list.jail' list in parallel which can be used manually for guest wifi or kidsafe configurations * regex parser & query function now fully support IDN domains with non-ASCII characters * add error handling in tld compression, to handle OOM conditions better * adblock.notify sends now html emails, to get a better look & feel, even on mobile devices * add czech regional blocklist maintained by turris omnia users * LuCI: Support new 'Download Queue' & 'Jail' options * LuCI: fix field width in "Runtime Information" section Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | rsync: update to 3.1.3Maxim Storchak2018-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | Merge pull request #5527 from neheb/tra-upnpHannu Nyman2018-01-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | transmission: Use external libminiupnpc instead of internal.
| * | | | | | | transmission: Use external libminiupnpc instead of internal.Rosen Penev2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original patch that forced internal usage hid an actual issue in the build system. Replace patch with upstream one. Also reorganized the Makefile a bit and removed some cruft. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | pixiewps: bump to version 1.4.2Yousong Zhou2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | stubby: Initial commit of openwrt package for stubby daemonDavid Mora2018-01-29
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This daemon utilizes the getdns library) Signed-off-by: David Mora <iamperson347+public@gmail.com>
* | | | | | | Merge pull request #5526 from neheb/mbedtlsHannu Nyman2018-01-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | transmission: Update to 2.93 + fixes [v2]
| * | | | | | | transmission: Update to 2.93 + fixes [v2]Rosen Penev2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DNS rebinding protection introduced a new option. Use it to disable it as OpenWrt does not need it. Adjusted Makefile to use the release instead of a git version. Also cleaned up and added LICENSE entries. Eliminated useless patches. The syslog one actually doesn't log much. No need to mask the os release anymore either. Added group entry to init script. Otherwise files end up being owned by user:root which is bogus. v2: Previous maintainer relied on git version of Transmission for mbedtls support. Backport it to the stable instead. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | git: update to 2.16.1Peter Wagner2018-01-28
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | Revert "transmission: Update to 2.93 + fixes"Hannu Nyman2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 606f615048286f432175f5133cbeb14f9db9257f. The commit broke the patches: > Applying ./patches/020-use-internal-miniupnp.patch using plaintext: > patching file configure.ac > Hunk #1 succeeded at 378 (offset -8 lines). > > Applying ./patches/040-fix-for-mbedtls.patch using plaintext: > patching file configure.ac > Hunk #1 FAILED at 154. > 1 out of 1 hunk FAILED -- saving rejects to file configure.ac.rej
* | | | | | | Merge pull request #5524 from Andy2244/krb5-updateHannu Nyman2018-01-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | krb5: update to 1.16 and samba4 fixes
| * | | | | | | krb5: add PKG_USE_MIPS16:=0Andy Walsh2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
| * | | | | | | krb5: update to 1.16 and samba4 fixesAndy Walsh2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | Shorewall6: Bump to version 5.1.11.1W. van den Akker2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Shorewall6-lite: Bump to version 5.1.11.1W. van den Akker2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Shorewall: Bump to version 5.1.11.1W. van den Akker2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Shorewall-lite: Bump to version 5.1.11.1W. van den Akker2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Shorewall-core: Bump to version 5.1.11.1W. van den Akker2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Merge pull request #5484 from neheb/patch-1Hannu Nyman2018-01-28
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | transmission: Update to 2.93 + fixes
| * | | | | | | transmission: Update to 2.93 + fixesRosen Penev2018-01-27
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DNS rebinding protection introduced a new option. Use it to disable it as OpenWrt does not need it. Adjusted Makefile to use the release instead of a git version. Also cleaned up and added LICENSE entries. Eliminated useless patches. The syslog one actually doesn't log much. No need to mask the os release anymore either. Added group entry to init script. Otherwise files end up being owned by user:root which is bogus. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | inadyn: update package description and project urlYousong Zhou2018-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5348 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | Merge pull request #5499 from daztucker/masterHannu Nyman2018-01-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | net/https-dns-proxy: Update to 2018-01-24.
| * | | | | | | net/https-dns-proxy: Update to 2018-01-24.Darren Tucker2018-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dependency on ca-bundle without which the HTTPS fetches fail. Add "-x" option to force HTTP/1.1 instead of HTTP/2.0 Add a workaround for bug in libcurl <7.530 that prevents it from working at all when built with mbedtls. Signed-off-by: Darren Tucker <dtucker@dtucker.net> Acked-by: Aaron Drew <aarond10@gmail.com>
* | | | | | | | Merge pull request #5509 from stangri/vpnbypassHannu Nyman2018-01-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vpnbypass: better start/stop from Web UI and triggers
| * | | | | | | | vpnbypass: better start/stop from Web UI and triggersStan Grishin2018-01-25
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* / / / / / / / simple-adblock: better start/stop/reload/uninstallStan Grishin2018-01-25
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | Merge pull request #5490 from TDT-AG/pr/20180123-stunnel-fix-reloadHannu Nyman2018-01-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | net/stunnel: fix reload and crash loop on invalid configuration
| * | | | | | | net/stunnel: Remove abdicate maintainerFlorian Eckert2018-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update PKG_RELEASE version to 4. Remove Daniel Engberg from PGK_MAINTANER list. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/stunnel: check if service section is configured to prevent crash loopFlorian Eckert2018-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a service section is not presented in the configuration then stunnel will always start anyway. This ends in a crash loop because the configuration is not valid. Checking in "uci" mode if a service section is presented and only then start the stunnel service will solve this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/stunnel: do always stop/start on config changeFlorian Eckert2018-01-23
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not send a SIGHUP on reload configuration let procd restart the service with stop/start. This is saver. Add uci generated stunnel file to procd "file" attribute to reload/restart the stunnel service. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | Merge pull request #5489 from mwarning/zerotierHannu Nyman2018-01-23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | zerotier: support controller mode
| * | | | | | zerotier: support controller modeMoritz Warning2018-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add config_path option since the controller mode needs a persisting path to be used * add patch to fix a bug in the controller code (https://github.com/zerotier/ZeroTierOne/issues/553) * disable zerotier by default, as the default settings let it connect to a public network Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | Merge pull request #5311 from mwarning/kadnodechamptar2018-01-22
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | kadnode: add new package
| * | | | | | kadnode: add new packageMoritz Warning2018-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | Merge pull request #5390 from diizzyy/net-inadynchamptar2018-01-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | inadyn: Update to 2.3
| * | | | | | | inadyn: Update to 2.3Daniel Engberg2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update inadyn to 2.3 Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | sngrep: move to telephony repoSebastian Kemper2018-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete sngrep from openwrt/packages. Once done it will be put into the openwrt/telephony repo. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | sipgrep: move to telephony repoSebastian Kemper2018-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete sipgrep from openwrt/packages. Once done it will be put into the openwrt/telephony repo. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | openconnect: build without options we don't supportNikos Mavrogiannopoulos2018-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is, since we don't require gssapi or libpskc, avoid accidental builds with it. Closes #5474 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | coova-chilli: remove matrixssl dependencyHannu Nyman2018-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matrixssl is still in the oldpackages repo, so coova-chilli should not depend on it. Remove the config option for selecting matrixssl lib and the dependency declaration. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | Merge pull request #5451 from jow-/ulogd-conditional-depsJo-Philipp Wich2018-01-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ulogd: conditionalize dependencies
| * | | | | | | | ulogd: conditionalize dependenciesJo-Philipp Wich2018-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make most dependencies depend on the selection state of the respective plugins requiring them. This cuts down compile time considerably when plugins like MySQL support are disabled. Signed-off-by: Jo-Philipp Wich <jo@mein.io>