aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* vpnbypass: remove problematic sed command from MakefileHannu Nyman2017-02-14
| | | | | | | | | | Makefile had sed commands in "prepare" step that modified the source files directly. That lead to feed update failure at the buildbot. Remove those commands as the first aid. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* net-snmp: add engineID config optionsStijn Tintel2017-02-14
| | | | | | | | | | According to the snmpd.conf man page, the engineID of an snmp agent should be consistent through time. However, it seems that the engineID changes every reboot. Add options to configure how the engineID is generated. The default setting generates it based on the MAC address of the eth0 interface. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* wireguard: simple package bump to 0.0.20170214Jason A. Donenfeld2017-02-14
| | | | | | | While I'm at it, add myself as maintainer, since I'm doing many of the bumps anyway. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* xl2tpd: backporting fix for race condition causing xl2tpd hangYousong Zhou2017-02-14
| | | | | | The patch was taken from https://github.com/xelerance/xl2tpd/pull/125 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #4001 from kissg1988/seafileHannu Nyman2017-02-14
|\ | | | | seafile: update to version 6.0.7
| * seafile: update to version 6.0.7Gergely Kiss2017-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update several dependencies, as well: * django-compressor -> 2.1.1 * django-constance -> 1.3.4 * django-restframework -> 3.5.4 * django-statici18n -> 1.3.0 * django -> 1.8.17 * openpyxl -> 2.4.2 * python-dateutil -> 2.6.0 * python-urllib3 -> 1.20 Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | vpnbypass: updated README (linked from luci app)Stan Grishin2017-02-13
| | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | Merge pull request #3987 from stangri/vpnbypassHannu Nyman2017-02-13
|\ \ | |/ |/| vpnbypass: new service triggers, typo fix
| * vpnbypass: new service triggers, typo fix, more reliable startStan Grishin2017-02-13
| | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | ocserv: updated to 0.11.7Nikos Mavrogiannopoulos2017-02-12
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #3983 from leitec/ngircd-update-24Hannu Nyman2017-02-12
|\ \ | | | | | | ngircd: update to v24
| * | ngircd: update to v24Claudio Leite2017-02-11
| |/ | | | | | | Signed-off-by: Claudio Leite <leitec@gmail.com>
* | Merge pull request #3985 from EricLuehrsen/unbound_odhcpdHannu Nyman2017-02-12
|\ \ | | | | | | unbound: improve robustness with dhcp scripts
| * | unbound: improve robustness with dhcp scriptsEric Luehrsen2017-02-11
| |/ | | | | | | | | | | | | | | | | | | When for example 'package/net/adblock' and DNSSEC vs NTP robustness is enabled, significant restart thrashing can occur at boot up. DHCP lease triggers may be occuring at the same time. Unbounds DNS-DHCP may be incomplete until new DHCP solicit events. Solve this by leaving a passive but complete host conf file during lease trigger. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | Merge pull request #3988 from dibdot/adblockHannu Nyman2017-02-12
|\ \ | |/ |/| adblock: 2.3.0 (package release 3)
| * adblock: 2.3.0 (package release 3)Dirk Brenken2017-02-12
| | | | | | | | | | | | | | * refine too optimistic wget/uclient-fetch timeout defaults * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | chrony: set rtcsync config optionMetafly2017-02-10
| | | | | | | | | | | | | | | | | | Else the system will always stay in UNSYNC state. Even if there is no real RTC. See chrony minimal config: http://chrony.tuxfamily.org/faq.html#_what_is_the_minimum_recommended_configuration_for_an_ntp_client Signed-off-by: Stefan Sydow <st@metafly.info>
* | Merge pull request #3882 from val-kulkov/subversion-packageHannu Nyman2017-02-10
|\ \ | | | | | | subversion: add unixodbc dependency
| * | subversion: add unixodbc dependencyVal Kulkov2017-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: LEDE HEAD If unixodbc package is present in the environment, subversion fails to compile due to missing dependencies. Fixes the dependency on unixodbc if unixodbc package is selected. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | znc: update to 1.6.4Jonas Gorski2017-02-10
| | | | | | | | | | | | | | | | | | Fixes a few potential segfauls and includes OpenSSL 1.1 compatibilty. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | | vallumd: bump to 0.1.3Stijn Tintel2017-02-10
| | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | ddns-scripts: New update url for service duiadns.netChristian Schoenebeck2017-02-09
| | | | | | | | | | | | | | | | | | | | | - new update url for service "duiadns.net" - updated public_suffix_list.dat Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | Merge pull request #3964 from dibdot/adblockHannu Nyman2017-02-06
|\ \ \ | | |/ | |/| adblock: 2.3.0 (package release 2)
| * | adblock: 2.3.0 (package release 2)Dirk Brenken2017-02-06
| | | | | | | | | | | | | | | | | | | | | * update readme regarding unbound integration * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #3961 from EricLuehrsen/unbound_20170206Hannu Nyman2017-02-06
|\ \ \ | | | | | | | | Unbound: bug fix odhcpd and add auto adblock
| * | | Unbound: bug fix odhcpd and add auto adblockEric Luehrsen2017-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fix dhcp4_slaac6 option was adding to all IP6 routes. Filtering was added to this process to only include addresses served from "this dhcp interface." adblock 2.3.0 file output is now detected and automatically integrated into Unbound local-zones. adblock deposites its block site zone-files into /var/lib/unbound. If this is not desired, then disable adblock or reconfigure to avoid Unbound. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | Revert "vnstat: update to v1.16"Jo-Philipp Wich2017-02-06
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 79b6e9dc61dc37e4745f08d83ce44593d256fd12. Undo the recent vnstat update due to upstream bugs preventing database restoration. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | git: update to 2.11.1Peter Wagner2017-02-06
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | Merge pull request #3955 from diizzyy/patch-32Hannu Nyman2017-02-05
|\ \ \ | | | | | | | | net/inadyn: Add inadyn to package repo
| * | | net/inadyn: Add inadyn to package repoDaniel Engberg2017-02-05
| | | | | | | | | | | | | | | | | | | | | | | | Adds inadyn to package repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | Merge pull request #3939 from hauke/torHauke Mehrtens2017-02-05
|\ \ \ \ | | | | | | | | | | tor: update to version 0.2.9.9
| * | | | tor: update to version 0.2.9.9Hauke Mehrtens2017-01-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | tinc: version bump 1.0.31Saverio Proto2017-02-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* | | | | Merge pull request #3958 from dibdot/adblockHannu Nyman2017-02-05
|\ \ \ \ \ | | |_|/ / | |/| | | adblock: release 2.3.0
| * | | | adblock: release 2.3.0Dirk Brenken2017-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * automatically selects dnsmasq or unbound as dns backend * add the new 'adguard' source, a combined/quite effective block list * remove needless dns backend restarts * optimize adblock restart behavior * optimize block list processing on inotify enabled filesystems * better return code checking on block list download * fix boot function/startup on Chaos Calmer * fix a bug in blocklist removal function * add more (optional) debug output * move backup options to global config * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | vpnbypass: HOTFIX no longer incorrectly stopping service/reliable startStan Grishin2017-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed: stop function used to kill the hotplug file fixed: despite ubus wait_for network.interface.wan and WAN-IF hotplug, sometimes we'd get no WAN ip on start Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | Merge pull request #3823 from cshore-firmware/pull-request-nutHannu Nyman2017-02-04
|\ \ \ \ \ | | | | | | | | | | | | A number of fixes and enhancements to NUT
| * | | | | net/nut: Ship upsset.conf for nut-cgiDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per user request ship the sample upsset.conf file so that upsset functionality can be used with nut-cgi Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | net/nut: Avoid building with libwrap when presentDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't want non-deterministic builds do turn off libwrap in configure options. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | net/nut: Make myself maintainer per private mailDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current maintainer (Martin Rowe) offered to hand over maintership because I'm interested in doing more with the package than he requires for his own use, so he felt it made sense for me to maintain the package. I accepted, hence this commit. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | net/nut: Fix '/var/run' world readable warningDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use /var/run/nut as statepath and set appropriate owner and permissions on /var/run/nut in order to avoid pidfile for nut being world-readable. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | net-nut: Add UPS notifications via sendmailDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add option to send email notification via sendmail (or replacement). Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | net/nut: Add back serial supportDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like serial support was accidentally dropped due to missing pieces on Config.in and Makefile. Add back serial support by fixing that. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | net/nut: Protect CGI via HTTP Basic AuthDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using uhttpd (the default), protect NUT CGI via HTTP Basic Auth. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | net/nut: Build optional separate packages and ucifyDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With a LuCI app (of which I have one written) ucification makes sense (and is in fact needed), so ucify the initscripts. Also, rather than making selection of things to include an image a matter of selecting compile-time config options, make optional things into seperate packages that are built in default builds, and leave selection of what to include or not up to the user (e.g. using ImageBuilder, or adding packages via opkg). Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* | | | | | sqm-scripts: Bump to v1.1.3Toke Høiland-Jørgensen2017-02-03
| | | | | |
* | | | | | nginx: update to 1.10.3, add new module optionsVal Kulkov2017-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nginx to version 1.10.3. Add new configuration options to enable the following optional modules (disabled by default): - http_auth_request_module - http_v2_module - http_realip_module - http_secure_link_module Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | Merge pull request #3850 from diizzyy/patch-24Jo-Philipp Wich2017-01-31
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | wshaper: Retire package
| * | | | | wshaper: Retire packageDaniel Engberg2017-01-16
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Wondershaper has been superseded by both qos-scripts and sqm-scripts, it's time to retire it for good. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | chrony: update to 3.1Miroslav Lichvar2017-01-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>