| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
nginx: make virtual package provide nginx
|
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| | |
optimization, firewall integration
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|\ \
| | |
| | | |
clamav: update to 0.100.1
|
| | |
| | |
| | |
| | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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>
|
|\|
| |
| | |
nginx: fix bug in uci-defaults scripts
|
| |
| |
| |
| |
| |
| | |
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>
|
|/
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\
| |
| | |
geth: add a new package
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
|
|\ \
| | |
| | | |
nginx: bump to latest release
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
|
|\ \ \
| | | |
| | | | |
uwsgi-cgi: bump to latest release
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Version 1.7.1 brings compatibility with openssl 1.1.0.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The $(eval $(call Download,xx)) call need to be at the top level
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
dhcpcd: bump to 7.0.5
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
|
|\ \ \ \
| | | | |
| | | | | |
seafile: upgrade to 6.3.0
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
RSA key generation failure check was backwards.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added patch to remove openssl 1.1 deprecated API.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added patch to remove openssl 1.1 deprecated API.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
esniper: Update to 2.33.0
|
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
i2pd: Update to 2.19.0
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: David Yang <mmyangfl@gmail.com>
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Original author: dartraiden <wowemuh@gmail.com>
Signed-off-by: David Yang <mmyangfl@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
krb5: update to 1.16.1
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
nginx: bump and add build variant and other fix
|
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Simon Tretter <simon@mediaarchitectu.re>
|
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Sysrepo release 0.7.4
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|