aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* 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
| * nginx: update to latest releaseAnsuel Smith2018-10-09
| | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | keepalived: disable libnlStijn Tintel2018-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When libnl is enabled and libnl-genl is disabled, libnl-genl-3.so.200 is installed by InstallDev, and keepalived picks it up anyway. This causes build to fail with the following error: Package keepalived is missing dependencies for the following libraries: libnl-genl-3.so.200 Instead of having a conditional dependency it is better to have a consistent build. Disable libnl to enforce this. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | strongswan: bump to 5.7.0Stijn Tintel2018-10-07
| | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | git: update to 2.19.1Peter Wagner2018-10-06
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | strongswan: backport upstream fixes for CVEs in gmp pluginMagnus Kroken2018-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: * CVE-2018-16151 * CVE-2018-16152 * CVE-2018-17540 Details: https://strongswan.org/blog/2018/09/24/strongswan-vulnerability-(cve-2018-16151,-cve-2018-16152).html https://strongswan.org/blog/2018/10/01/strongswan-vulnerability-(cve-2018-17540).html Signed-off-by: Magnus Kroken <mkroken@gmail.com>
* | Merge pull request #7140 from dibdot/travelmateDirk Brenken2018-10-05
|\ \ | | | | | | travelmate: update 1.2.4
| * | travelmate: update 1.2.4Dirk Brenken2018-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | * with the config option 'trm_radio' you can now restrict travelmate to a single radio (e.g. 'radio1') or change the overall scanning order (e.g. 'radio1 radio2 radio0') * LuCI: show QR codes now inline on the overview page (collapsed by default) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #7121 from Ansuel/nginxupHannu Nyman2018-10-02
|\ \ \ | | |/ | |/| nginx: update to latest release
| * | nginx: update to latest releaseAnsuel Smith2018-09-30
| | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | gnurl: build without libpslDaniel Golle2018-10-01
| | | | | | | | | | | | | | | | | | Make sure gnURL doesn't link against libpsl. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | ola: depend on libftdi1Daniel Golle2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | Building against libftdi1 can't be avoided in the presence of libftdi1 headers apparently. As it might be useful for some DMX adapters and such, depend on libftdi1 from now on. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gnurl: update to version 7.61.1Daniel Golle2018-09-30
| | | | | | | | | | | | | | | | | | No release tarball has been published yet, use v7.61.1 git tag instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | openssh: add openssl 1.1.0 compatibilityEneas U de Queiroz2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Five commits from upstream were applied to v. 7.8-p1: 482d23bc upstream: hold our collective noses and use the openssl-1.1.x API in 48f54b9d adapt -portable to OpenSSL 1.1x API 86e0a9f3 upstream: use only openssl-1.1.x API here too a3fd8074 upstream: missed a bit of openssl-1.0.x API in this unittest d64e7852 add compat header Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | gnunet: update to gnunet 0.11 release candidate source as of 20180929Daniel Golle2018-09-30
|/ / | | | | | | | | | | | | | | | | | | * break-out basic TCP and UDP transports * add xt and xu experimental transports * add zoneimport tool * add abe, credential and reclaim components to gnunet-social package * add new REST plugins Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | nfs-kernel-server: add support for NFSv4W. Michael Petullo2018-09-29
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #7115 from dibdot/ddns-fixDirk Brenken2018-09-29
|\ \ | | | | | | ddns-scripts: multiple fixes
| * | ddns-scripts: multiple fixesDirk Brenken2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * replace shell based urlencoder with an awk variant * fix write_log function/syslog output in case of an error * protect answer string with double quotes in update_route53 * remove bogus set/IFS options in update_route53 * clean-up update_route53 a little bit This patchset finally fix #6977 Many thanks to @mark0n & @a-bali for testing & debugging Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | samba4: fix missing busybox 'hostname -f' commandAndy Walsh2018-09-29
| | | | | | | | | | | | | | | | | | * busybox does not have 'hostname' by default so replaced it with uci calls Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | Merge pull request #7111 from Andy2244/wsdd2-fix-triggersDirk Brenken2018-09-28
|\ \ \ | | | | | | | | wsdd2: fix missing triggers
| * | | wsdd2: fix missing triggersAndy Walsh2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | * add triggers so changes can be picked up Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | Merge pull request #7110 from Andy2244/samba4-fix-netbiosnameDirk Brenken2018-09-28
|\ \ \ \ | | | | | | | | | | samba4: fix netbios_name
| * | | | samba4: fix netbios_nameAndy Walsh2018-09-27
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | * fixes: error 0x80070035 * add triggers to catch hostname changes Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | Merge pull request #7112 from EricLuehrsen/unbound_leakDirk Brenken2018-09-28
|\ \ \ \ | | | | | | | | | | unbound: add patches for leaks during TLS query
| * | | | unbound: add patches for leaks during TLS queryEric Luehrsen2018-09-27
| |/ / / | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* / / / treewide: remove obsolete references to avr32Yousong Zhou2018-09-28
|/ / / | | | | | | | | | | | | | | | | | | This is a long overdue followup commit to openwrt/openwrt@5d9eeab ("build: remove obsolete references to cris and avr32") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | / mosquitto: bump to 1.5.3Karl Palsson2018-09-26
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog at https://github.com/eclipse/mosquitto/blob/v1.5.3/ChangeLog.txt Primary change: CVE fix for CVE-2018-12543 - prevent crash on topics that begin with $ but are not $SYS Selected other fixes relevant to OpenWrt since 1.5.1: - Fix retained messages not sent by bridges on outgoing topics at the first connection. Closes #701. - Fix duplicate clients being added to by_id hash before the old client was removed. Closes #645. - Fix excessive CPU usage when the number of sockets exceeds the system limit. Closes #948. - Fix for bridge connections when using WITH_ADNS=yes. - Fix round_robin false behaviour. Closes #481. - Fix segfault on HUP when bridges and security options are configured. Closes #965. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | Merge pull request #7094 from Andy2244/masterHannu Nyman2018-09-24
|\ \ | | | | | | samba4: update to 4.9.1
| * | samba4: update to 4.9.1Andy Walsh2018-09-24
| | | | | | | | | | | | | | | | | | fixes: nmbd: Stop nmbd network announce storm (bug #13620). Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | net/mwan3: update version to 2.7.2Florian Eckert2018-09-24
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | net/mwan3: fix start/stop/restart executionFlorian Eckert2018-09-24
| | | | | | | | | | | | | | | | | | | | | Move setting global enabled flag from /etc/init.d/mwan3 to mwan3 command. So we could start mwan3 from the cmd mwan3 as well. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | net/mwan3: mwan3track should also send disconnected action on signal USR1Florian Eckert2018-09-24
| | | | | | | | | | | | | | | | | | Also send disconnected action on system signal USR1. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | net/mwan3: add ttl checkFlorian Eckert2018-09-24
|/ / | | | | | | | | | | Add the additional optional ttl check to test the connection. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #7086 from gladiac1337/feature-haproxy-v1.8.14Thomas Heil2018-09-23
|\ \ | | | | | | haproxy: Update HAProxy to v1.8.14
| * | haproxy: Update HAProxy to v1.8.14Christian Lachner2018-09-22
| | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Removed all obsolete patches - This fixes CVE-2018-14645 (See: https://nvd.nist.gov/vuln/detail/CVE-2018-14645) Signed-off-by: Christian Lachner <gladiac@gmail.com>