aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* luaposix: disable documentation buildKarl Palsson2019-10-12
| | | | | | | | Lost when luaposix converted their upstream build system. Required to prevent the build from attempting to invoke "ldoc" on the host and also simply to speed it up. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* Merge pull request #10193 from Ansuel/nginx-sockHannu Nyman2019-10-12
|\ | | | | nginx: adds new socket to luci uwsgi config
| * nginx: adds new socket to luci uwsgi configAnsuel Smith2019-10-12
| | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | Merge pull request #10171 from neheb/gam2Hannu Nyman2019-10-12
|\ \ | | | | | | gammu: Update to 1.41
| * | gammu: Update to 1.41Rosen Penev2019-10-07
| |/ | | | | | | | | | | | | | | | | Remove upstreamed patch. Switched conditional dependency to python3 in preparation for deprecating Python 2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | cache-domains: added game cache DNS config serviceGerard Ryan2019-10-12
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | Merge pull request #10207 from dengqf6/upnpdRosen Penev2019-10-12
|\ \ | | | | | | miniupnpd: update to 2.1.20191006
| * | miniupnpd: update to 2.1.20191006DENG Qingfang2019-10-12
| | | | | | | | | | | | | | | | | | | | | Removed upstreamed patch: 100-build-on-OpenWrt.patch Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | Merge pull request #10173 from Ansuel/uwsgi-fixHannu Nyman2019-10-12
|\ \ \ | |/ / |/| | uwsgi-cgi: adds patch to fix #10134
| * | uwsgi-cgi: adds luci webui and cgi-io vassals configAnsuel Smith2019-10-11
| | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
| * | uwsgi-cgi: introduce emperor mode as default uwsgi installationAnsuel Smith2019-10-11
| | | | | | | | | | | | | | | | | | - Use uwsgi in emperor mode by default Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
| * | uwsgi-cgi: add patch to fix #10134Ansuel Smith2019-10-11
| |/ | | | | | | | | | | - add uwsgi patch to add option to don't follow simbolic link but call it directly (waiting to be approved) Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | Merge pull request #10196 from lucize/nssupRosen Penev2019-10-11
|\ \ | | | | | | nss: update to 3.46.1
| * | nss: update to 3.46.1Lucian Cristian2019-10-10
| | | | | | | | | | | | | | | | | | and clean some comments Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #10119 from BKPepe/debootstrapRosen Penev2019-10-11
|\ \ \ | | | | | | | | debootstrap: Update to version 1.0.115~bpo10+1
| * | | debootstrap: Update to version 1.0.115~bpo10+1Josef Schlehofer2019-09-30
| | | | | | | | | | | | | | | | | | | | | | | | Reorder some stuff in Makefile and use HTTPS in URL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #10107 from BKPepe/expatRosen Penev2019-10-11
|\ \ \ \ | | | | | | | | | | expat: Update to version 2.2.9
| * | | | expat: Update to version 2.2.9Josef Schlehofer2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-15903 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #10160 from G-M0N3Y-2503/feature_docker-ce_updateRosen Penev2019-10-11
|\ \ \ \ \ | | | | | | | | | | | | docker-ce: Updated to 19.03.2
| * | | | | docker-ce: Updated to 19.03.2Gerard Ryan2019-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added warning logging * Added missing default kmod * Added missing kernel feature for IO scheduling Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | Merge pull request #10159 from jefferyto/shinitRosen Penev2019-10-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | shinit: Add package
| * | | | | | shinit: Add packageJeffery To2019-10-06
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package adds support for /etc/shinit and ~/.shinit files, which contain commands to be run at the start of all interactive shells. (/etc/profile and ~/.profile are read for login shells only.) This is useful for those who regularly open non-login, interactive shells, for example users of GNU Screen or tmux. (This is based on a patch[1] I submitted for OpenWrt master, but there does not appear to be much interest in merging the change.) (This package uses the ENV shell variable, of which the POSIX standard has a brief description[2]. The dash manpage[3] also describes how the ENV variable is handled. (dash is the basis for busybox ash.)) [1]: https://patchwork.ozlabs.org/patch/1094493/ [2]: https://pubs.opengroup.org/onlinepubs/9699919799//utilities/V3_chap02.html#tag_18_05_03 [3]: https://manpages.debian.org/buster/dash/dash.1.en.html#Invocation Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | cgi-io: iron out extra compiler warningsPetr Štetiar2019-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes following errors: main.c:458:37: error: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare] main.c:463:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare] main.c:518:35: error: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare] main.c:157:3: error: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Werror=unused-result] main.c:763:3: error: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Werror=unused-result] Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | | | cgi-io: cmake: enable extra compiler warningsPetr Štetiar2019-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spotting issues during compilation is cheaper. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | | | cgi-io: cmake: fix libraries lookupPetr Štetiar2019-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to make it compile properly in more environments. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | | | Merge pull request #10191 from Ansuel/cgi-io-fixJo-Philipp Wich2019-10-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | cgi-io: fix various errors
| * | | | | | cgi-io: fix read after end errorsAnsuel Smith2019-10-10
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently cgi-io try to read data after the data ended. - Adds "-" to whitelist char - In main_upload is tried to consume the buffer while it's already readed by the while loop before Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | mosh: Add protobuf host build dependencyRosen Penev2019-10-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9150 from lucize/uacmeRosen Penev2019-10-10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | uacme: add package
| * | | | | uacme: add packageLucian Cristian2019-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lightweight client for the RFC8555 ACMEv2 protocol, written in plain C code with minimal dependencies (libcurl and one of GnuTLS, OpenSSL or mbedTLS). Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | tor: update to 0.4.1.6Jan Pavlinec2019-10-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #10194 from nickberry17/masterRosen Penev2019-10-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | modemmanager: remove check for unneeded host dependency intltool
| * | | | | | modemmanager: remove check for unneeded host dependency intltoolNicholas Smith2019-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | | | | | Merge pull request #10182 from jefferyto/python-attrs-19.2.0Rosen Penev2019-10-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-attrs: Update to 19.2.0
| * | | | | | | python-attrs: Update to 19.2.0Jeffery To2019-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #10170 from ewsi/feature_dcwifi_1.1Rosen Penev2019-10-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dcwifi: Update component versions
| * | | | | | | | dcwifi: Update component versionsCarey Sonsino2019-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update package versions and hashes remove bzero patches remove uclibc++ patch refactor directory structure relocate mrmctl in menuconfig update macremapper patch Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com> Signed-off-by: Carey Sonsino <csonsino@gmail.com>
* | | | | | | | | Merge pull request #10187 from commodo/python-asn1crypto-updateRosen Penev2019-10-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-asn1crypto: bump to version 1.0.1
| * | | | | | | | | python-asn1crypto: bump to version 1.0.1Alexandru Ardelean2019-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | Merge pull request #10185 from commodo/python-pillow-updateRosen Penev2019-10-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-pillow: bump to version 6.2.0
| * | | | | | | | | | python-pillow: bump to version 6.2.0Alexandru Ardelean2019-10-09
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | Merge pull request #10189 from dibdot/banIPDirk Brenken2019-10-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | banip: update 0.3.1
| * | | | | | | | | | banip: update 0.3.1Dirk Brenken2019-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the WAN auto detection now supports multiple interfaces, too * no longer filter out possible LAN devices * add a new DoH (DNS over HTTPS) blocklist source with public DoH DNS server addresses, to effectively block client side DoH communication, e.g. via Firefox or Chrome Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | net/mosquitto: drop obsolete libuuid dependencyKarl Palsson2019-10-09
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libuuid was dropped as a dependency in mosquitto 1.6.0 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | icu: Revert "icu: Deactivate uClibc"Eneas U de Queiroz2019-10-08
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit db424ede2f079f2bf73634d30ec3c59a8a782118. It is causing recursive dependencies. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | | | Merge pull request #10180 from nxhack/icu_uclibcRosen Penev2019-10-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | icu: Deactivate uClibc
| * | | | | | | | | icu: Deactivate uClibcHirokazu MORIKAWA2019-10-08
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | | Merge pull request #10113 from dhewg/pull/libid3tagRosen Penev2019-10-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libid3tag: add pkg-config file
| * | | | | | | | | libid3tag: add pkg-config fileAndre Heider2019-10-07
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required for meson to find this library in a sane way. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | | | | Merge pull request #10038 from tiagogaspar8/kea-fixRosen Penev2019-10-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | kea: fix makefile and dependencies