aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #6482 from lucize/doveupHannu Nyman2018-07-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dovecot: update to 2.3.2.1
| * | | | | | | dovecot: update to 2.3.2.1Lucian Cristian2018-07-15
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | Merge pull request #6490 from neheb/shineHannu Nyman2018-07-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | shine: Update to 3.1.1
| * | | | | | | shine: Update to 3.1.1Rosen Penev2018-07-15
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #6495 from diizzyy/patch-5Hannu Nyman2018-07-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | btrfs-progs: Update to 4.17
| * | | | | | | btrfs-progs: Update to 4.17Daniel Engberg2018-07-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #6461 from hbl0307106015/tdbHannu Nyman2018-07-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tdb: bump to latest version
| * | | | | | | tdb: bump to latest versionBangLang Huang2018-07-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
* | | | | | | Merge pull request #6484 from diizzyy/uwsgi-cgiHannu Nyman2018-07-16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | uwsgi-cgi: General cleanup
| * | | | | | 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 #6425 from micmac1/dovecot-uclibc-iconvHannu Nyman2018-07-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | dovecot: fix uclibc build issue
| * | | | | | dovecot: include nls.mk for iconv supportSebastian Kemper2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #6424 from micmac1/collectd-uclibc-iconvHannu Nyman2018-07-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | collectd: fix uclibc build issue
| * | | | | | | collectd: include nls.mk for mysql pluginSebastian Kemper2018-07-13
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libmariadb 10.2 needs to be linked in together with iconv. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.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>
* | | | | | pulseaudio:Peter Wagner2018-07-15
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 12.1 * cleanup Makefile Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #6463 from micmac1/mariadb-nlsHannu Nyman2018-07-13
|\ \ \ \ \ | | | | | | | | | | | | mariadb: use nls.mk for consistent iconv handling
| * | | | | mariadb: use nls.mk for consistent iconv handlingSebastian Kemper2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @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>
* | | | | | Merge pull request #6465 from OldKosherCheese/mymasterHannu Nyman2018-07-13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | python3: fix missing dependency for libuuid in python3-light
| * | | | | python3: fix libuuid missing dependency for python3-lightKarol Wrona2018-07-13
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Karol Wrona <wrona.vy@gmail.com>
* | | | | 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>
* | | | | | Merge pull request #6411 from crza/update-pythonHannu Nyman2018-07-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | python3: update to python 3.7.0
| * | | | | | python3: add override for uuid.h header checkMartin Strobel2018-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Strobel <arctus@crza.de>
| * | | | | | python3: update to python 3.7.0Martin Strobel2018-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #6428 from cshoredaniel/pr-deprecate-msmtp-scriptsHannu Nyman2018-07-11
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | mail/msmtp-scripts: Deprecated upstream; remove myself as maintainer
| * | | | | | mail/msmtp-scripts: Deprecated upstream; remove myself as maintainerDaniel F. Dickinson2018-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove myself as maintainer. Also add deprecation warning as this is deprecated upstream (see: https://github.com/cshore-history/msmtp-scripts#deprecation-notice) barring expression of interested by others in it being revived. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | Merge pull request #6256 from neheb/patch-17Hannu Nyman2018-07-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pkg-config: Update to 0.29.2
| * | | | | | | pkg-config: Update to 0.29.2Rosen Penev2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also switch to HTTPS URLs. Add PIE support to fix Travis. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #6430 from neheb/patch-2Hannu Nyman2018-07-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | yaml: Update to 0.2.1
| * | | | | | | | yaml: Update to 0.2.1Rosen Penev2018-07-08
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some URL fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #6432 from neheb/patch-5Hannu Nyman2018-07-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gptfdisk: Update to 1.0.4
| * | | | | | | | gptfdisk: Update to 1.0.4Rosen Penev2018-07-08
| |/ / / / / / / | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #6456 from salzmdan/masterHannu Nyman2018-07-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | knot: update to 2.6.8
| * | | | | | | | knot: update to 2.6.8Daniel Salzman2018-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | | | | | Merge pull request #6454 from MikePetullo/luafilesystemHannu Nyman2018-07-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | luafilesystem: update to 1.7.0.2
| * | | | | | | | | luafilesystem: update to 1.7.0.2W. Michael Petullo2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #6449 from MikePetullo/vipsHannu Nyman2018-07-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vips: update to 8.6.4
| * | | | | | | | | | vips: update to 8.6.4W. Michael Petullo2018-07-09
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #6447 from MikePetullo/pigeonholeHannu Nyman2018-07-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | pigeonhole: update to 0.5.2
| * | | | | | | | | | pigeonhole: update to 0.5.2W. Michael Petullo2018-07-09
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #6433 from MikePetullo/gst1-plugins-goodTed Hess2018-07-10
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | gst1-plugins-good: build lame and mpg123 plugins, which moved from ugly
| * | | | | | | | | gst1-plugins-good: build lame and mpg123 plugins, which moved from uglyW. Michael Petullo2018-07-08
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | Merge pull request #6436 from neheb/patch-10Nikos Mavrogiannopoulos2018-07-10
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | libradcli: Update to 1.2.10
| * | | | | | | | libradcli: Update to 1.2.10Rosen Penev2018-07-09
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cosmetic fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #6165 from Rixerx/masterchamptar2018-07-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | zabbix: Bump to latest version
| * | | | | | | | zabbix: Bump to latest versionKrystian Kozak2018-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This upgrade zabbix to the newest version. Changing SQLite for PostgreSQL, because of dropping SQLite support for server/frontend. More info:https://www.zabbix.com/documentation/3.4/manual/installation/upgrade_notes_340#dropping_sqlite_support_for_serverfrontend In addition added required dependencies. More info:https://www.zabbix.com/documentation/3.4/manual/installation/requirements Compile tested: Yes, brcm2708 Run tested: Yes, brcm2708 Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
* | | | | | | | | Merge pull request #6426 from Ansuel/nginxbumpHannu Nyman2018-07-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nginx: bump to latest release