Petr Štetiar
bb6cdb804c
cgi-io: iron out extra compiler warnings
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>
5 years ago
Petr Štetiar
4e7411a8d0
cgi-io: cmake: enable extra compiler warnings
Spotting issues during compilation is cheaper.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
5 years ago
Petr Štetiar
fd47e99be4
cgi-io: cmake: fix libraries lookup
In order to make it compile properly in more environments.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
5 years ago
Jo-Philipp Wich
f22bd6116a
Merge pull request #10191 from Ansuel/cgi-io-fix
cgi-io: fix various errors
5 years ago
Rosen Penev
2fcdd1fb57
mosh: Add protobuf host build dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Ansuel Smith
6cc1ae7fd5
uwsgi-cgi: adds luci webui and cgi-io vassals config
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years ago
Ansuel Smith
e8a391e9c7
uwsgi-cgi: introduce emperor mode as default uwsgi installation
- Use uwsgi in emperor mode by default
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years ago
Ansuel Smith
fdcb6e6873
uwsgi-cgi: add patch to fix #10134
- 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>
5 years ago
Tiago Gaspar
03cf093332
kea: update package to 1.6.0
Update kea to the latest stable verion (1.6.0).
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
5 years ago
Rosen Penev
e6a75aaf63
Merge pull request #9150 from lucize/uacme
uacme: add package
5 years ago
Ansuel Smith
535b2b6bd8
cgi-io: fix read after end errors
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>
5 years ago
Lucian Cristian
4da3baea35
nss: update to 3.46.1
and clean some comments
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
5 years ago
Lucian Cristian
cb81ac1e06
uacme: add package
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>
5 years ago
Jan Pavlinec
390da39191
tor: update to 0.4.1.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Rosen Penev
16fdfac0ec
Merge pull request #10194 from nickberry17/master
modemmanager: remove check for unneeded host dependency intltool
5 years ago
Nicholas Smith
805daeaff1
modemmanager: remove check for unneeded host dependency intltool
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
5 years ago
Rosen Penev
96f44c5c33
Merge pull request #10182 from jefferyto/python-attrs-19.2.0
python-attrs: Update to 19.2.0
5 years ago
Rosen Penev
a5c60d7249
Merge pull request #10170 from ewsi/feature_dcwifi_1.1
dcwifi: Update component versions
5 years ago
Rosen Penev
25d0c17dfb
Merge pull request #10187 from commodo/python-asn1crypto-update
python-asn1crypto: bump to version 1.0.1
5 years ago
Rosen Penev
5aa5c26a17
Merge pull request #10185 from commodo/python-pillow-update
python-pillow: bump to version 6.2.0
5 years ago
Hannu Nyman
213969e6e4
collectd: update to 5.9.2
Update collectd to 5.9.2
Mainly bug fixes:
dfb9dd09fe/ChangeLog
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
5 years ago
Dirk Brenken
b704e70689
Merge pull request #10189 from dibdot/banIP
banip: update 0.3.1
5 years ago
Carey Sonsino
0f00bcb16e
dcwifi: Update component versions
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>
5 years ago
Karl Palsson
74b34fb148
net/mosquitto: drop obsolete libuuid dependency
libuuid was dropped as a dependency in mosquitto 1.6.0
Signed-off-by: Karl Palsson <karlp@etactica.com>
5 years ago
Dirk Brenken
70ab67649b
banip: update 0.3.1
* 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>
5 years ago
Jakub Jalowiczor
cd2f791fa5
poco: Minor changes
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
5 years ago
Jakub Jalowiczor
3948931926
poco: Minor changes
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
5 years ago
Jakub Jalowiczor
c553c0a7a5
poco: A new variant of poco library poco-all
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
5 years ago
Alexandru Ardelean
03f625047d
python-asn1crypto: bump to version 1.0.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years ago
Alexandru Ardelean
929df778cc
python-pillow: bump to version 6.2.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years ago
Jeffery To
d62dc51634
python-attrs: Update to 19.2.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years ago
Eneas U de Queiroz
0e725be8fd
icu: Revert "icu: Deactivate uClibc"
This reverts commit db424ede2f
.
It is causing recursive dependencies.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
5 years ago
Alexandru Ardelean
2f19a94d65
python[3]-simplejson: drop tests from simplejson package
These tests take-up a bit of space. And they aren't typically needed.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years ago
Rosen Penev
5f7fc18ce7
Merge pull request #10180 from nxhack/icu_uclibc
icu: Deactivate uClibc
5 years ago
Hirokazu MORIKAWA
db424ede2f
icu: Deactivate uClibc
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
5 years ago
Rosen Penev
a9abe60ef4
sumo: Update to 1.3.1
Converted to CMake for simplicity.
Added upstream patch to use sleep_for instead of deprecated usleep.
Added patch to fix compilation with musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
690f397a0c
Merge pull request #10113 from dhewg/pull/libid3tag
libid3tag: add pkg-config file
5 years ago
Rosen Penev
451ec9cdc4
Merge pull request #10038 from tiagogaspar8/kea-fix
kea: fix makefile and dependencies
5 years ago
Rosen Penev
99bbb8af31
gammu: Update to 1.41
Remove upstreamed patch.
Switched conditional dependency to python3 in preparation for deprecating
Python 2.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
1b0ff174dd
Merge pull request #10175 from nxhack/icu_65_1
icu: update to 65.1
5 years ago
Rosen Penev
43ecac1068
Merge pull request #10177 from kuoruan/aria2
aria2: Update to 1.35.0
5 years ago
Xingwang Liao
2384acdc9d
aria2: Update to 1.35.0
* remove OpenSSL patch, it has already merged to the source.
Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
5 years ago
Hirokazu MORIKAWA
23adefbb7b
icu: update to 65.1
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
5 years ago
Andre Heider
1b37a1d2a8
libid3tag: add pkg-config file
Required for meson to find this library in a sane way.
Signed-off-by: Andre Heider <a.heider@gmail.com>
5 years ago
Rosen Penev
260d4a346a
boost: Remove thread dependency from context
thread is only used when the C++ mutex header is missing. AFAIK, this is
the case on Windows and not on Linux. Certainly not in OpenWrt.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
ddd4109c1c
boost: Remove several host libraries
The facebook people have been working on removing Boost dependencies from
their projects. This is the current state.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
7a5326dd29
fbzmq: Update to 2019.10.07.00
Added patch that adds libfolly boost dependencies.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
dbfea329d3
fbthrift: Update to 2019.10.07.00
Added patch to remove boost-thread dependency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
8ceee72c77
librsocket-cpp: Update to 2019-10-07
Added patch to remove boost-thread dependency.
Added size optimizations.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
caf1a153d3
libwangle: Update to 2019.10.07.00
Added patch to remove boost-thread dependency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago