Commit graph

3960 commits

Author SHA1 Message Date
Ansuel Smith
a93066b529
uwsgi-cgi: fix compilation on Darwin system
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>
2018-07-18 18:45:21 +02:00
Ansuel Smith
0410c7b238
uwsgi-cgi: set socket to 666 permission
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>
2018-07-18 01:52:09 +02:00
Hannu Nyman
3e7c95498a
Merge pull request #6485 from Ansuel/nginxfix
nginx: make virtual package provide nginx
2018-07-17 17:40:46 +03:00
Stan Grishin
ac34bf910e simple-adblock: better download processing, luci-app integration, lists optimization, firewall integration
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-07-16 17:41:39 -07:00
Hannu Nyman
64ccc26f06
Merge pull request #6483 from lucize/clamup
clamav: update to 0.100.1
2018-07-16 16:55:06 +03:00
Ansuel Smith
4474f91eea
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>
2018-07-15 23:24:33 +02:00
Daniel Engberg
9eefad0ad1 uwsgi-cgi: General cleanup
* 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>
2018-07-15 22:53:35 +02:00
Lucian Cristian
99eb143b66 clamav: update to 0.100.1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-07-15 22:31:45 +03:00
Hannu Nyman
fdf7a9d107
Merge pull request #6466 from Ansuel/nginxfix
nginx: fix bug in uci-defaults scripts
2018-07-15 21:00:31 +03:00
Peter Wagner
651d0a23dc tor: update to 0.3.3.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-07-15 18:47:19 +02:00
Ansuel Smith
433e0fe771
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>
2018-07-14 23:40:26 +02:00
Marko Ratkaj
2794a18bea
Merge pull request #6392 from sartura/geth
geth: add a new package
2018-07-12 14:59:58 +02:00
Daniel Salzman
99c084d3f0 knot: update to 2.6.8
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-07-10 15:59:03 +02:00
Hannu Nyman
ceb2daec24
Merge pull request #6426 from Ansuel/nginxbump
nginx: bump to latest release
2018-07-09 19:12:41 +03:00
Hannu Nyman
6365c1aa82
Merge pull request #6427 from Ansuel/uwsgiupdate
uwsgi-cgi: bump to latest release
2018-07-09 19:12:16 +03:00
Eneas U de Queiroz
9364a3bac2 radsecproxy: bump to 1.7.1
Version 1.7.1 brings compatibility with openssl 1.1.0.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-07-09 15:19:23 +02:00
Ansuel Smith
899c3c3165
uwsgi-cgi: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-09 12:30:39 +02:00
Eric Luehrsen
0d8159f5c1 unbound: add README recipe for DNS/TLS outside of UCI
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>
2018-07-09 01:38:08 -04:00
Yousong Zhou
5eb07af2b7 treewide: add missing mirror hash
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>
2018-07-09 11:33:55 +08:00
Yousong Zhou
121b10b2bd nginx: allow make check to fixup mirror hash
The $(eval $(call Download,xx)) call need to be at the top level

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-09 11:33:55 +08:00
Yousong Zhou
79e977a227 nginx: add config symbols of rtmp,ts to PKG_CONFIG_DEPENDS
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-09 11:33:55 +08:00
Yousong Zhou
77c2de7f35 uwsgi-cgi: fix libcap detection
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>
2018-07-09 11:33:55 +08:00
Ansuel Smith
d42df123ae
nginx: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-08 20:31:48 +02:00
Sebastian Kemper
acc59d3a0a gnunet: fix uclibc build issue
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>
2018-07-08 16:23:17 +02:00
Hannu Nyman
e9cdac56c2
Merge pull request #6229 from sartura/dhcpcd_bump_to_7.0.5
dhcpcd: bump to 7.0.5
2018-07-07 20:36:52 +03:00
Hannu Nyman
5a27e1c4cd
Merge pull request #6202 from cotequeiroz/seafile_openssl-1.1
seafile: upgrade to 6.3.0
2018-07-07 20:29:21 +03:00
Hannu Nyman
4c2775c2db
Merge pull request #6251 from neheb/patch-12
esniper: Update to 2.33.0
2018-07-07 20:23:47 +03:00
Hannu Nyman
85c96ddacd
Merge pull request #6393 from yangfl/master
i2pd: Update to 2.19.0
2018-07-06 23:26:18 +03:00
Hannu Nyman
63ce209dea
Merge pull request #6406 from MikePetullo/krb5
krb5: update to 1.16.1
2018-07-06 23:22:28 +03:00
Hannu Nyman
346925a2b1
Merge pull request #6328 from Ansuel/reworknginx
nginx: bump and add build variant and other fix
2018-07-06 18:12:55 +03:00
Ansuel Smith
c351abecfa
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>
2018-07-06 16:53:25 +02:00
W. Michael Petullo
8256b96743 krb5: update to 1.16.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-06 08:45:36 -04:00
Mislav Novakovic
8e6a40aee2 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>
2018-07-06 12:47:00 +02:00
Simon Tretter
d0cc437f94 rsync: Add IPv6 functionality
Signed-off-by: Simon Tretter <simon@mediaarchitectu.re>
2018-07-06 16:57:41 +08:00
W. Michael Petullo
b4a3ac3d70 dmapd: update to 0.0.75
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-06 10:17:05 +08:00
Marko Ratkaj
920df55058
Merge pull request #6358 from sartura/sysrepo-release-0.7.4
Sysrepo release 0.7.4
2018-07-05 09:55:38 +02:00
Daniel F. Dickinson
b4fe49d2b2 nut: Update my email
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:51:28 -04:00
Daniel F. Dickinson
5de5ac2afb gitolite: Update my email
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:50:43 -04:00
Daniel F. Dickinson
6aac16b164 rp-pppoe: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:49:35 -04:00
Hannu Nyman
d1952a7bd1
Merge pull request #6340 from gladiac1337/feature-haproxy-v1.8.10
haproxy: Update HAProxy to v1.8.12
2018-07-03 19:22:23 +03:00
David Yang
afe2038f55 i2pd: Update to 2.19.0
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-07-03 18:51:45 +08:00
David Yang
86106ecb80 i2pd: Move DATADIR to /var/lib/i2pd, fix #5693
Original author: dartraiden <wowemuh@gmail.com>

Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-07-03 18:51:45 +08:00
Matija Amidzic
ed44e02f53 sysrepo: update to 0.7.4
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
2018-07-02 13:39:20 +02:00
Matija Amidzic
ba647c04b5 netopeer2: update to 0.5.26
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
2018-07-02 13:37:32 +02:00
Yousong Zhou
d03e32c513 treewide: fix missing/wrong MIRROR_HASH for sources from github
Some of them forgot to update MIRROR_HASH on version change, others
updated with wrong hash value.  The new values were generated from
tarballs prepared by the newly introduced github-tarball download
methoded and confirmed consistent with those from sources.openwrt.org

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-02 10:40:47 +08:00
Noah Meyerhans
50ce6735f8
bind: Explicitly disable libatomic support (#6375)
By default, libatomic is conditionally enabled on some platforms, but it's not
strictly necessary. We'll disable it here globally rather than introduce an
unnecessary dependency.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2018-06-28 08:23:58 -07:00
Christian Lachner
c3864f5397 haproxy: Update HAProxy to v1.8.12
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-06-28 08:42:54 +02:00
Toke Høiland-Jørgensen
0768374b73 acme: Not all fields should be mandatory in Luci
Fixes #6370.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-06-27 23:06:06 +02:00
Eneas U de Queiroz
06dbce29e3 seafile-server: avoid error creating superuser
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>
2018-06-27 11:21:00 -03:00
Eric Luehrsen
21864670fa unbound: limit outside script source to init funciton scope
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-06-26 22:41:00 -04:00