Commit graph

18679 commits

Author SHA1 Message Date
Chip Lee
066b8b427a ddns-scripts: Append ddns script for cnkuai.cn
A low-cost domain name service provider in China

Signed-off-by: Chip Lee <chplee@gmail.com>
2020-03-21 20:31:05 +08:00
Daniel Golle
63586f98cd
Merge pull request #11618 from neheb/mbo
mbtools: fix compilation with newer glib
2020-03-21 11:03:00 +00:00
David Yang
1a734c17dc i2pd: Update to 2.30.0
Signed-off-by: David Yang <mmyangfl@gmail.com>
2020-03-21 18:02:44 +08:00
Hannu Nyman
996477891f
Merge pull request #11614 from stangri/master-https-dns-proxy
https-dns-proxy: support for dnsmasq noresolv option
2020-03-21 09:46:47 +02:00
Rosen Penev
3f9fedf6e3
Merge pull request #11578 from aleksander0m/aleksander/qmi-1-24-8
libqmi: update to version 1.24.8
2020-03-20 16:19:57 -07:00
Rosen Penev
c16e7cc423
Merge pull request #11570 from aleksander0m/aleksander/mm-1-12-8
modemmanager: release 1.12.8
2020-03-20 16:19:21 -07:00
Rosen Penev
7bf1d3ffb5
Merge pull request #11602 from neheb/nbm
svox: fix compilation with newer musl
2020-03-20 16:17:48 -07:00
Rosen Penev
399c91d75c
Merge pull request #11507 from micmac1/pg-pc
postgresql: fix pkg-config file
2020-03-20 16:16:31 -07:00
Rosen Penev
dd37d47bdd
Merge pull request #11587 from neheb/io
iotivity: remove
2020-03-20 16:08:37 -07:00
Rosen Penev
016039d9e3
Merge pull request #11596 from pffmachado/issue-libcan
libcap: fix build failure
2020-03-20 16:02:23 -07:00
Rosen Penev
647721c61e
mbtools: fix compilation with newer glib
Remove Werror as glib throws deprecation warnings.

Cleaned up Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-20 16:00:15 -07:00
Stan Grishin
de572880c4 https-dns-proxy: support for dnsmasq noresolv option
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-03-20 21:22:29 +00:00
Hannu Nyman
0960a401d8
Merge pull request #11611 from Ansuel/nginx-large
nginx: bump version and fix bug
2020-03-20 22:48:06 +02:00
Rosen Penev
6247b33d76
Merge pull request #11609 from pymumu/master
smartdns: update to 1.2020.30
2020-03-20 13:24:18 -07:00
Rosen Penev
4b703af5b0
Merge pull request #11612 from cshore-history/pr-remove-cshored-maintainer
treewide: Remove myself as maintainer
2020-03-20 13:22:59 -07:00
Ansuel Smith
0910d61cd4
nginx: bump version and fix bug
This fix #11610 by increasing max client body size
in nginx conf.
Bump nginx to latest version.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-03-20 20:59:20 +01:00
Dirk Brenken
b99468cf84
mc: update to 4.8.24
* changes see http://midnight-commander.org/wiki/NEWS-4.8.24

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-03-20 20:50:43 +01:00
Daniel F. Dickinson
290ab508ab treewide: Remove myself as maintainer
Life changes, I'm no longer avaiable to be an sufficiently active
OpenWrt developer.  Therefore removing myself from maintainer from
all packages I maintained in OpenWrt.

All the best for those who keep up the good work!

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2020-03-20 14:12:55 -04:00
Nick Peng
1001c917f2 smartdns: update to 1.2020.30
Signed-off-by: Nick Peng <pymumu@gmail.com>
2020-03-21 00:33:37 +08:00
Nikos Mavrogiannopoulos
d96f1cf10c ocserv: updated to 1.0.0
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-03-20 14:31:38 +01:00
Hannu Nyman
cfd6bf44c9
Merge pull request #11604 from jefferyto/python-3.8.2
python3: Update to 3.8.2, fix python3-xml dependency
2020-03-20 12:30:04 +02:00
Yousong Zhou
ca7ea1402c qemu: add ui options to PKG_CONFIG_DEPENDS
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-20 17:27:13 +08:00
Yousong Zhou
7d000f2042 spice-protocol: bump to version 0.14.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-20 17:27:13 +08:00
Yousong Zhou
d977f63136 spice: bump to version 0.14.3
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-20 17:27:13 +08:00
Yousong Zhou
1f00e4a327 dtc: bump to version 1.6.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-20 17:27:13 +08:00
Jeffery To
7513448d20 python3: Update to 3.8.2, fix python3-xml dependency
xml.sax.saxutils has a dependency on urllib[1].

