Commit graph

17326 commits

Author SHA1 Message Date
Hirokazu MORIKAWA
2ae31d1788 node-hid: update to 1.1.0
Up to Node v12, v13

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-12-12 15:00:02 +09:00
Rosen Penev
ad4acb5531
Merge pull request #10704 from neheb/coo
coova-chilli: Update to 1.5
2019-12-11 19:46:50 -08:00
Rosen Penev
68b5a71883
coova-chilli: Update to 1.5
Remove upstreamed patches.

Added patch to fix compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-11 19:39:21 -08:00
Rosen Penev
1e6121ec69
Merge pull request #10725 from neheb/idn
libidn2: Update to 2.3.0
2019-12-11 14:29:20 -08:00
Rosen Penev
e33dff3b92
Merge pull request #10724 from neheb/ical
libical: Update to 3.0.6
2019-12-11 14:29:00 -08:00
Rosen Penev
0484af48af
Merge pull request #10693 from neheb/nn
p11-kit: Fix uClibc-ng compile failure
2019-12-11 14:27:26 -08:00
Rosen Penev
7656d42f96
Merge pull request #10721 from James-TR/update/dnsdist
dnsdist: update to 1.4.0 w/ new dependencies
2019-12-11 14:24:22 -08:00
Rosen Penev
b92ef6f4ce
Merge pull request #10727 from neheb/fhfgiehi
opensc: Fix compilation without deprecated OpenSSL APIs
2019-12-11 14:20:06 -08:00
Rosen Penev
2b05359350
Merge pull request #10726 from neheb/pro
prosody: Update to 0.11.3
2019-12-11 14:19:38 -08:00
Rosen Penev
cb6d22a4c0
libidn2: Update to 2.3.0
Fixed license information.

Several Makefile cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-11 14:19:01 -08:00
Rosen Penev
a6e2d1a3de
libical: Update to 3.0.6
Replace InstallDev with CMAKE_INSTALL.

Add PKG_BUILD_PARALLEL for faster compilation.

Fixed license info.

