aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* dnscrypt-proxy: Add custom resolver config supportDaniel2017-03-20
| | | | | | | | | | | | | | | | | | | | | This commit modifies the dnscrypt-proxy plugin's `dnscrypt-proxy.init` script to allow specifying a custom dnscrypt resolver. Prior to this commit users of the dnscrypt-proxy plugin are only able to choose from a dnscrypt resolver that is present in the packaged `ResolversList` CSV file. To specify a custom resolver three new configuration parameters are required[0]: `ProviderName`, `ProviderKey` and `ResolverAddress`. The `dnscrypt-proxy.init` script now maps `providername`, `providerkey`, and `resolveraddress` values (if present) from a `dnscrypt-proxy.config` file into the generated DNSCrypt configuration file. `PKG_RELEASE` is increased from 1 to 2 to reflect the new functionality. [0]: https://github.com/jedisct1/dnscrypt-proxy/blob/9eee47477031ad0ffef94160d7370d4dec6f2c3a/dnscrypt-proxy.conf#L28:L32 Signed-off-by: Daniel McCarney <daniel@binaryparadox.net>
* Merge pull request #3902 from stangri/simple-adblockHannu Nyman2017-03-18
|\ | | | | simple-adblock: initial version
| * simple-adblock: initial commitStan Grishin2017-03-14
| | | | | | | | | | | | simple-adblock: version 1.5 introduces background processing of downloaded list while the next list is being downloaded Signed-off-by: Stan Grishin <stangri@melmac.net>
* | Merge pull request #4160 from EricLuehrsen/unbound_initHannu Nyman2017-03-18
|\ \ | | | | | | unbound: fix hotplug iface and ntp restarts
| * | unbound: fix hotplug iface and ntp restartsEric Luehrsen2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound is configured to restart on hotplug/iface but this can result in numerous restarts at boot. Unbound also has a restart for NTP. This was observed to generate trouble and even with procd robustness too many crashes might occur (rare). Unbound would not be running. Give more care to /var/lib/unbound/root.key during restarts. Use procd for iface restarts. Check pidof() to wait one more second for Unbound. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | Merge pull request #4158 from TDT-GmbH/mwan-fix-hotplugHannu Nyman2017-03-18
|\ \ \ | | | | | | | | net/mwan3: fix hotplug on ACTION ifdown
| * | | net/mwan3: fix hotplug on ACTION ifdownFlorian Eckert2017-03-17
| |/ / | | | | | | | | | | | | | | | | | | | | | On dynamic interface proto (dhcp/pppoe) the hotplug will not execude (exit 9) because the gateway is already released. The check will now only be made on a ifup ACTION event. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* / / net/mwan3: add mwan3.user hotplug scriptFlorian Eckert2017-03-17
|/ / | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | package: haproxyheil2017-03-16
| | | | | | | | | | | | - bump to stable 1.7.3 and pending patches from upstream Signed-off-by: heil <heil@terminal-consulting.de>
* | Merge pull request #3050 from feckert/mwan3_flush_conntrackchamptar2017-03-16
|\ \ | | | | | | mwan3: enhancement add ping size and flush conntrack table
| * | net/mwan3: add ping size option to mwan3trackFlorian Eckert2017-03-16
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | net/mwan3: reset conntrack table on iface up/down eventFlorian Eckert2017-03-16
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #4098 from mattsm/masterImre Kaloz2017-03-15
|\ \ \ | | | | | | | | miniupnpc: update to 2.0.20161216
| * | | miniupnpc: update miniupnpc to 2.0Mo Chen2017-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Install listdevices as well Signed-off-by: Mo Chen <uncorrupt@gmail.com> Signed-off-by: Matthew McClintock <msm-oss@mcclintock.net>
* | | | horst: Fix build for LEDEBruno Randolf2017-03-15
|/ / / | | | | | | | | | | | | | | | | | | | | | Fortified headers don't seem to like _GNU_SOURCE in this case, but we can remove that define since it's not needed. Add a patch for LEDE until a new horst version is released. Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | Merge pull request #4024 from danrl/mwanHannu Nyman2017-03-15
|\ \ \ | | | | | | | | net/mwan3-luci: removed application
| * | | net/mwan3-luci: removed applicationdanrl2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | Moved over to the LuCI repository. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | Merge pull request #4023 from danrl/csharkHannu Nyman2017-03-15
|\ \ \ \ | | | | | | | | | | net/cshark: remove luci-app-cshark
| * | | | net/cshark: remove luci-app-csharkdanrl2017-02-17
| |/ / / | | | | | | | | | | | | | | | | | | | | Moved over to the LuCI repository. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | Merge pull request #4140 from zorxd/masterHannu Nyman2017-03-14
|\ \ \ \ | |_|/ / |/| | | ddns-scripts: update dnsexit.com update URL+response
| * | | ddns-scripts: remove answer checking for dnsexitXavier Douville2017-03-13
| | | | | | | | | | | | | | | | | | | | remove answer checking for dnsexit as their API allows for too many return codes to handle them all. Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
| * | | ddns-scripts: increment PKG_RELEASEXavier Douville2017-03-12
| | | | | | | | | | | | | | | | Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
| * | | ddns-scripts: update dnsexit.com update URL+response. Reference ↵Xavier Douville2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | http://downloads.dnsexit.com/ipUpdateDev.doc Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
* | | | gnunet: use PKG_MIRROR_HASHDaniel Golle2017-03-14
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | tor: update to version 0.2.9.10Hauke Mehrtens2017-03-13
| | | | | | | | | | | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | gnunet: update sourcesDaniel Golle2017-03-13
| | | | | | | | | | | | | | | | | | | | | | | | RPS has now been ported, SET bugs were fixed Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #4145 from EricLuehrsen/unbound_wipHannu Nyman2017-03-13
|\ \ \ \ | | | | | | | | | | unbound: bugfix odhcpd scripts and localhost fqdn options
| * | | | unbound: bugfix init race condition invalid FQDNEric Luehrsen2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | options 'add_local_fqdn' and 'add_wan_fqdn' can be affected by race conditions when they are at level 4. Interface name may not be returned by network tools. The conf file has bad record formats and Unbound just will not load. Detect this and fall back to only the host FQDN (level 3). squash: improve documentation wording and format codes. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | | | unbound: fix odhcpd trigger scriptAudric Schiltknecht2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Read UNBOUND_TXT_DOMAIN from main unbound configuration. This prevents records to be added into Unbound in the default 'lan' zone. Signed-off-by: Audric Schiltknecht <storm+github@chemicalstorm.org>
* | | | | Merge pull request #4146 from stangri/vpnbypassHannu Nyman2017-03-13
|\ \ \ \ \ | |/ / / / |/| | | | vpnbypass: updated service enable/start logic.
| * | | | vpnbypass: updated service enable/start logic.Stan Grishin2017-03-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | gnunet: update sourcesDaniel Golle2017-03-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | gnurl: update to version 7.53.1Daniel Golle2017-03-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | irssi: update to 1.0.2Peter Wagner2017-03-12
| |/ / / |/| | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #4136 from danrl/joolHannu Nyman2017-03-11
|\ \ \ \ | | | | | | | | | | jool: update to upstream version 3.5.3
| * | | | jool: update to upstream version 3.5.3danrl2017-03-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | clamav: use PCRE2Lucian Cristian2017-03-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | Merge pull request #4113 from lucize/clamupdateHannu Nyman2017-03-10
|\ \ \ \ \ | | | | | | | | | | | | clamav: update to 0.99.2
| * | | | | clamav: depend on musl-fts only when USE_MUSLLucian Cristian2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add me as a maintainer Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
| * | | | | clamav: update to 0.99.2Lucian Cristian2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added option DatabaseDirectory update depends on musl-fts libraries Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | Merge pull request #4122 from TDT-GmbH/mwan3_add_co_maintainerHannu Nyman2017-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | net/mwan3: add me as co maintainer
| * | | | | | net/mwan3: add me as co maintainerFlorian Eckert2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | Merge pull request #3585 from dedeckeh/strongswan_uciStijn Tintel2017-03-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | strongswan: UCI support
| * | | | | | | strongswan: uci config supportHans Dedecker2017-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to configure strongswan via uci. uci support is based on the following sections -ipsec : Global config items belonging in the strongswan.conf file -remote : Defines the remote peer(s) -tunnel : Defines the IPSec connections in tunnel mode -transport : Defines the IPSec connections in transport mode -crypto_proposal : Defines the different crypto proposals Signed-off-by: Pierre Lebleu <pme.lebleu@gmail.com> Signed-off-by: Gino Peeters <peeters.gino@gmail.com> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | Merge pull request #4118 from dibdot/travelmateHannu Nyman2017-03-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | travelmate: update 0.4.2
| * | | | | | | | travelmate: update 0.4.2Dirk Brenken2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optimized connection handling - removed needless timeouts & wireless commits * set the pre-configured reload timeout to a more conservative/realistic value of 30 seconds * further logging tweaks Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | treewide: use name in define and eval linesStijn Tintel2017-03-08
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For consistency, use full name instead of $(PKG_NAME) in define and eval lines for all packages. I've seen reviews that asked to do this before, and I am asking the same during reviews now. To avoid this in the future, fix this treewide so when people use existing packages as example, we will not have to request this change anymore. This makes all packages consistent with both LEDE and OpenWrt base repositories. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | net/xinet.d: add /etc/xinet.d/ dir to conffiles (#4096)Florian Eckert2017-03-06
| |_|/ / / / / |/| | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | ntpd: restart instead of killall and startPeter Wagner2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | ntpd: only restart ntpd when the wan interface comes up and ntpd is enabledPeter Wagner2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>