aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #4056 from dibdot/adblockTed Hess2017-02-24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | adblock: update 2.3.2
| * | | | | adblock: update 2.3.2Dirk Brenken2017-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optimize memory consumption & enable overall sort only on devices with > 64MB RAM, this prevents sort related kernel dumps Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | wireguard: version bumpdanrl2017-02-23
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | pptpd: run service in foreground for procd compatibilityRafał Miłecki2017-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To have service working nicely with procd it should be running in the foreground. Otherwise it's not possible to e.g. stop it with the init.d script. Luckily for us pptpd has a simple switch that allows it. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Fixes: 15e7f611afb ("pptpd: convert init script to procd")
* | | | | lighttpd: fix regression in local-redir used with url.rewrite-onceRafał Miłecki2017-02-23
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes upstream regression introduced in 1.4.40. It was reported & debugged in https://redmine.lighttpd.net/issues/2793 This fix is queued for 1.4.46 in the personal/gstrauss/master upstream branch. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | | | net/wireguard: add stub install sectionJason A. Donenfeld2017-02-21
| | | | | | | | | | | | | | | | | | | | | | | | This is in response to the metapackage discussion in openwrt/luci#1030. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | lighttpd: update to 1.4.45Rafał Miłecki2017-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 1.4.42 introduced a problem with starting lighttpd as OpenWrt/LEDE service. It was stopping whole init process at sth like: 783 root 1124 S {S50lighttpd} /bin/sh /etc/rc.common /etc/rc.d/S50lighttpd boot 799 root 1164 S /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf It was hanging until getting random pool: [ 176.340007] random: nonblocking pool is initialized and then immediately the rest of init process followed: [ 176.423475] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0 [ 176.430754] jffs2_build_filesystem(): unlocking the mtd device... done. [ 176.437615] jffs2_build_filesystem(): erasing all blocks after the end marker... done. This was fixed in 1.4.44, but bump directly to 1.4.45 while at it. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | | | Merge pull request #4038 from kuoruan/aria2Hannu Nyman2017-02-20
|\ \ \ \ | | | | | | | | | | Aria2: Edit config and update
| * | | | aria2: Update to v1.31.0Hsing-Wang Liao2017-02-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
| * | | | aria2: Add more feature choices and switch default XML parser library to Libxml2Hsing-Wang Liao2017-02-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | ser2net: update to 3.4Michael Heimpold2017-02-19
|/ / / / | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #4030 from dibdot/travelmateHannu Nyman2017-02-18
|\ \ \ \ | | | | | | | | | | travelmate: update 0.3.5
| * | | | travelmate: update 0.3.5Dirk Brenken2017-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add 'enabled' check in init script * support multiple radios (see online doc) * fix race condition in ap check Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #4032 from kuoruan/webui-aria2Hannu Nyman2017-02-18
|\ \ \ \ \ | | | | | | | | | | | | webui-aria2: bump version
| * | | | | webui-aria2: bump versionHsing-Wang Liao2017-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reduced package size. * Update to latest commit. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | wireguard: move into VPN-submenuSven Roederer2017-02-18
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wireguard is a VPN-implementation and should be located in VPN-submenu Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
* | | | | Merge pull request #4022 from stangri/vpnbypassHannu Nyman2017-02-17
|\ \ \ \ \ | | |_|/ / | |/| | | vpnbypass: fix for flushing mangle table
| * | | | vpnbypass: fix for flushing mangle tableStan Grishin2017-02-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | Merge pull request #4019 from dibdot/adblockHannu Nyman2017-02-16
|\ \ \ \ \ | | |_|/ / | |/| | | adblock: update 2.3.1
| * | | | adblock: update 2.3.1Dirk Brenken2017-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * various optimizations & corner case fixes * removed no longer needed debug information * polished up for forthcoming LEDE release ;-) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | net/luci-app-*: move luci apps to luci repodanrl2017-02-15
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | This is a long-needed clean-up. These applications are not gone! They live in the luci repo now, where all their friends already are. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | vpnbypass: fixed makefile and removed screenshot from .files/Stan Grishin2017-02-14
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | vpnbypass: makefile hotfixStan Grishin2017-02-14
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | 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>