Refreshed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-11 14:16:25 -08:00
Karl Palsson
79c2781926 net/pagekitec: Update to 20191211 version
Pulls in various bugfixes from the last two years, including changes for
openssl deprecation.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-12-11 17:00:54 +00:00
Hannu Nyman
3b7be31759
Merge pull request #10756 from marcin1j/pr/20191210-collectd-uci-vmem
collectd: add vmem uci config
2019-12-11 18:15:30 +02:00
Dirk Brenken
02620b1c83
Merge pull request #10758 from dibdot/adblock
adblock: bugfix 3.8.14
2019-12-11 16:27:57 +01:00
Dirk Brenken
5369d0dbbf
adblock: bugfix 3.8.14
* fix some whitelist issues (see
https://forum.openwrt.org/t/adblock-support-thread/507/1101)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-12-11 12:30:53 +01:00
Rosen Penev
6f9cdac55f
Merge pull request #10737 from mstorchak/tmux
tmux: update to 3.0a
2019-12-10 23:53:30 -08:00
Rosen Penev
9b21f69404
usbmuxd: Update to latest git version
Fixes compilation with libimobiledevice.

Small cleanups for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-10 16:30:26 -08:00
Marcin Jurkowski
3763b238e7 collectd: add vmem uci config
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2019-12-11 00:22:47 +01:00
Rosen Penev
7e39c59e7f
Merge pull request #10735 from ysc3839/vpnbypass
vpnbypass: add procd reload trigger for vpnbypass config
2019-12-10 13:48:31 -08:00
Dirk Brenken
1ed53b31ef
Merge pull request #10747 from dibdot/adblock
adblock: bugfix 3.8.13
2019-12-10 20:14:27 +01:00
Dirk Brenken
21a85fef22
adblock: bugfix 3.8.13
* remove 'ransomware' blocklist by abbuse.ch (discontinued)
  from default adblock config
* fix/switch 'someonewhocares' config to https only
* fix curl download parameters to follow redirects and
  suppress needless output
* made the tmp directory of sort operations configurable,
  set 'adb_sorttmp' accordingly (only supported by 'coreutils-sort')

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-12-10 19:58:06 +01:00
Rosen Penev
15866948c4
Merge pull request #10738 from eglooca/master
netifyd: Updated to v2.98
2019-12-10 07:17:17 -08:00
Richard Yu
d279181756
vpnbypass: add procd reload trigger for vpnbypass config
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-12-10 21:52:42 +08:00
James Taylor
32fe1a6741 dnsdist: update to 1.4.0
Update dnsdist to next major release 1.4.0. This release introduces
dependencies on libh2o-evloop and libwslay for support of DNS over
HTTPS.

Release Blog Post: https://blog.powerdns.com/2019/11/20/dnsdist-1-4-0/
Changelog: https://dnsdist.org/changelog.html#change-1.4.0

Also removes compatibility patches required for previous release that have
been incorporated upstream.

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-12-10 21:33:01 +11:00
James Taylor
c9fa74bf43 h2o: add package
H2O is a new generation HTTP server that provides quicker response to users
  with less CPU utilization when compared to older generation of web servers.
  Designed from ground-up, the server takes full advantage of HTTP/2 features
  including prioritized content serving and server push, promising outstanding
  experience to the visitors of your web site.

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-12-10 21:32:52 +11:00
Rosen Penev
7883e7f82e
Merge pull request #10742 from lucize/nssup
nss: update to 3.48
2019-12-09 14:37:29 -08:00
Lucian Cristian
4ad6e14ac8 nss: update to 3.48
also package libnssckbi.so

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-12-10 00:29:35 +02:00
Josef Schlehofer
802e8bf3f0
golang: Update to 1.13.5
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-09 23:27:24 +01:00
Rosen Penev
0c877258c2
Merge pull request #10729 from BKPepe/dnscrypt-proxy2-update
dnscrypt-proxy2: Update to version 2.0.34
2019-12-09 14:25:17 -08:00
Rosen Penev
68cf6c1aea
Merge pull request #10736 from commodo/python-lxml-update
python-lxml: bump to version 4.4.2
2019-12-09 14:25:06 -08:00
Rosen Penev
a077eb3c8d
Merge pull request #10733 from James-TR/update/pdns
pdns-recursor: update to 4.2.1
2019-12-09 14:24:50 -08:00
Rosen Penev
0ca6915ef6
Merge pull request #10730 from BKPepe/sentrysdkupdate
python-sentry-sdk: Update to version 0.13.5
2019-12-09 14:24:08 -08:00
Rosen Penev
caec6a792d
Merge pull request #10743 from lucize/doveup
dovecot: update to 2.3.9
2019-12-09 14:17:23 -08:00
Rosen Penev
20b6bb324c
Merge pull request #10741 from lucize/nsprup
nspr: update to 4.24
2019-12-09 14:17:06 -08:00
Rosen Penev
e1e064b5ce
Merge pull request #10722 from neheb/ghghrh
google-authenticator-libpam: Update to 1.07
2019-12-09 14:16:52 -08:00
Lucian Cristian
9423c29af5 dovecot: update to 2.3.9
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-12-10 00:04:10 +02:00
Lucian Cristian
07f62dbe46 nspr: update to 4.24
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-12-09 23:50:16 +02:00
Darryl Sokoloski
e94d771197 netifyd: Updated to v2.98
Maintainer: Darryl Sokoloski / @dsokoloski
Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master
Run tested: TP-Link Archer C2600

Change log for v2.98:

[FIX] OpenWrt: Silence ABI warnings.
[FIX] Fixed socket buffer dead-lock (pop < 0 bytes).
[FIX] Silenced site UUID errors (moved to debug level).
[FIX] Updated to SPDX identifier for GPL license.

[IMP] Migrated from libjson-c to nlohmann JSON for Modern C++.
[IMP] Updated agent status with CPU utilization and sink service status.
[IMP] Reformatted sink queue utilization status output.
[IMP] Support OS-specific restarting.
[IMP] Added payload upload and update frequency control.
[IMP] Added MAC addresses to JSON interface list.
[IMP] Added option to send established flows to connecting clients.
[IMP] Added offline capture processing script.

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
2019-12-09 12:46:57 -05:00
Maxim Storchak
b942e07a72 tmux: update to 3.0a
- switch to codeload

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2019-12-09 17:51:14 +02:00
Jo-Philipp Wich
1d5c3c5445
Merge pull request #10734 from ysc3839/nlbwmon
nlbwmon: add procd reload trigger for nlbwmon config
2019-12-09 14:34:53 +01:00
Richard Yu
d551758310
nlbwmon: add procd reload trigger for nlbwmon config
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-12-09 20:28:11 +08:00
James Taylor
d4e00eca55 pdns-recursor: update to 4.2.1
Updates pdns-recursor to current stable 4.2.1. Also includes more complete fix
for boost.m4 BOOST::THREAD detection, removing dependency on boost-thread.

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-12-09 23:05:22 +11:00
Alexandru Ardelean
ca40997653 python-lxml: bump to version 4.4.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-12-09 09:36:03 +02:00
Josef Schlehofer
cb26649d92
python-sentry-sdk: Update to version 0.13.5
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-09 04:09:19 +01:00
James Taylor
da867f65cb libwslay: add package
Wslay is a WebSocket library written in C. It implements the protocol version 13
 described in RFC 6455. This library offers 2 levels of API: event-based API and
 frame-based low-level API. For event-based API, it is suitable for non-blocking
 reactor pattern style. You can set callbacks in various events. For frame-based
 API, you can send WebSocket frame directly. Wslay only supports data transfer
 part of WebSocket protocol and does not perform opening handshake in HTTP.

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-12-09 13:07:43 +11:00
Josef Schlehofer
cddf39cbd1
dnscrypt-proxy2: Update to version 2.0.34
Repository was renamed to github.com/DNSCrypt/dnscrypt-proxy

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-09 00:58:08 +01:00
Rosen Penev
f524a0a6ef
opencv: Update to 4.1.2
Removed upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-08 15:08:32 -08:00
Rosen Penev
5c015d1eb7
opensc: Fix compilation without deprecated OpenSSL APIs
Based on upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-08 14:50:31 -08:00
Rosen Penev
73d29b9fd7
prosody: Update to 0.11.3
Several Makefile rearrangements for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-08 14:49:13 -08:00
Rosen Penev
ff321480a5
libimobiledevice: Update to 2019-11-29
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-08 14:45:54 -08:00