aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* 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>
* | | Merge pull request #6229 from sartura/dhcpcd_bump_to_7.0.5Hannu Nyman2018-07-07
|\ \ \ | | | | | | | | dhcpcd: bump to 7.0.5
| * | | dhcpcd: bump to 7.0.5Marko Ratkaj2018-06-08
| | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | Merge pull request #6202 from cotequeiroz/seafile_openssl-1.1Hannu Nyman2018-07-07
|\ \ \ \ | | | | | | | | | | seafile: upgrade to 6.3.0
| * | | | seafile-server: avoid error creating superuserEneas U de Queiroz2018-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure ccnet-server is running during the final setup step to avoid an error creating django superuser Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | seafile-ccnet: fixed deprecated API patchEneas U de Queiroz2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RSA key generation failure check was backwards. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | seafile-seahub: added new python dependenciesEneas U de Queiroz2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several required dependencies were added: django-formtools django-simple-captcha django-webpack-loader python-qrcode python-requests python-requests-oauthlib Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | seafile-server: Fix SystemInfo table in sqlite db.Eneas U de Queiroz2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a patch applied upstream. - Fix that table SystemInfo can't be created in sqlite db. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | seafile-server: bump to 6.3.0Eneas U de Queiroz2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to remove openssl 1.1 deprecated API. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | seafile-seahub: bump to 6.3.0Eneas U de Queiroz2018-06-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | seafile-ccnet: bump to 6.3.0Eneas U de Queiroz2018-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to remove openssl 1.1 deprecated API. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | Merge pull request #6251 from neheb/patch-12Hannu Nyman2018-07-07
|\ \ \ \ \ | | | | | | | | | | | | esniper: Update to 2.33.0
| * | | | | esniper: Update to 2.33.0Rosen Penev2018-06-09
| | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6393 from yangfl/masterHannu Nyman2018-07-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | i2pd: Update to 2.19.0
| * | | | | | i2pd: Update to 2.19.0David Yang2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
| * | | | | | i2pd: Move DATADIR to /var/lib/i2pd, fix #5693David Yang2018-07-03
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Original author: dartraiden <wowemuh@gmail.com> Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | | Merge pull request #6406 from MikePetullo/krb5Hannu Nyman2018-07-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | krb5: update to 1.16.1
| * | | | | | krb5: update to 1.16.1W. Michael Petullo2018-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #6328 from Ansuel/reworknginxHannu Nyman2018-07-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nginx: bump and add build variant and other fix
| * | | | | | | nginx: bump and add build variant and other fixAnsuel Smith2018-07-06
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This add 2 variant of nginx so we can have package with SSL config flag preselected. This also add support for 2 more module and upgrade gninx to latest version. Also add myself as secondary maintainer to apply luci modification quickly. Use of autoreconf to fix problems with recompilation on every new build (even if the version is the same). Add a patch to ignore on invalid configure option instead of trow error. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | rsync: Add IPv6 functionalitySimon Tretter2018-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon Tretter <simon@mediaarchitectu.re>
* | | | | | | dmapd: update to 0.0.75W. Michael Petullo2018-07-06
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #6358 from sartura/sysrepo-release-0.7.4Marko Ratkaj2018-07-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Sysrepo release 0.7.4
| * | | | | | sysrepo: update to 0.7.4Matija Amidzic2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
| * | | | | | netopeer2: update to 0.5.26Matija Amidzic2018-07-02
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
* | | | | | nut: Update my emailDaniel F. Dickinson2018-07-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>