Hannu Nyman
8b58fe43a3
Merge pull request #6487 from MikePetullo/syslog-ng
...
syslog-ng: update to 3.16.1
2018-07-16 16:52:37 +03:00
Hannu Nyman
9f5f28588d
Merge pull request #6472 from MikePetullo/libgpg-error
...
libgpg-error: update to 1.32
2018-07-16 16:52:12 +03:00
Hannu Nyman
59dc796c38
Merge pull request #6482 from lucize/doveup
...
dovecot: update to 2.3.2.1
2018-07-16 16:51:13 +03:00
Hannu Nyman
91c09d2eb7
Merge pull request #6490 from neheb/shine
...
shine: Update to 3.1.1
2018-07-16 16:50:47 +03:00
Hannu Nyman
0c4e9fb1d8
Merge pull request #6495 from diizzyy/patch-5
...
btrfs-progs: Update to 4.17
2018-07-16 16:49:41 +03:00
Hannu Nyman
d57c63cf57
Merge pull request #6461 from hbl0307106015/tdb
...
tdb: bump to latest version
2018-07-16 16:42:19 +03:00
Hannu Nyman
4a83c48bc7
Merge pull request #6484 from diizzyy/uwsgi-cgi
...
uwsgi-cgi: General cleanup
2018-07-16 16:41:33 +03:00
Daniel Engberg
d3fd6bf6a6
btrfs-progs: Update to 4.17
...
Update to 4.17
Add LTO and ffunction-sections -fdata-sections to reduce binary size
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-16 13:10:42 +02:00
BangLang Huang
d1804d38d4
tdb: bump to latest version
...
Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
2018-07-16 11:05:26 +08:00
Rosen Penev
dd14b2cb25
shine: Update to 3.1.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-15 19:59:31 -07:00
W. Michael Petullo
7e9c044f1f
syslog-ng: update to 3.16.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-15 20:18:24 -04: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
06ee5719a5
dovecot: update to 2.3.2.1
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-07-15 21:21:57 +03:00
Hannu Nyman
d42e863ec2
Merge pull request #6425 from micmac1/dovecot-uclibc-iconv
...
dovecot: fix uclibc build issue
2018-07-15 21:03:09 +03:00
Hannu Nyman
3d4c3c3246
Merge pull request #6424 from micmac1/collectd-uclibc-iconv
...
collectd: fix uclibc build issue
2018-07-15 21:01:25 +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
Peter Wagner
7901fd3f80
pulseaudio:
...
* update to 12.1
* cleanup Makefile
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-07-15 17:56:42 +02:00
W. Michael Petullo
b2ba4a2e08
libgpg-error: update to 1.32
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-15 02:18:03 -04: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
Sebastian Kemper
b695c1150a
collectd: include nls.mk for mysql plugin
...
libmariadb 10.2 needs to be linked in together with iconv.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-13 22:46:48 +02:00
Sebastian Kemper
1ec6d2be11
dovecot: include nls.mk for iconv support
...
libmariadb 10.2 needs to be linked in together with iconv, hence include
nls.mk.
dovecot will use iconv (if it can find it) also for its own character
conversion needs, so add a general depend as well.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-13 22:44:19 +02:00
Hannu Nyman
3fdef4e2f3
Merge pull request #6463 from micmac1/mariadb-nls
...
mariadb: use nls.mk for consistent iconv handling
2018-07-13 15:43:52 +03:00
Hannu Nyman
3297b45aae
Merge pull request #6465 from OldKosherCheese/mymaster
...
python3: fix missing dependency for libuuid in python3-light
2018-07-13 15:35:01 +03:00
Karol Wrona
23b7d14b24
python3: fix libuuid missing dependency for python3-light
...
Signed-off-by: Karol Wrona <wrona.vy@gmail.com>
2018-07-13 12:57:44 +02:00
Sebastian Kemper
5dd920e0e0
mariadb: use nls.mk for consistent iconv handling
...
@jow- mentioned that depending on libiconv-full on uClibc is not the way
to do it. Instead nls.mk needs to be included and then the correct iconv
lib wil be used as per CONFIG_BUILD_NLS.
Update mariadb Makefile to address this.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-12 23:39:56 +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
Hannu Nyman
666602f7f7
Merge pull request #6411 from crza/update-python
...
python3: update to python 3.7.0
2018-07-12 15:12:03 +03:00
Hannu Nyman
3ec9fc2f5d
Merge pull request #6428 from cshoredaniel/pr-deprecate-msmtp-scripts
...
mail/msmtp-scripts: Deprecated upstream; remove myself as maintainer
2018-07-11 18:52:42 +03:00
Martin Strobel
2080550f76
python3: add override for uuid.h header check
...
Signed-off-by: Martin Strobel <arctus@crza.de>
2018-07-11 06:35:36 +02:00
Martin Strobel
fe01c8fc05
python3: update to python 3.7.0
...
Fixes python3 host SSL build -> host-pip can use https:// urls again.
Updates Pip to 10.0.1
rebased patches
Signed-off-by: Martin Strobel <arctus@crza.de>
2018-07-11 06:34:54 +02:00
Hannu Nyman
0198114039
Merge pull request #6256 from neheb/patch-17
...
pkg-config: Update to 0.29.2
2018-07-10 22:58:21 +03:00
Hannu Nyman
8aba46bdcc
Merge pull request #6430 from neheb/patch-2
...
yaml: Update to 0.2.1
2018-07-10 18:09:36 +03:00
Hannu Nyman
8338eebba6
Merge pull request #6432 from neheb/patch-5
...
gptfdisk: Update to 1.0.4
2018-07-10 18:09:16 +03:00
Hannu Nyman
e2ccada511
Merge pull request #6456 from salzmdan/master
...
knot: update to 2.6.8
2018-07-10 18:06:26 +03:00
Hannu Nyman
6b028771ca
Merge pull request #6454 from MikePetullo/luafilesystem
...
luafilesystem: update to 1.7.0.2
2018-07-10 18:06:14 +03:00
Hannu Nyman
64679fb295
Merge pull request #6449 from MikePetullo/vips
...
vips: update to 8.6.4
2018-07-10 18:03:57 +03:00
Hannu Nyman
bc17c7e245
Merge pull request #6447 from MikePetullo/pigeonhole
...
pigeonhole: update to 0.5.2
2018-07-10 18:02:59 +03:00
Ted Hess
e146db291f
Merge pull request #6433 from MikePetullo/gst1-plugins-good
...
gst1-plugins-good: build lame and mpg123 plugins, which moved from ugly
2018-07-10 10:28:11 -04: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
Nikos Mavrogiannopoulos
d12b9f7de1
Merge pull request #6436 from neheb/patch-10
...
libradcli: Update to 1.2.10
2018-07-10 12:39:57 +02:00
W. Michael Petullo
97c756f748
luafilesystem: update to 1.7.0.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-09 21:08:00 -04:00
W. Michael Petullo
2e82a6bbbe
vips: update to 8.6.4
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-09 18:43:14 -04:00
Rosen Penev
525748f709
libradcli: Update to 1.2.10
...
Cosmetic fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-09 14:42:05 -07:00
champtar
315d67801d
Merge pull request #6165 from Rixerx/master
...
zabbix: Bump to latest version
2018-07-09 22:34:40 +03:00
W. Michael Petullo
46388f1c24
pigeonhole: update to 0.5.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-09 14:06:41 -04: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
Hannu Nyman
2dfdccfc01
Merge pull request #6434 from neheb/patch-7
...
libtalloc: Update to 2.1.13
2018-07-09 19:11:00 +03:00
Hannu Nyman
cde67fb8f8
Merge pull request #6437 from MikePetullo/gst1-plugins-bad
...
gst1-plugins-bad: update to 1.14.1
2018-07-09 19:10:25 +03:00