aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | net/mosquitto: add CPE_IDKarl Palsson2018-10-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | net/safe-search: new packageGregory L. Dietsche2018-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package forces the use of Google and Bing safe search by default. It does this by adding hosts files for dnsmasq to use. These hosts replace the normal IP addresses for Google and Bing with addresses that force safe search to be turned on all the time. Google and Bing Safe Search are suitable for most businesses, schools, and families who wish to block adult content. This package also offers YouTube's restricted and 'restricted moderate' via a configuration option. The reason that this is not enabled is that it is probably more suitable for children rather than a wide audience. This package is designed so that other services that offer safe search can be added easily in the future. For more information about safe search please visit these URLs: - https://support.google.com/websearch/answer/186669 - https://help.bing.microsoft.com/#apex/18/en-US/10003/0 - https://support.google.com/a/answer/6212415 Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* | | | | net-snmp: update to 5.8Rosen Penev2018-10-17
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable PCRE process searching to avoid linking against libprce, which would cause the build to fail due to a missing dependency. With the --without-pcre switch, build fails due to an undefined reference, so do it via CONFIGURE_VARS instead. Signed-off-by: Rosen Penev <rosenp@gmail.com> [disable PCRE process searching] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | Merge pull request #7206 from teslamint/chilli_ipv6Dirk Brenken2018-10-17
|\ \ \ \ | | | | | | | | | | coova-chilli: honor CONFIG_IPv6 option
| * | | | coova-chilli: honor CONFIG_IPv6 optionJaehoon You2018-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #7120. Signed-off-by: Jaehoon You <teslamint@gmail.com>
* | | | | Merge pull request #7199 from Andy2244/samba4-fix_hostnameDirk Brenken2018-10-17
|\ \ \ \ \ | |/ / / / |/| | | | samba4: fix hostname if not defined via Dnsmasq
| * | | | samba4: fix hostname if not defined via DnsmasqAndy Walsh2018-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use kernel fs to get the hostname, drop domainname Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | Merge pull request #5876 from fantom-x/nlbwmon_niceKevin D-B2018-10-16
|\ \ \ \ \ | | | | | | | | | | | | net/nlbwmon: run with lower priority
| * | | | | net/nlbwmon: run with lower priorityMarc Benoit2018-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even on a powerful platform a nlbwmon process' activities are sometimes affecting throoughput and latency. This is a backgroud process, that should not be running with default priority. Even if it is a little deplayed, that is not a worry in this case. The routing should be the main priority, bandwidth stats collection can wait a bit. Tested on Netgear R7800 Signed-off-by: Marc Benoit <marcb62185@gmail.com>
* | | | | | Merge pull request #7182 from neheb/darkTed Hess2018-10-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | darkstat: Remove libbsd dependency
| * | | | | | darkstat: Remove libbsd dependencyRosen Penev2018-10-15
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | darkstat includes its own strlcat and strlcpy, making the dependency somewhat pointless. Fixes compilation ever since glibc dependency on libbsd was removed. Also removed std=gnu99 as it's not needed with GCC7. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6970 from cotequeiroz/squid_4.2Marko Ratkaj2018-10-15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | squid: update to version 4.3
| * | | | | squid: update to version 4.3Eneas U de Queiroz2018-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some help to the choice of TLS library in menuconfig, taken from the squid release notes. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #7122 from jonathanunderwood/stubby_uciDirk Brenken2018-10-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | stubby: enable configuration through uci system
| * | | | | | stubby: add uci support to init fileJonathan G. Underwood2018-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit brings UCI support to the stubby package. o All options are documented in the README.md file. o The README.md file has been re-written to include a short usage manual. o The default configuration now includes more Cloudflare addresses. o The stubby service is (re)started using procd triggers from a specified interface with a configurable time delay. o Round robin use of upstream resolvers is now activated by default. o Client privacy is now activated by default. o Options are added for specifying the log level of the daemon and command line options passed to the stubby command. Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | | | | | Merge pull request #7142 from neheb/patch-9Dirk Brenken2018-10-14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | rsyslog: Update to 8.38
| * | | | | | rsyslog: Update to 8.38Rosen Penev2018-10-05
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #6707 from guidosarducci/master-fixup-stubbyDirk Brenken2018-10-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | stubby: some fixes, cleanup, and improvements
| * | | | | | | stubby: bump PKG_RELEASETony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| * | | | | | | stubby: remove unnecessary core limitTony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the limit setting core="unlimited", since this shouldn't be needed in production use (i.e. non-debug) and on an embedded platform, which is why it's rarely used by any existing packages. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| * | | | | | | stubby: add SPKI pin set for Cloudflare certTony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an SPKI pin for Cloudflare to help prevent MITM and downgrade attacks, as described in RFC7858 (DNS over TLS). The setup of SPKI and the specific SHA256 certificate hash are taken from Cloudflare's DoT configuration guide published at https://developers.cloudflare.com/1.1.1.1/dns-over-tls/. Note that the certificate is valid to March 25th 2020, 13:00 CET, which provides ample time for issuance of a backup pin to support future key rollover. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| * | | | | | | stubby: add Cloudflare 1.0.0.1 and ::1001 serversTony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| * | | | | | | stubby: use EDNS client-subnet privacy by defaultTony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Retain the upstream value since privacy is usually the key user motivation for using DNS-over-TLS, and simply note that those encountering sub-optimal routing may consider disabling the setting. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| * | | | | | | stubby: fix config file definitionTony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The config file /etc/stubby/stubby.yml is not registered properly and any local changes are being overwritten on upgrade or reinstall. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| * | | | | | | stubby: rearrange Makefile for clarityTony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
* | | | | | | | Merge pull request #6500 from neheb/patch-7Dirk Brenken2018-10-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | umurmur: Switch to tarball
| * | | | | | | | umurmur: Switch to tarballRosen Penev2018-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should be a faster download Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7190 from yangfl/masterTed Hess2018-10-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | i2pd: Update to 2.21.0
| * | | | | | | | | i2pd: Update to 2.21.0David Yang2018-10-12
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | | | | | Merge pull request #7175 from sartura/sysrepo-release-0.7.5Hannu Nyman2018-10-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Sysrepo release 0.7.5
| * | | | | | | | | Netopeer2: update to 0.6-r1Mislav Novakovic2018-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR includes switch to codeload tarballs and rename from netopeer2 to Netopeer2 for better codeload integration. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | | | | | sysrepo: update to 0.7.5Mislav Novakovic2018-10-11
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | | | Merge pull request #7192 from salzmdan/masterHannu Nyman2018-10-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | knot: update to 2.7.3
| * | | | | | | | | knot: update to 2.7.3Daniel Salzman2018-10-12
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | | | | | net/mwan3: update version to 2.7.4Florian Eckert2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | net/mwan3: add downtime ubus informationFlorian Eckert2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get downtime information for the tracked mwan3 wan interfaces. The information shows how long this interface is in disconnected state. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | net/mwan3: add uptime ubus informationFlorian Eckert2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get uptime information for the tracked mwan3 wan interfaces. The information shows how long this interface is in connected state. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | net/mwan3: also add the metric to the default interface routing tableFlorian Eckert2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now the same route as in the main table. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | net/mwan3: fixup parse json_load an null messageKyson Lok2018-10-12
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a interface is down, call ubus will return an null message which is used to json_load, it causes json_get_vars gets value from last load and l3_device various is nonzero. Signed-off-by: Kyson Lok <kysonlok@gmail.com>
* | | | | | | | Merge pull request #7166 from ptpt52/mwan3-fixHannu Nyman2018-10-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mwan3: rtmon: filter out linkdown routing table
| * | | | | | | | net/mwan3: update version to 2.7.3Chen Minqiang2018-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
| * | | | | | | | mwan3: rtmon: filter out linkdown routing tableChen Minqiang2018-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
* | | | | | | | | Merge pull request #7159 from EricLuehrsen/o1901_ub_181Hannu Nyman2018-10-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | unbound: update to 1.8.1
| * | | | | | | | | unbound: update to 1.8.1Eric Luehrsen2018-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug fixes for memory leaks bug fixes for DNS over TLS Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | | | | sqm-scripts: select luci-base instead of depending on itJo-Philipp Wich2018-10-10
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently luci-app-sqm provided by sqm-scripts depends on luci-base instead of selecting it, this leads to an indirect circular dependency in kconfig: tmp/.config-package.in:34646:error: recursive dependency detected! For a resolution refer to Documentation/kbuild/kconfig-language.txt subsection "Kconfig recursive dependency limitations" tmp/.config-package.in:34646: symbol PACKAGE_iptables is selected by PACKAGE_sqm-scripts For a resolution refer to Documentation/kbuild/kconfig-language.txt subsection "Kconfig recursive dependency limitations" tmp/.config-package.in:961: symbol PACKAGE_sqm-scripts is selected by PACKAGE_luci-app-sqm For a resolution refer to Documentation/kbuild/kconfig-language.txt subsection "Kconfig recursive dependency limitations" tmp/.config-package.in:22421: symbol PACKAGE_luci-app-sqm depends on PACKAGE_luci-base For a resolution refer to Documentation/kbuild/kconfig-language.txt subsection "Kconfig recursive dependency limitations" tmp/.config-package.in:21387: symbol PACKAGE_luci-base is selected by PACKAGE_luci-lib-iptparser For a resolution refer to Documentation/kbuild/kconfig-language.txt subsection "Kconfig recursive dependency limitations" tmp/.config-package.in:22899: symbol PACKAGE_luci-lib-iptparser is selected by PACKAGE_luci-app-splash For a resolution refer to Documentation/kbuild/kconfig-language.txt subsection "Kconfig recursive dependency limitations" tmp/.config-package.in:22402: symbol PACKAGE_luci-app-splash is selected by PACKAGE_luci-mod-freifunk-community For a resolution refer to Documentation/kbuild/kconfig-language.txt subsection "Kconfig recursive dependency limitations" tmp/.config-package.in:21552: symbol PACKAGE_luci-mod-freifunk-community depends on PACKAGE_iptables Solve the issue by turning the dependencies into selecting ones which also matches the behaviour of other LuCI applications. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | wifidog: Change to use TLS above 1.0Rosen Penev2018-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix compilation as wolfSSL currently does not define wolfTLSv1_client_method. And as the comment suggests, this is only TLS 1, not 1.0 and above. SSLv23 is TLS 1.1 and above as currently configured in the wolfssl package Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | net/ipvsadm: add Virtual Server Administration ToolFlorian Eckert2018-10-10
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the ipvsadm command line tool to set up, maintain or inspect the virtual server table in the Linux kernel. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | Merge pull request #7156 from pacien/181008-pkg-tincSaverio Proto2018-10-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | tinc: update to 1.0.35 (security update)
| * | | | | | | | tinc: update to 1.0.35Pacien TRAN-GIRARD2018-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Critical security update for: * CVE-2018-16737, * CVE-2018-16738, * CVE-2018-16758 Announcement: https://www.tinc-vpn.org/pipermail/tinc/2018-October/005311.html Signed-off-by: Pacien TRAN-GIRARD <pacien.trangirard@pacien.net>
* | | | | | | | | Merge pull request #7161 from Ansuel/nginxupThomas Heil2018-10-09
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | nginx: update to latest release