aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* softflowd: Fix URLRosen Penev2018-07-29
| | | | | Found using uscan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* p910nd: Change start init sequence to 99Francesco Molitierno2018-07-29
| | | | | | | | Delay startup of p910nd to give devices more time to enumerate Fixes issue #4752 Tested on mir3g Signed-off-by: Francesco Molitierno <francyesc0@hotmail.it>
* znc: revert cmake build artifacts from makefileJonas Gorski2018-07-27
| | | | | | | Revert some cmake stuff that accidentially made it into the Makefile to unbreak the build. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* znc: update my email addressJonas Gorski2018-07-27
| | | | Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* znc: drop unneeded root check patchJonas Gorski2018-07-27
| | | | | | | We don't run znc as root anymore, so no need to do the root check after loading the config. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* znc: Update to 1.7.1Rosen Penev2018-07-27
| | | | | | | | | | | | Notable Changes: * New IRCv3.2 capabilities support on client and server side * Increased max line lengths * support for stripping color control codes * various bug fixes Signed-off-by: Rosen Penev <rosenp@gmail.com> [jonas.gorski: add notable changes, switch to 1.7.1] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* ipsec-tools: compile with openssl 1.1, compile fix (#6141)Eneas Queiroz2018-07-26
| | | | | | Added compatibility with openssl 1.1, and also fixed a compiler warning about implicit declaration. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* Merge pull request #6274 from TDT-AG/pr/20180611-add-bonding-protoJo-Philipp Wich2018-07-26
|\ | | | | net/bonding: added protohandler package for netifd
| * net/bonding: added protohandler package for netifdHelge Mader2018-07-18
| | | | | | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
* | Merge pull request #6462 from korzhyk/web_homeJo-Philipp Wich2018-07-26
|\ \ | | | | | | transmission: Allow user to configure web ui home directory
| * | transmission: Allow user to configure web ui home directoryAndrii Korzh2018-07-12
| | | | | | | | | | | | Signed-off-by: Andrii Korzh <andrii.korzh@gmail.com>
* | | Merge pull request #6565 from diizzyy/patch-6tripolar2018-07-25
|\ \ \ | | | | | | | | wget: Disable libpsl to fix builds on buildbots
| * | | wget: Disable libpsl to fix builds on buildbotsDaniel Engberg2018-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable libpsl to fix dependency issue on buildbots http://downloads.lede-project.org/snapshots/faillogs/arm_cortex-a9_neon/packages/wget/ssl/compile.txt "... Package wget is missing dependencies for the following libraries: libpsl.so.5" Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | Merge pull request #6570 from dibdot/adblockDirk Brenken2018-07-24
|\ \ \ \ | |/ / / |/| | | adblock: bugfix 3.5.4 v2
| * | | adblock: bugfix 3.5.4 v2Dirk Brenken2018-07-24
| | | | | | | | | | | | | | | | | | | | * fix wrong firewall syntax of the last commit Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | rtorrent: fix MAINTAINERPeter Wagner2018-07-23
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #6545 from neheb/patch-11tripolar2018-07-23
|\ \ \ \ | | | | | | | | | | rtorrent: Update to 0.9.7
| * | | | rtorrent: Update to 0.9.7Rosen Penev2018-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also switch to tarball. Should be faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #6532 from dibdot/adblockDirk Brenken2018-07-22
|\ \ \ \ \ | | |/ / / | |/| | | adblock: 3.5.4
| * | | | adblock: 3.5.4Dirk Brenken2018-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backend: * add low priority mode (nice level 10), disabled by default * enhance 'Force DNS' to redirect ports 53, 853 and 5353 frontend: * switch to dynamic XHR polling for runtime information and logfile viewing * add new 'Refresh' button to reload blocklists * various cleanups & small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | mtr: Update to 0.92 and switch to tarballRosen Penev2018-07-22
| |/ / / |/| | | | | | | | | | | | | | | | | | | Should be faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #6514 from Ansuel/nginx_rootHannu Nyman2018-07-21
|\ \ \ \ | | | | | | | | | | nginx: change default user for luci conf
| * | | | nginx: change default user for luci confAnsuel Smith2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the nginx user for the default luci config is root... This is dangerous and unnecessary, reset it back to nobody nogroup. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #6510 from Ansuel/nginxfixHannu Nyman2018-07-21
|\ \ \ \ \ | |_|/ / / |/| | | | nginx: add http_sub_module
| * | | | nginx: add http_sub_module and other fixAnsuel Smith2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Someone requested this module to be included, so create the config flag for it. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | uwsgi-cgi: fix compilation on Darwin systemAnsuel Smith2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the uwsgiconfig python script append some additional compilation flag based on the host system. This fix some problem related with this by hardcoding usgi_os variable to Linux Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | uwsgi-cgi: set socket to 666 permissionAnsuel Smith2018-07-18
| |/ / / |/| | | | | | | | | | | | | | | | | | | Currently the socket file for uwsgi can be open only from root user, change this to permit other use to use it. (Needed for nginx to use uwsgi as nobody or dedicated user) Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | Merge pull request #6485 from Ansuel/nginxfixHannu Nyman2018-07-17
|\| | | | | | | | | | | nginx: make virtual package provide nginx
| * | | nginx: make virtual package provide nginxAnsuel Smith2018-07-15
| | | | | | | | | | | | | | | | | | | | | | | | Some package needs nginx as dependency this permit to use nginx-ssl and nginx-all-module as dep for them. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | simple-adblock: better download processing, luci-app integration, lists ↵Stan Grishin2018-07-16
| | | | | | | | | | | | | | | | | | | | | | | | optimization, firewall integration Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #6483 from lucize/clamupHannu Nyman2018-07-16
|\ \ \ \ | | | | | | | | | | clamav: update to 0.100.1
| * | | | clamav: update to 0.100.1Lucian Cristian2018-07-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | uwsgi-cgi: General cleanupDaniel Engberg2018-07-15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove stray LICENSE file added to repo * Use codeload instead of git * Add proper (as close as possible) SPDX license * Drop OpenSSL, PCRE and Libxml2 as dependencies Makes it more suitable alternative for small flash devices * Drop /etc/uwsgi as there's only one config file * Remove stray /etc/nginx directory * Reorganize configuration file * Convert init.d script to use procd * Hardset 3 threads and processes, seems like a good tradeoff between performance and memory usage instead of doing auto scaling based on amout of cpu cores/threads Non-scientific benchmark (tm) ramips, mt7621, WiTi Board 16/256M 1. 3 threads, 6 processes 2. 2 threads, 2 processes 3. 3 threads, 3 processes - LuCI Main page 1.48s 1.72s 1.64s - Status --> Firewall 6.24s 6.39s 6.40s - Status --> Kernel log 266ms 256ms 251ms - Network --> Firewall 936ms 1.08s 1.07s - Network --> Wireless 1.39s 1.42s 1.40s Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | Merge pull request #6466 from Ansuel/nginxfixHannu Nyman2018-07-15
|\| | | | | | | | | | | nginx: fix bug in uci-defaults scripts
| * | | nginx: fix bug in uci-defaults scriptsAnsuel Smith2018-07-14
| | | | | | | | | | | | | | | | | | | | | | | | Currently the uci-defaults scripts reset nginx config even it they are valid due to a bug in the if condition. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | tor: update to 0.3.3.9Peter Wagner2018-07-15
|/ / / | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | Merge pull request #6392 from sartura/gethMarko Ratkaj2018-07-12
|\ \ \ | |/ / |/| | geth: add a new package
| * | geth: add a new packageMislav Novakovic2018-07-06
| | | | | | | | | | | | | | | | | | | | | The package was tested on raspberry pi 3. Geth needs about two hours to fully sync the first try and uses an additional 250Mb of storage. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | knot: update to 2.6.8Daniel Salzman2018-07-10
| | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | Merge pull request #6426 from Ansuel/nginxbumpHannu Nyman2018-07-09
|\ \ \ | | | | | | | | nginx: bump to latest release
| * | | nginx: bump to latest releaseAnsuel Smith2018-07-08
| | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | Merge pull request #6427 from Ansuel/uwsgiupdateHannu Nyman2018-07-09
|\ \ \ \ | | | | | | | | | | uwsgi-cgi: bump to latest release
| * | | | uwsgi-cgi: bump to latest releaseAnsuel Smith2018-07-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | radsecproxy: bump to 1.7.1Eneas U de Queiroz2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.7.1 brings compatibility with openssl 1.1.0. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | unbound: add README recipe for DNS/TLS outside of UCIEric Luehrsen2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound UCI so far has limited forward configuration lacking DNS over TLS connection setup tools. User override files 'unbound_srv.conf' and 'unbound_ext.conf' can implement this. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | treewide: add missing mirror hashYousong Zhou2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are missed out from the FIXUP check probably because of a flaw in the fixup-makefile.pl script Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | nginx: allow make check to fixup mirror hashYousong Zhou2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $(eval $(call Download,xx)) call need to be at the top level Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | nginx: add config symbols of rtmp,ts to PKG_CONFIG_DEPENDSYousong Zhou2018-07-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | uwsgi-cgi: fix libcap detectionYousong Zhou2018-07-09
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uwsgi-cgi's build system requires CPP to be set to avoid using include path from the build system. Otherwise it may wrongly detect sys/capability.h of the host system and enables libcap support CPP variable was once introduced into build system in 2017 but then reverted in b957e45 ("rukes.mk: this patch broken grub2 builds") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | gnunet: fix uclibc build issueSebastian Kemper2018-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libmariadb 10.2.x needs to be linked in together with iconv. On glibc and musl iconv is part of libc. But on uclibc libiconv-full needs to be used. gnunet only has access to iconv on uclibc when BUILD_NLS is selected. This commit adds hidden symbol GNUNET_HAS_ICONV_SUPPORT which sorts this out. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>