[1]: https://github.com/python/cpython/blob/v3.8.2/Lib/xml/sax/saxutils.py#L6

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-20 16:30:22 +08:00
Rosen Penev
269ec782eb
minidlna: fix build with newer musl
The configure script is totally broken and does not check for
clock_gettime. Define it manually.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 23:44:41 -07:00
Rosen Penev
586b15cf35
svox: fix compilation with newer musl
Otherwise int8_t is undeclared.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 23:38:45 -07:00
Rosen Penev
323eb20b7f
fdk-aac: don't build two versions
Instead, chose which to build based on CONFIG_BUILD_PATENTED. This is
more flexible and causes fewer problems when compiling.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 23:18:20 -07:00
Paulo Machado
bb34fcebe5 libcap: fix build failure
Building is failing during the test compilation due to static compilation.

Disable tests as they are not being used.

Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
2020-03-20 00:54:27 +00:00
Rosen Penev
f58c2f9713
Merge pull request #11519 from neheb/ov
opencv: remove
2020-03-19 16:57:54 -07:00
Rosen Penev
7cff3a398d perl-inline: update to 0.86
New upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 16:03:59 -07:00
Rosen Penev
f8748480c2 perl-http-date: update to 6.05
New upstream.

Cleaned up Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 16:03:58 -07:00
Rosen Penev
154b1add94 perl-www-mechanize: update to 1.96
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 15:44:48 -07:00
Rosen Penev
b886707c1c perl-text-csv_xs: update to 1.41
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 15:43:31 -07:00
Rosen Penev
f4903bbe98 perl-http-message: update to 6.22
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 15:42:08 -07:00
Rosen Penev
ea9717b9d5 perl-http-cookies: update to 6.08
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 15:40:54 -07:00
Rosen Penev
33d6e8b885 perl-html-form: update to 6.07
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 15:39:48 -07:00
Rosen Penev
1e0c7b52ac perl-dbi: update to 1.643
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 15:38:23 -07:00
Rosen Penev
da3f7c68da perl-cgi: update to 4.46
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 15:36:11 -07:00
Rosen Penev
9d2d042115 lcdgrilo: add gstreamer1-libs dependency
libgstreamer1 depends on gstreamer1-libs being selected. Otherwise it does
not work.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 03:17:17 -07:00
Rosen Penev
f91f1ee0a7 grilo: back to ``
$() does not work for some reason.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-19 03:11:00 -07:00
Florian Eckert
bf3c61fe4a prometheus-statsd-exporter: update PGK_VERSION to v0.15.0
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-03-19 09:20:37 +01:00
Rosen Penev
c8d7a48a5d
Merge pull request #11592 from nxhack/icu_66_1
icu: update to 66.1 & fix CVE-2020-10531
2020-03-18 23:39:52 -07:00
Hirokazu MORIKAWA
a2fec2284b icu: update to 66.1
ICU 66 updates to Unicode 13, including new characters, scripts, emoji, and corresponding API constants. It also updates to CLDR 36.1 with Unicode 13 updates and bug fixes.

Create symbolic link to current version.

FIX CVE-2020-10531
 An integer overflow, leading to a heap-based buffer overflow, exists in the UnicodeString::doAppend() function in common/unistr.cpp.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-03-19 11:41:33 +09:00
Rosen Penev
751eef170b
Merge pull request #11591 from ryzhovau/lizdb-includes
libzdb: fix headers path
2020-03-18 17:20:41 -07:00
Eneas U de Queiroz
b967a955b7 frr: quote 'comment' parameter in Config.in
Newer versions of the kconfig generator require quotes.  Prepare the
package for an eventual update.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-03-18 20:08:03 -03:00
Alexander Ryzhov
6fa5a63675
libzdb: fix headers path
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
2020-03-18 19:21:51 +03:00
Stijn Tintel
38a2b94760
Merge pull request #11589 from cotequeiroz/strongswan
strongswan: quote 'comment' parameter in Config.in
2020-03-18 15:50:12 +02:00
Eneas U de Queiroz
404c113bc2
strongswan: quote 'comment' parameter in Config.in
Newer versions of the kconfig generator require quotes.  Prepare the
package for an eventual update.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-03-18 09:40:54 -03:00