aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | | | | | ddns-scripts: "now-dns.com" service fixEmil Muratov2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add valid responses "good|nochg" so that ddns-script could recognize "badauth" error that comes with http 200 code - Switch url to https scheme. "now-dns.com" always returns 302 redirect to https:// for all plain-text http requests. Since working via default plain-text http is not possible anyway, forcing url to https prevents curl sending unencrypted plain-text credentials via basic auth Signed-off-by: Emil Muratov <gpm@hotplug.ru>
* | | | | | | | | wget: update to 1.19.5Peter Wagner2018-05-13
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | Merge pull request #6017 from tohojo/masterHannu Nyman2018-05-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | acme: Change boot init script logic to invoke start
| * | | | | | | | acme: Change boot init script logic to invoke startToke Høiland-Jørgensen2018-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new procd config dependency tracking requires the start method to be called even on boot. So add a state file that is checked by the run script to condition the special-case boot run instead of the previous independent call to the run script. Ref: https://github.com/openwrt/luci/pull/1769 Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | Merge pull request #6028 from ldir-EDB0/miniupnpdtweaksHannu Nyman2018-05-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Miniupnpdtweaks
| * | | | | | | | | miniupnpd: change leasefile locationKevin Darbyshire-Bryant2018-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move default leasefile location from /var to /var/run. Also rename from upnp.leases to miniupnpd.leases Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
| * | | | | | | | | miniupnpd: build with gc-sections & LTOKevin Darbyshire-Bryant2018-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building with --gc-sections & -flto drop ipk size from 72600 to 66345 on MIPS No misbehaviour due to these optimisations observed. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | | | | Merge pull request #6048 from iamperson347/stubby0.2.3Hannu Nyman2018-05-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | stubby: Bump to 0.2.3
| * | | | | | | | | | stubby: Bump to 0.2.3David Mora2018-05-13
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to new upstream version. Also changed to Cloudflare's DNS as default. Signed-off-by: David Mora <iamperson347+public@gmail.com>
* | | | | | | | | | Merge pull request #6032 from wvdakker/masterHannu Nyman2018-05-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Shorewall: Bump to version 5.2.0.2
| * | | | | | | | | | Shorewall6: Bump to version 5.2.0.2.W. van den Akker2018-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | | Shorewall: Bump to version 5.2.0.2.W. van den Akker2018-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | | Shorewall6-lite: Bump to version 5.2.0.2.W. van den Akker2018-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | | Shorewall-lite: Bump to version 5.2.0.2.W. van den Akker2018-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | | Shorewall-core: Bump to version 5.2.0.2.W. van den Akker2018-05-10
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | | | ocserv: updated to 0.12.1Nikos Mavrogiannopoulos2018-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | | Merge pull request #6036 from TDT-AG/pr/20180511-net-mwan3-updateDirk Brenken2018-05-11
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | net/mwan3: add packet loss and latency check
| * | | | | | | | | net/mwan3: add missing local variablesFlorian Eckert2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | net/mwan3: remove check_quality option from default configFlorian Eckert2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The normal situation should be to use ping without quality_check. If quality_check option is not set in the default option then ping quality_check is not performed during tracking. This is and should be the default situation. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | net/mwan3: update logging outputFlorian Eckert2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unify logging output for tracking methode ping. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | net/mwan3: fix indentationFlorian Eckert2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix indentation. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | net/mwan3: replace legancy backticksFlorian Eckert2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace legancy backticks syntax shell execution with braces. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | net/mwan3: remove needless log output on mwan3trackFlorian Eckert2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove needless log output this will pollute the logging. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | mwan3: Packet Loss & Latency CheckNishant Sharma2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Test link quality based on packet loss & latency w.r.t. pre-defined high and low watermark values. 2. Extended ubus support to provide packet loss & latency information per wan per track_ip Signed-off-by: Nishant Sharma <codemarauder@gmail.com>
* | | | | | | | | | net/keepalived: update to 1.4.4Florian Eckert2018-05-09
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to new upstream stable version 1.4.4 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | Merge pull request #5855 from diizzyy/net-vnstatHannu Nyman2018-05-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | net/vnstat: Update to 1.18
| * | | | | | | | | net/vnstat: Update to 1.18Daniel Engberg2018-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update vnstat to 1.18 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | Merge pull request #6022 from ldir-EDB0/bumpminiupnpdHannu Nyman2018-05-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | miniupnpd: bump to 2.0.20180503
| * | | | | | | | | | miniupnpd: bump to 2.0.20180503Kevin Darbyshire-Bryant2018-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumping to latest release. No (used) functional difference. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | | | | | Merge pull request #6009 from ramsonline/patch-1Hannu Nyman2018-05-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | adblock: typo : donwload -> download
| * | | | | | | | | | | typo : donwload -> downloadrams2018-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | small typo in description
* | | | | | | | | | | | net/keepalived: update to 1.4.3Florian Eckert2018-05-08
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump PKG_VERSION to 1.4.3 To Fix compilation issue cherry-pick two commits from keepalived master tree: https://github.com/acassen/keepalived/commit/afc450807c5e83c5312e9f88dd6911fe3b00f42e https://github.com/acassen/keepalived/commit/58ae2ba75fa57896bc690c57a892958eb9816cd4 This was discussed on: https://github.com/acassen/keepalived/issues/835 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | | | lftp: updated to 4.8.3Federico Di Marco2018-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | | | | | | | | | net/mosquitto: support all the extra options from newest versionKarl Palsson2018-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import the config conversion script from https://github.com/remakeelectric/owrt_pub_feeds/tree/master/net/mosquitto-next Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | | mosquitto: bump to major 1.5 releaseKarl Palsson2018-05-07
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a major release. https://mosquitto.org/blog/2018/05/version-1-5-released/ Performance, configurability, protection from fuzzing and bad data, customizable SSL contexts, all sorts of goodies. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | sqm-scripts: Bump to v1.2.2Toke Høiland-Jørgensen2018-05-06
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | Merge pull request #6001 from ldir-EDB0/importminiupnpdJo-Philipp Wich2018-05-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | miniupnpd: Import release 20180422 to repo
| * | | | | | | | | miniupnpd: Import release 20180422 to repoKevin Darbyshire-Bryant2018-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import miniupnpd from routing repo and bump to 20180422. Drop 102-ipv6-ext-port.patch as this looks upstreamed in the pinhole code to me. Consolidate all other patches & update with a view to sending upstream. Add support for runtime IGDv1 mode switch (default to IGDv2) (not extensively) Tested-on: ar71xx Archer C7 v2 in IGDv1 compatibility mode. A variety of devices/applications appear to be able to create mappings. Have an attempt at resolving https://github.com/openwrt-routing/packages/issues/286 TL;DR miniupnpd rules get processed before fw3 rules and thus can override existing/intended redirects. Ideally the miniupnpd rules would be last in the relevant chains, unfortunately fw3 can sometimes use the last rule as a REJECT. Put miniupnpd rules as penultimate. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | | | | Merge pull request #6008 from EricLuehrsen/unbound_171Hannu Nyman2018-05-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | unbound: update to 1.7.1
| * | | | | | | | | | unbound: update to 1.7.1Eric Luehrsen2018-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | | | | lftp: disable correct libidn versionHannu Nyman2018-05-05
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix buildbot breakage by disabling libidn2 that has been recently added to the packages. lftp has apparently switched from libidn to libidn2 some time ago, so the old configure directive was actually wrong, as can be seen from build log. > configure: WARNING: unrecognized options: --without-libidn > ... > Package lftp is missing dependencies for the following libraries: > libidn2.so.0 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | | Merge pull request #5990 from tripolar/masterHannu Nyman2018-05-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | don't use unitialised vars when UNBOUND_D_DHCP_LINK != odhcpd
| * | | | | | | | | | unbound: don't use unitialised vars when UNBOUND_D_DHCP_LINK != odhcpdPeter Wagner2018-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | Merge pull request #6000 from mwarning/kadnodeHannu Nyman2018-05-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | kadnode: use codeload url
| * | | | | | | | | | | kadnode: smaller binaryMoritz Warning2018-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decreases size of package by 3% Signed-off-by: Moritz Warning <moritzwarning@web.de>
| * | | | | | | | | | | kadnode: use codeload urlMoritz Warning2018-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | | | Merge pull request #5997 from mwarning/zerotierHannu Nyman2018-05-03
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | zerotier: update to version 1.2.8
| * | | | | | | | | | | zerotier: update to version 1.2.8Moritz Warning2018-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | | | sqm-scripts: Another bump to v1.2.1Toke Høiland-Jørgensen2018-05-02
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #5999 from tohojo/masterJo-Philipp Wich2018-05-02
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | sqm-scripts: Bump to v1.2.0