aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* tor: update to version 0.2.9.12Hauke Mehrtens2017-09-24
| | | | | | This fixes the TROVE-2017-008 (CVE-2017-0380) security problem. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* Merge pull request #4853 from StevenHessing/noddoschamptar2017-09-23
|\ | | | | noddos: Noddos v0.5.0 with mDNS / DNS-SD support
| * noddos: Noddos v0.5.0 with mDNS / DNS-SD supportSteven Hessing2017-09-18
| | | | | | | | Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
* | Merge pull request #4872 from champtar/sha256champtar2017-09-23
|\ \ | | | | | | Fix some PKG_MIRROR_HASH / PKG_HASH
| * | iotivity: add PKG_MIRROR_HASHEtienne Champetier2017-09-22
| | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | Merge pull request #4871 from EricLuehrsen/unbound_controlHannu Nyman2017-09-23
|\ \ \ | |/ / |/| | unbound: upstream 1.6.6 and enhance control UCI option
| * | unbound: update options for remote-controlEric Luehrsen2017-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance the 'control' option to allow using SSL to connect to the server. Add the 'extended_stats' option to match 'extended-statistics: yes.' Document the 'extended_luci' option; it does not control Unbound, but changes the LuCI tabs. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | unbound: update to 1.6.6Eric Luehrsen2017-09-21
| | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | shorewall: use sha256 for PKG_HASHEtienne Champetier2017-09-22
|/ / | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | wget: Revert update to 1.19.1Hannu Nyman2017-09-19
| | | | | | | | | | | | | | | | revert the update as the new wget version links to libunistring that is a rather large library. Better to revert the update now in order to fix buildbot and then look into solutions. signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #4838 from StevenHessing/noddoschamptar2017-09-18
|\| | | | | noddos: Don't create /var/lib/noddos in Makefile (#4837)
| * noddos: Don't create /var/lib/noddos in Noddos OpenWRT/Lede MakefileSteven Hessing2017-09-15
| | | | | | | | Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
* | Merge pull request #4852 from diizzyy/patch-90champtar2017-09-18
|\ \ | | | | | | net/sngrep: Update to 1.4.4-rc2
| * | net/sngrep: Update to 1.4.4-rc2Daniel Engberg2017-09-19
| | | | | | | | | | | | | | | Update sngrep to 1.4.4-rc2 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | Merge pull request #4844 from diizzyy/patch-88champtar2017-09-18
|\ \ \ | |/ / |/| | net/inadyn: Update to 2.2
| * | net/inadyn: Update to 2.2Daniel Engberg2017-09-18
| | | | | | | | | | | | | | | | | | | | | Update inadyn to 2.2 Switch to release tarball Remove example file from package Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | wget: try to fix libunistring dependencyHannu Nyman2017-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wget 1.91.1 configure script tries to link libunistring if that is found. That lib is rather large and is not that essential for normal operations, so instead of depending on that, try to avoid linking it. Revert an upstream commit that removed the clearance of libunistring data in case IRI is explicitly disabled (like we have it). Reference to upstream commits: http://git.savannah.gnu.org/cgit/wget.git/commit/?id=00ae9b4ee2caa6640776e9777e7ef5a374d082c0 http://git.savannah.gnu.org/cgit/wget.git/commit/?id=990f3d67d340d226bbd4187f5d310a4d2bf2bfe4 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #4849 from zx2c4/patch-9champtar2017-09-18
|\ \ \ | | | | | | | | wireguard: bump to release 0.0.20170918
| * | | wireguard: bump to release 0.0.20170918Jason A. Donenfeld2017-09-18
| | | | | | | | | | | | | | | | | | | | Simple version bump. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | Merge pull request #4744 from sartura/sysrepo_updatechamptar2017-09-18
|\ \ \ \ | |/ / / |/| | | Sysrepo update
| * | | sysrepo: update the sysrepo/netopeer2 stackMislav Novakovic2017-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch includes updates to packages: netopeer2: update to version 0.4.0 sysrepo: update to 0.7.0 libnetconf2: update to 0.9.15 libyang: update to 0.13.46 Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | Merge pull request #4847 from mlichvar/chrony-update-3.2Hannu Nyman2017-09-18
|\ \ \ \ | | | | | | | | | | chrony: update to 3.2
| * | | | chrony: update to 3.2Miroslav Lichvar2017-09-18
| |/ / / | | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | Merge pull request #4841 from hnyman/wget191Hannu Nyman2017-09-18
|\ \ \ \ | |/ / / |/| | | wget: update to 1.19.1
| * | | wget: update to 1.19.1Hannu Nyman2017-09-16
| |/ / | | | | | | | | | | | | | | | Update wget to 1.19.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | shadowsocks-libev: bump to version 3.1.0Yousong Zhou2017-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes since 3.0.8 ede744a: depends on libcares now instead of libudns 1c64829: new cmdline option --no-delay for not turning off TCP_NODELAY 9201619: ss-local: check if client supports socks5 protocol and no-auth-required method f8283fc: Fix potential buffer overflow when parsing json config 380fddb: redir: fix conversion from DSCP to ToS The two patches are now in the offical repo
* | | shadowsocks-libev: ss-rules: eliminiate not needed local varYousong Zhou2017-09-18
|/ /
* | Merge pull request #4630 from marcin1j/pr/20170725-htpdate-init-scriptschamptar2017-09-15
|\ \ | | | | | | htpdate: modify init scripts to use procd and uci configuration
| * | htpdate: modify init scripts to use procd and uci configurationMarcin Jurkowski2017-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify init script to use standard uci configuration and procd for process management. We benefit from: - use of standard LEDE configuration with its ability to revert and commit changes - validation of configuration variables - procd taking care of restarting daemon when config changes and user wants to reload it - automatic respawning of daemon process in case it dies The source is patched to make it possible to run as a daemon in foreground. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | Merge pull request #4835 from dibdot/adblockHannu Nyman2017-09-15
|\ \ \ | | | | | | | | adblock: update 3.0.2
| * | | adblock: update 3.0.2Dirk Brenken2017-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * better system information * several kresd related documentation fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #4815 from tru7/masterchamptar2017-09-14
|\ \ \ \ | | | | | | | | | | linknx: bump to new upstream version
| * | | | linknx: bump to new upstream versionOthmar Truniger2017-09-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | Merge pull request #4821 from TDT-GmbH/pr/20170912-mwan3-fix-intial-statechamptar2017-09-14
|\ \ \ \ \ | | | | | | | | | | | | net/mwan3: fix mwan3track initial_state and track_ip order
| * | | | | net/mwan3: fix track_ips orderFlorian Eckert2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/mwan3: fix mwan3track STATUS if initial_state is offlineFlorian Eckert2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #4609 from StevenHessing/noddoschamptar2017-09-14
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | noddos: introduction of noddos package
| * | | | | noddos: introduction of noddos packageSteven Hessing2017-08-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
* | | | | | shadowsocks-libev: minor tweak without functional changeYousong Zhou2017-09-14
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #4811 from ↵Hannu Nyman2017-09-12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | marcin1j/pr/20170902-mwan3-fix-interface-bound-network-traffic mwan3: fix interface-bound traffic when interface is offline
| * | | | | mwan3: fix interface-bound traffic when interface is offlineMarcin Jurkowski2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixed what 6d99b602 was supposed to fix without affecting interface-bound traffic. Before 6d99b602 interface-bound traffic was working normally as long as at least one interface was online. However when the last interface went offline, it was impossible to ping and such state was unrecoverable. Commit 6d99b602 fixed unrecoverable offline state problem (it was possible to ping -I iface) but messed inteface-bound traffic. Traffic with interface source address was not working if the interface was in "offline" state, even if another interface was online. The problem was caused by an inconsistent "offline" interface state: iptables-related rules were kept while routing table and policy were deleted. The idea behind this commit is to: 1. Keep all the rules for each interface (iptables, routing table, policy) regardless of its state. This ensures consistency, 2. Make interface state hotplug events affect only iptables' mwan3_policy_* rules. Interface-related iptables, routing table and policy is removed only when mwan3 is manually stopped. To make such changes possible, it's necessary to change the way mwan3_policy_* rule generator keeps track of interface state hotplug events. Until now, it checked for the existence of custom interface-related routing table (table id 1, 2, 3, ...). Clearly we can no longer rely on that so each interface state is stored explicitly in file. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | Merge pull request #4820 from dibdot/adblockHannu Nyman2017-09-12
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | adblock: bugfix 3.0.1
| * | | | adblock: bugfix 3.0.1Dirk Brenken2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix startup issues with backends like dnscrypt-proxy or kresd which does not come up without an existing block list * fix a small 'chown' issue Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | net/nut: Fix typo is serial config optionKarl Palsson2017-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 5503dac80676 "Add back serial support" Reported-by: Znevna on irc Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | | | Merge pull request #4816 from dibdot/adblockHannu Nyman2017-09-10
|\| | | | | |_|/ / |/| | | adblock: release 3.0
| * | | adblock: release 3.0Dirk Brenken2017-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add kresd & turris omnia support * add dnscrypt-proxy support * change start priority to 30, to fix possible trigger issues on slow booting hardware * simplify suspend/resume handling (no longer use a hideout directory) * enhanced LuCI frontend * many small changes & improvements * default config change (please update your config!), adblock is now disabled by default * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | wireguard: bump to release 0.0.20170907Kevin Darbyshire-Bryant2017-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile & run tested: ar71xx: archer c7 v2 Add myself as another co-maintainer of the package. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | tinc: version bump 1.0.32Ryan Mounce2017-09-05
| | | | | | | | | | | | | | | | Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
* | | | memcached: bump to version 1.5.1Thomas Heil2017-09-03
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | net/mwan3: update versionFlorian Eckert2017-09-01
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>