aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | Merge pull request #4909 from StevenHessing/noddoschamptar2017-10-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | noddos: v0.5.2, mDNS TXT parsing fix
| * | | | | | | | | noddos: v0.5.2, mDNS TXT parsing fixSteven Hessing2017-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
* | | | | | | | | | Merge pull request #4906 from ldir-EDB0/bumpwireguardHannu Nyman2017-10-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | wireguard: bump to release 0.0.20171005
| * | | | | | | | | | wireguard: bump to release 0.0.20171005Kevin Darbyshire-Bryant2017-10-06
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to latest release snapshot. Tested on: ar71xx Archer c7 v2 Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* / | | | | | | | | horst: Use https tar.gz instead of git downloadBruno Randolf2017-10-06
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | | | | Merge pull request #4898 from br101/horstHannu Nyman2017-10-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | horst: Update to version 5.1 and add init script
| * | | | | | | | | horst: Update to version 5.1 and add init scriptBruno Randolf2017-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to latest stable version and add init script and config file to start horst in server mode as a service. Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | | | | | openssh: update to 7.6p1Peter Wagner2017-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | gnunet: update git snapshotDaniel Golle2017-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start building with testing enabled as a preparation to eventually packaging the testbed components. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | gnurl: update to version 7.55.1-4Daniel Golle2017-10-05
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | Merge pull request #4894 from StevenHessing/noddosHannu Nyman2017-10-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | noddos: bump up to noddos v0.5.1
| * | | | | | | | noddos: bump up to noddos v0.5.1Steven Hessing2017-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
* | | | | | | | | Merge pull request #4892 from fededim/masterHannu Nyman2017-10-02
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | lftp: updated to 4.8.2
| * | | | | | | | lftp: updated to 4.8.2Federico Di Marco2017-10-02
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* / / / / / / / wireguard: bump to release 0.0.20171001Jason A. Donenfeld2017-10-02
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple version bump. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | / / / / / git: update to 2.14.2Peter Wagner2017-10-01
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | net-snmp: avoid duplicate section namesStijn Tintel2017-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that UCI can't handle duplicate section names in a single config file, even if they use different types. After the previous commit, running `uci export` results in the following error: uci: Parse error (section of different type overwrites prior section with same name) at line 17, byte 23 Append a 6 to the com2sec6 section names to solve this. Fixes: 0e1c8b4ccc2c ("net-snmp: snmpd: listen on IPv6 by default") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | net-snmp: snmpd: listen on IPv6 by defaultStijn Tintel2017-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4758. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | net-snmp: add snmptrapd packagesStijn Tintel2017-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4724. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | net-snmp: use LN macroStijn Tintel2017-09-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | net-snmp: improve snmp-utils descriptionStijn Tintel2017-09-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | Merge pull request #4866 from sotux/bugfixHannu Nyman2017-09-25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | net/ddns-scripts: Fix deSEC update URL
| * | | | | net/ddns-scripts: Fix deSEC update URLQian Zheng2017-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deSEC update API doesn't support http://[USERNAME]:[PASSWORD]@update.dedyn.io/update authorization. So we need to pass username & password as get parameters. API ref: https://desec.io/#!/en/docs/update-api-details Signed-off-by: Qian Zheng <sotux82@gmail.com>
* | | | | | 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
|/ / / /