]> git.99rst.org Git - openwrt-packages.git/log
openwrt-packages.git
6 years agomosh: Fix compilation with libcxx
Rosen Penev [Sat, 14 Dec 2019 05:54:01 +0000 (21:54 -0800)]
mosh: Fix compilation with libcxx

Partial backport of upstream patch.``

Signed-off-by: Rosen Penev <redacted>
6 years agolibwebp: Fix compilation with mips16
Rosen Penev [Fri, 13 Dec 2019 01:06:18 +0000 (17:06 -0800)]
libwebp: Fix compilation with mips16

Signed-off-by: Rosen Penev <redacted>
6 years agoznc: Update to 1.7.5
Rosen Penev [Fri, 13 Dec 2019 03:52:24 +0000 (19:52 -0800)]
znc: Update to 1.7.5

Signed-off-by: Rosen Penev <redacted>
6 years agoMerge pull request #10764 from neheb/bf
Rosen Penev [Fri, 13 Dec 2019 17:00:03 +0000 (09:00 -0800)]
Merge pull request #10764 from neheb/bf

bfdd: Fix compilation with uClibc-ng

6 years agoariang: update to 1.1.4
DENG Qingfang [Fri, 13 Dec 2019 16:28:03 +0000 (00:28 +0800)]
ariang: update to 1.1.4

Update ariang to 1.1.4

Signed-off-by: DENG Qingfang <redacted>
6 years agorpcsvc-proto: add new package
Andy Walsh [Fri, 13 Dec 2019 16:17:19 +0000 (17:17 +0100)]
rpcsvc-proto: add new package

* provides missing libtirpc headers (rpcsvc proto.x)
* provides rpcgen

Signed-off-by: Andy Walsh <redacted>
6 years agolibtasn1: add host-build
Andy Walsh [Fri, 13 Dec 2019 16:15:42 +0000 (17:15 +0100)]
libtasn1: add host-build

* samba4 complains that it cant find the libasn1 host bins

Signed-off-by: Andy Walsh <redacted>
6 years agoMerge pull request #10775 from rs/nextdns-1.3.1
Rosen Penev [Fri, 13 Dec 2019 15:20:39 +0000 (07:20 -0800)]
Merge pull request #10775 from rs/nextdns-1.3.1

nextdns: update to version 1.3.1

6 years agominidlna: add static uuid in config
Alberto Bursi [Fri, 13 Dec 2019 10:12:31 +0000 (11:12 +0100)]
minidlna: add static uuid in config

minidlna uses UUID to uniquely identify the media server
by default, if the "uuid" option is not specified in
its setting file it will try to autogenerate it by
reading MAC address.

This seems to fail on some devices resulting in random
UUID on reboot, and this causes confusion and issues as
for clients this is a new server and must be added to
the list.
In OpenWrt there are also devices where the system can't
read the true MAC address and it is therefore randomized
on reboot.

So, add a static UUID in the settings file.
Since each mindlna server should have a different UUID,
if the user has more than one OpenWrt device with
minidlna, he should change the UUID of the
additional devices.

Signed-off-by: Alberto Bursi <redacted>
6 years agocgi-io: implement exec action
Jo-Philipp Wich [Fri, 13 Dec 2019 08:08:51 +0000 (09:08 +0100)]
cgi-io: implement exec action

Implement a new "cgi-exec" applet which allows to invoke remote commands
and stream their stdandard output back to the client via HTTP. This is
needed in cases where large amounts of data or binary encoded contents
such as tar archives need to be transferred, which are unsuitable to be
transported via ubus directly.

The exec call is guarded by the same ACL semantics as rpcd's file plugin,
means in order to be able to execute a command remotely, the ubus session
identified by the given session ID must have read access to the "exec"
function of the "cgi-io" scope and an explicit "exec" permission rule for
the invoked command in the "file" scope.

In order to initiate a transfer, a POST request in x-www-form-urlencoded
format must be sent to the applet, with one field "sessionid" holding
the login session and another field "command" specifiying the commandline
to invoke.

Further optional fields are "filename" which - if present - will cause
the download applet to set a Content-Dispostition header and "mimetype"
which allows to let the applet respond with a specific type instead of
the default "application/octet-stream".

Below is an example for the required ACL rules to grant exec access to
both the "date" and "iptables" commands. The "date" rule specifies the
base name of the executable and thus allows invocation with arbitrary
parameters while the latter "iptables" rule merely allows one specific
set of arguments which must appear exactly in the given order.

    ubus call session grant '{
        "ubus_rpc_session": "...",
        "scope": "cgi-io",
        "objects": [
            [ "exec", "read" ]
        ]
    }'

    ubus call session grant '{
        "ubus_rpc_session": "...",
        "scope": "file",
        "objects": [
            [ "/bin/date", "exec" ],
            [ "/usr/sbin/iptables -n -v -L", "exec" ]
        ]
   }'

Signed-off-by: Jo-Philipp Wich <redacted>
6 years agogit: update to version 2.24.1 (security fix)
Jan Pavlinec [Wed, 11 Dec 2019 11:44:19 +0000 (12:44 +0100)]
git: update to version 2.24.1 (security fix)

Fixes
CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351,
CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and
CVE-2019-19604

And fix deprecated PKG_CPE_ID

Signed-off-by: Jan Pavlinec <redacted>
6 years agonextdns: update to version 1.3.1
Olivier Poitrey [Fri, 13 Dec 2019 08:49:21 +0000 (00:49 -0800)]
nextdns: update to version 1.3.1

- IPv6 support
- Fix HTTP/2 negociation
- Improve endpoint fallback
- Add support for unencrypted DNS
- Many other fixes and features

Signed-off-by: Olivier Poitrey <redacted>
6 years agodnsdist: fix missing quote in menu
James Taylor [Fri, 13 Dec 2019 08:03:53 +0000 (19:03 +1100)]
dnsdist: fix missing quote in menu

Fixes missing double quote in menu

Signed off by: James Taylor <redacted>

6 years agoibrdtnd: Remove c++03 option
Rosen Penev [Fri, 13 Dec 2019 07:37:39 +0000 (23:37 -0800)]
ibrdtnd: Remove c++03 option

Needed for libcxx compatibility. It probably generates bigger code.

Signed-off-by: Rosen Penev <redacted>
6 years agobonnie++: Remove several pointless options
Rosen Penev [Fri, 13 Dec 2019 07:36:40 +0000 (23:36 -0800)]
bonnie++: Remove several pointless options

Needed for libcxx compatibility.

Signed-off-by: Rosen Penev <redacted>
6 years agoMerge pull request #10773 from James-TR/h2o/wslay-linking
Rosen Penev [Fri, 13 Dec 2019 07:03:40 +0000 (23:03 -0800)]
Merge pull request #10773 from James-TR/h2o/wslay-linking

h2o: update wslay link patch to upstream

6 years agoh2o: update wslay link patch to upstream
James Taylor [Fri, 13 Dec 2019 04:55:12 +0000 (15:55 +1100)]
h2o: update wslay link patch to upstream

Update wslay link patch with upstream fix from h2o/h2o#2196

Signed-off-by: James Taylor <redacted>
6 years agoMerge pull request #10746 from aleksander0m/aleksander/mm-1-12-2
Rosen Penev [Fri, 13 Dec 2019 03:42:47 +0000 (19:42 -0800)]
Merge pull request #10746 from aleksander0m/aleksander/mm-1-12-2

modemmanager: release 1.12.2

6 years agoMerge pull request #10771 from nxhack/serialport_bindings_8
Rosen Penev [Fri, 13 Dec 2019 03:19:34 +0000 (19:19 -0800)]
Merge pull request #10771 from nxhack/serialport_bindings_8

node-serialport-bindings: update to 8.0.4

6 years agoMerge pull request #10772 from nxhack/serialport_8
Rosen Penev [Fri, 13 Dec 2019 03:19:23 +0000 (19:19 -0800)]
Merge pull request #10772 from nxhack/serialport_8

node-serialport: update to 8.0.5

6 years agonode-serialport: update to 8.0.5
Hirokazu MORIKAWA [Fri, 13 Dec 2019 02:32:25 +0000 (11:32 +0900)]
node-serialport: update to 8.0.5

support node v12

Signed-off-by: Hirokazu MORIKAWA <redacted>
6 years agoMerge pull request #10723 from neheb/sha
Rosen Penev [Fri, 13 Dec 2019 00:15:07 +0000 (16:15 -0800)]
Merge pull request #10723 from neheb/sha

shairport-sync: Update to 3.3.5

6 years agoMerge pull request #10717 from WeekendSoftware/safe-search
Rosen Penev [Fri, 13 Dec 2019 00:11:51 +0000 (16:11 -0800)]
Merge pull request #10717 from WeekendSoftware/safe-search

net/safe-search Update Google host list.

6 years agoMerge pull request #10766 from aleksander0m/aleksander/libqmi-1-24-2
Rosen Penev [Fri, 13 Dec 2019 00:10:09 +0000 (16:10 -0800)]
Merge pull request #10766 from aleksander0m/aleksander/libqmi-1-24-2

libqmi: update to version 1.24.2

6 years agoMerge pull request #10767 from James-TR/dnsdist/libcap
Rosen Penev [Fri, 13 Dec 2019 00:09:51 +0000 (16:09 -0800)]
Merge pull request #10767 from James-TR/dnsdist/libcap

dnsdist: add missing dependency on libcap

6 years agoffmpeg: update to 3.4.7
Ian Leonard [Thu, 12 Dec 2019 22:20:42 +0000 (14:20 -0800)]
ffmpeg: update to 3.4.7

Signed-off-by: Ian Leonard <redacted>
6 years agoMerge pull request #10713 from dengqf6/mtr
Rosen Penev [Thu, 12 Dec 2019 15:48:56 +0000 (07:48 -0800)]
Merge pull request #10713 from dengqf6/mtr

mtr: update to 0.93

6 years agomtr: update to 0.93
DENG Qingfang [Tue, 10 Dec 2019 12:04:47 +0000 (20:04 +0800)]
mtr: update to 0.93

Update mtr to 0.93
Add size optimization options
ath79 ipk size: 31.9k -> 31.4k

Signed-off-by: DENG Qingfang <redacted>
6 years agoMerge pull request #10765 from nxhack/node_hid_1_1_0
Rosen Penev [Thu, 12 Dec 2019 15:08:36 +0000 (07:08 -0800)]
Merge pull request #10765 from nxhack/node_hid_1_1_0

node-hid: update to 1.1.0

6 years agodnsdist: add missing dependency on libcap
James Taylor [Thu, 12 Dec 2019 09:25:43 +0000 (20:25 +1100)]
dnsdist: add missing dependency on libcap

When present on the build system dnsdist will try to make use of libcap. This
change adds an explicit dependency to ensure it's present at build time, to
prevent build failures when another package brings the dependency in.

Signed-off-by: James Taylor <redacted>
6 years agolibqmi: update to version 1.24.2
Aleksander Morgado [Thu, 12 Dec 2019 09:16:57 +0000 (10:16 +0100)]
libqmi: update to version 1.24.2

Signed-off-by: Aleksander Morgado <redacted>
6 years agonode-serialport-bindings: update to 8.0.4
Hirokazu MORIKAWA [Thu, 12 Dec 2019 08:24:19 +0000 (17:24 +0900)]
node-serialport-bindings: update to 8.0.4

support node v12

Signed-off-by: Hirokazu MORIKAWA <redacted>
6 years agonode-hid: update to 1.1.0
Hirokazu MORIKAWA [Thu, 12 Dec 2019 06:00:02 +0000 (15:00 +0900)]
node-hid: update to 1.1.0

Up to Node v12, v13

Signed-off-by: Hirokazu MORIKAWA <redacted>
6 years agobfdd: Fix compilation with uClibc-ng
Rosen Penev [Thu, 12 Dec 2019 03:54:51 +0000 (19:54 -0800)]
bfdd: Fix compilation with uClibc-ng

Signed-off-by: Rosen Penev <redacted>
6 years agoMerge pull request #10704 from neheb/coo
Rosen Penev [Thu, 12 Dec 2019 03:46:50 +0000 (19:46 -0800)]
Merge pull request #10704 from neheb/coo

coova-chilli: Update to 1.5

6 years agocoova-chilli: Update to 1.5
Rosen Penev [Wed, 4 Dec 2019 03:40:14 +0000 (19:40 -0800)]
coova-chilli: Update to 1.5

Remove upstreamed patches.

Added patch to fix compilation.

Signed-off-by: Rosen Penev <redacted>
6 years agoMerge pull request #10725 from neheb/idn
Rosen Penev [Wed, 11 Dec 2019 22:29:20 +0000 (14:29 -0800)]
Merge pull request #10725 from neheb/idn

libidn2: Update to 2.3.0

6 years agoMerge pull request #10724 from neheb/ical
Rosen Penev [Wed, 11 Dec 2019 22:29:00 +0000 (14:29 -0800)]
Merge pull request #10724 from neheb/ical

libical: Update to 3.0.6

6 years agoMerge pull request #10693 from neheb/nn
Rosen Penev [Wed, 11 Dec 2019 22:27:26 +0000 (14:27 -0800)]
Merge pull request #10693 from neheb/nn

p11-kit: Fix uClibc-ng compile failure

6 years agoMerge pull request #10721 from James-TR/update/dnsdist
Rosen Penev [Wed, 11 Dec 2019 22:24:22 +0000 (14:24 -0800)]
Merge pull request #10721 from James-TR/update/dnsdist

dnsdist: update to 1.4.0 w/ new dependencies

6 years agoMerge pull request #10727 from neheb/fhfgiehi
Rosen Penev [Wed, 11 Dec 2019 22:20:06 +0000 (14:20 -0800)]
Merge pull request #10727 from neheb/fhfgiehi

opensc: Fix compilation without deprecated OpenSSL APIs

6 years agoMerge pull request #10726 from neheb/pro
Rosen Penev [Wed, 11 Dec 2019 22:19:38 +0000 (14:19 -0800)]
Merge pull request #10726 from neheb/pro

prosody: Update to 0.11.3

6 years agolibidn2: Update to 2.3.0
Rosen Penev [Wed, 4 Dec 2019 18:49:11 +0000 (10:49 -0800)]
libidn2: Update to 2.3.0

Fixed license information.

Several Makefile cleanups for consistency between packages.

Signed-off-by: Rosen Penev <redacted>
6 years agolibical: Update to 3.0.6
Rosen Penev [Wed, 4 Dec 2019 19:04:45 +0000 (11:04 -0800)]
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 <redacted>
6 years agouledd: bump to latest version 1.0.1
Petr Štetiar [Wed, 11 Dec 2019 21:23:56 +0000 (22:23 +0100)]
uledd: bump to latest version 1.0.1

018f57e713fa cmake: bump version to 1.0.1
b90c65be87c5 ubus: add state method
034e3a77680d scene: add dumping of state to blobmsg
d21b0946e6f6 scene: add all LEDs during scene creation
f31a6f2b8c3b led: add dumping of state to blobmsg
cead0f7f54f6 add support for scenes with priorities
8637a86307d7 led: remove string format from led_state_str
0eaa67a5a687 led: add led_from_path
8243708905aa tests: add basic blob-led unit test
99bcdaa306f7 refactor blob LED parsing into separate unit
210c5e3c5128 led: change sysfs LED path for unit tests
310a676e50d7 add cram based unit tests
eb7acbb08e36 led: led_add: add debug output
ca9c762fb29a led: make timer tick interval variable
44d072039680 led: allow running and stopping
df0c7772c9c6 timer: add missing includes
2aab48d1143c cmake: add sources into static library
83d4189606ca fix multiple timer drifts by using singular timer for all LEDs
3abe097ebecf log: output function name in debug log messages
5c768b337df8 led: set current brightness only after success
cf93720951bc allow overriding of default ubus socket path
b642b650a612 led: fix initial LED fading out
ba00ca0e886c fix deprecated SPDX license identifier
766448f68e69 convert content of README into Markdown format
079e773e3250 rename README into README.md
76eb126d9eb5 add LICENSE file
7a006926c442 add initial GitLab CI support
cc94cd4c59b0 replace stderr based logging with ulog
7aa9c35a9581 add basic application versioning
ecd26be4c5dd add basic logging
cc42a9c79ad9 factor out ubus stuff into separate unit
13a589678c29 factor out led stuff into separate unit
7763972de980 fix sign issue spotted by compiler
aef09580c960 cmake: enable extra compiler warnings
97663b4e1d15 cmake: fix include dirs and libs lookup
875a9e15b10a fixes a small bug that failed to reset the state to LED_SET when reconfiguring a LED

Signed-off-by: Petr Štetiar <redacted>
6 years agouledd: fix license to correct LGPL-2.1-only
Petr Štetiar [Thu, 19 Sep 2019 09:27:53 +0000 (11:27 +0200)]
uledd: fix license to correct LGPL-2.1-only

 "This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License version 2.1"

Signed-off-by: Petr Štetiar <redacted>
6 years agonet/pagekitec: Update to 20191211 version
Karl Palsson [Mon, 3 Jun 2019 12:05:55 +0000 (12:05 +0000)]
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 <redacted>
6 years agoMerge pull request #10756 from marcin1j/pr/20191210-collectd-uci-vmem
Hannu Nyman [Wed, 11 Dec 2019 16:15:30 +0000 (18:15 +0200)]
Merge pull request #10756 from marcin1j/pr/20191210-collectd-uci-vmem

collectd: add vmem uci config

6 years agoMerge pull request #10758 from dibdot/adblock
Dirk Brenken [Wed, 11 Dec 2019 15:27:57 +0000 (16:27 +0100)]
Merge pull request #10758 from dibdot/adblock

adblock: bugfix 3.8.14

6 years agoadblock: bugfix 3.8.14
Dirk Brenken [Wed, 11 Dec 2019 09:39:10 +0000 (10:39 +0100)]
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 <redacted>
6 years agoMerge pull request #10737 from mstorchak/tmux
Rosen Penev [Wed, 11 Dec 2019 07:53:30 +0000 (23:53 -0800)]
Merge pull request #10737 from mstorchak/tmux

tmux: update to 3.0a

6 years agousbmuxd: Update to latest git version
Rosen Penev [Wed, 11 Dec 2019 00:29:16 +0000 (16:29 -0800)]
usbmuxd: Update to latest git version

Fixes compilation with libimobiledevice.

Small cleanups for consistency.

Signed-off-by: Rosen Penev <redacted>
6 years agocollectd: add vmem uci config
Marcin Jurkowski [Tue, 10 Dec 2019 23:20:51 +0000 (00:20 +0100)]
collectd: add vmem uci config

Signed-off-by: Marcin Jurkowski <redacted>
6 years agoMerge pull request #10735 from ysc3839/vpnbypass
Rosen Penev [Tue, 10 Dec 2019 21:48:31 +0000 (13:48 -0800)]
Merge pull request #10735 from ysc3839/vpnbypass

vpnbypass: add procd reload trigger for vpnbypass config

6 years agoMerge pull request #10747 from dibdot/adblock
Dirk Brenken [Tue, 10 Dec 2019 19:14:27 +0000 (20:14 +0100)]
Merge pull request #10747 from dibdot/adblock

adblock: bugfix 3.8.13

6 years agoadblock: bugfix 3.8.13
Dirk Brenken [Tue, 10 Dec 2019 14:01:16 +0000 (15:01 +0100)]
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 <redacted>
6 years agoMerge pull request #10738 from eglooca/master
Rosen Penev [Tue, 10 Dec 2019 15:17:17 +0000 (07:17 -0800)]
Merge pull request #10738 from eglooca/master

netifyd: Updated to v2.98

6 years agovpnbypass: add procd reload trigger for vpnbypass config
Richard Yu [Mon, 9 Dec 2019 12:25:50 +0000 (20:25 +0800)]
vpnbypass: add procd reload trigger for vpnbypass config

Signed-off-by: Richard Yu <redacted>
6 years agomodemmanager: release 1.12.2
Aleksander Morgado [Tue, 10 Dec 2019 13:12:44 +0000 (14:12 +0100)]
modemmanager: release 1.12.2

This new release also installs additional 'shared utils' loadable
libraries in /usr/lib/ModemManager, so make sure we include them in
the packaging.

Signed-off-by: Aleksander Morgado <redacted>
6 years agodnsdist: update to 1.4.0
James Taylor [Mon, 9 Dec 2019 01:54:47 +0000 (12:54 +1100)]
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 <redacted>
6 years agoh2o: add package
James Taylor [Mon, 9 Dec 2019 01:49:19 +0000 (12:49 +1100)]
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 <redacted>
6 years agoMerge pull request #10742 from lucize/nssup
Rosen Penev [Mon, 9 Dec 2019 22:37:29 +0000 (14:37 -0800)]
Merge pull request #10742 from lucize/nssup

nss: update to 3.48

6 years agonss: update to 3.48
Lucian Cristian [Mon, 9 Dec 2019 22:29:35 +0000 (00:29 +0200)]
nss: update to 3.48

also package libnssckbi.so

Signed-off-by: Lucian Cristian <redacted>
6 years agogolang: Update to 1.13.5
Josef Schlehofer [Sun, 8 Dec 2019 23:41:56 +0000 (00:41 +0100)]
golang: Update to 1.13.5

Signed-off-by: Josef Schlehofer <redacted>
6 years agoshairport-sync: Update to 3.3.5
Rosen Penev [Wed, 4 Dec 2019 18:34:45 +0000 (10:34 -0800)]
shairport-sync: Update to 3.3.5

Rebased patch.

Signed-off-by: Rosen Penev <redacted>
6 years agoMerge pull request #10729 from BKPepe/dnscrypt-proxy2-update
Rosen Penev [Mon, 9 Dec 2019 22:25:17 +0000 (14:25 -0800)]
Merge pull request #10729 from BKPepe/dnscrypt-proxy2-update

dnscrypt-proxy2: Update to version 2.0.34

6 years agoMerge pull request #10736 from commodo/python-lxml-update
Rosen Penev [Mon, 9 Dec 2019 22:25:06 +0000 (14:25 -0800)]
Merge pull request #10736 from commodo/python-lxml-update

python-lxml: bump to version 4.4.2

6 years agoMerge pull request #10733 from James-TR/update/pdns
Rosen Penev [Mon, 9 Dec 2019 22:24:50 +0000 (14:24 -0800)]
Merge pull request #10733 from James-TR/update/pdns

pdns-recursor: update to 4.2.1

6 years agoMerge pull request #10730 from BKPepe/sentrysdkupdate
Rosen Penev [Mon, 9 Dec 2019 22:24:08 +0000 (14:24 -0800)]
Merge pull request #10730 from BKPepe/sentrysdkupdate

python-sentry-sdk: Update to version 0.13.5

6 years agoMerge pull request #10743 from lucize/doveup
Rosen Penev [Mon, 9 Dec 2019 22:17:23 +0000 (14:17 -0800)]
Merge pull request #10743 from lucize/doveup

dovecot: update to 2.3.9

6 years agoMerge pull request #10741 from lucize/nsprup
Rosen Penev [Mon, 9 Dec 2019 22:17:06 +0000 (14:17 -0800)]
Merge pull request #10741 from lucize/nsprup

nspr: update to 4.24

6 years agoMerge pull request #10722 from neheb/ghghrh
Rosen Penev [Mon, 9 Dec 2019 22:16:52 +0000 (14:16 -0800)]
Merge pull request #10722 from neheb/ghghrh

google-authenticator-libpam: Update to 1.07

6 years agodovecot: update to 2.3.9
Lucian Cristian [Mon, 9 Dec 2019 22:04:10 +0000 (00:04 +0200)]
dovecot: update to 2.3.9

Signed-off-by: Lucian Cristian <redacted>
6 years agonspr: update to 4.24
Lucian Cristian [Mon, 9 Dec 2019 21:50:16 +0000 (23:50 +0200)]
nspr: update to 4.24

Signed-off-by: Lucian Cristian <redacted>
6 years agonetifyd: Updated to v2.98
Darryl Sokoloski [Mon, 9 Dec 2019 17:03:25 +0000 (12:03 -0500)]
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 <redacted>
6 years agotmux: update to 3.0a
Maxim Storchak [Mon, 9 Dec 2019 15:26:52 +0000 (17:26 +0200)]
tmux: update to 3.0a

- switch to codeload

Signed-off-by: Maxim Storchak <redacted>
6 years agoMerge pull request #10734 from ysc3839/nlbwmon
Jo-Philipp Wich [Mon, 9 Dec 2019 13:34:53 +0000 (14:34 +0100)]
Merge pull request #10734 from ysc3839/nlbwmon

nlbwmon: add procd reload trigger for nlbwmon config

6 years agonlbwmon: add procd reload trigger for nlbwmon config
Richard Yu [Mon, 9 Dec 2019 12:23:29 +0000 (20:23 +0800)]
nlbwmon: add procd reload trigger for nlbwmon config

Signed-off-by: Richard Yu <redacted>
6 years agopdns-recursor: update to 4.2.1
James Taylor [Mon, 9 Dec 2019 12:00:28 +0000 (23:00 +1100)]
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 <redacted>
6 years agopython-lxml: bump to version 4.4.2
Alexandru Ardelean [Mon, 9 Dec 2019 07:36:03 +0000 (09:36 +0200)]
python-lxml: bump to version 4.4.2

Signed-off-by: Alexandru Ardelean <redacted>
6 years agopython-sentry-sdk: Update to version 0.13.5
Josef Schlehofer [Mon, 9 Dec 2019 03:09:19 +0000 (04:09 +0100)]
python-sentry-sdk: Update to version 0.13.5

Signed-off-by: Josef Schlehofer <redacted>
6 years agolibwslay: add package
James Taylor [Mon, 9 Dec 2019 01:47:05 +0000 (12:47 +1100)]
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 <redacted>
6 years agodnscrypt-proxy2: Update to version 2.0.34
Josef Schlehofer [Sun, 8 Dec 2019 23:56:49 +0000 (00:56 +0100)]
dnscrypt-proxy2: Update to version 2.0.34

Repository was renamed to github.com/DNSCrypt/dnscrypt-proxy

Signed-off-by: Josef Schlehofer <redacted>
6 years agoopencv: Update to 4.1.2
Rosen Penev [Sun, 8 Dec 2019 23:07:58 +0000 (15:07 -0800)]
opencv: Update to 4.1.2

Removed upstreamed patches.

Signed-off-by: Rosen Penev <redacted>
6 years agoopensc: Fix compilation without deprecated OpenSSL APIs
Rosen Penev [Mon, 2 Dec 2019 04:47:58 +0000 (20:47 -0800)]
opensc: Fix compilation without deprecated OpenSSL APIs

Based on upstream patch.

Signed-off-by: Rosen Penev <redacted>
6 years agoprosody: Update to 0.11.3
Rosen Penev [Wed, 4 Dec 2019 18:39:58 +0000 (10:39 -0800)]
prosody: Update to 0.11.3

Several Makefile rearrangements for consistency between packages.

Signed-off-by: Rosen Penev <redacted>
6 years agolibimobiledevice: Update to 2019-11-29
Rosen Penev [Fri, 6 Dec 2019 06:26:44 +0000 (22:26 -0800)]
libimobiledevice: Update to 2019-11-29

Signed-off-by: Rosen Penev <redacted>
6 years agogoogle-authenticator-libpam: Update to 1.07
Rosen Penev [Sun, 8 Dec 2019 22:37:19 +0000 (14:37 -0800)]
google-authenticator-libpam: Update to 1.07

Signed-off-by: Rosen Penev <redacted>
6 years agogeth: Update to 1.9.9
Rosen Penev [Sun, 8 Dec 2019 22:33:37 +0000 (14:33 -0800)]
geth: Update to 1.9.9

Signed-off-by: Rosen Penev <redacted>
6 years agoMerge pull request #10706 from neheb/ss
Rosen Penev [Sun, 8 Dec 2019 21:42:07 +0000 (13:42 -0800)]
Merge pull request #10706 from neheb/ss

sstp-client: Update to 1.0.13

6 years agoMerge pull request #10720 from James-TR/update-pdns-auth
Rosen Penev [Sun, 8 Dec 2019 05:36:41 +0000 (21:36 -0800)]
Merge pull request #10720 from James-TR/update-pdns-auth

pdns: Upgrade to PowerDNS Authoritative 4.2.1

6 years agopdns: Upgrade to PowerDNS Authoritative 4.2.1
James Taylor [Sun, 8 Dec 2019 03:03:00 +0000 (14:03 +1100)]
pdns: Upgrade to PowerDNS Authoritative 4.2.1

Upgraded to pdns-4.2.1 and corrected issues with dependency management on
modules, in addition to moving zone2ldap under the ldap backend (It's only
compiled if ldap backend is enabled)

Signed-off-by: James Taylor <redacted>
6 years agoMerge pull request #10716 from James-TR/update-libfstrm
Rosen Penev [Sat, 7 Dec 2019 17:45:46 +0000 (09:45 -0800)]
Merge pull request #10716 from James-TR/update-libfstrm

libfstrm: upgrade to 0.6.0

6 years agosafe-search: Update Google host list.
Gregory L. Dietsche [Sat, 7 Dec 2019 16:32:14 +0000 (10:32 -0600)]
safe-search: Update Google host list.

Periodic update of the list of Google domains using
https://www.google.com/supported_domains
as a reference.

Signed-off-by: Gregory L. Dietsche <redacted>
6 years agolibfstrm: upgrade to 0.6.0
James Taylor [Sat, 7 Dec 2019 15:57:14 +0000 (02:57 +1100)]
libfstrm: upgrade to 0.6.0

Signed-off-by: James Taylor <redacted>
6 years agonnn: Update to version 2.8.1
Josef Schlehofer [Fri, 6 Dec 2019 13:16:12 +0000 (14:16 +0100)]
nnn: Update to version 2.8.1

Removed findutils-xargs dependency due to added busybox support in version 2.8

Signed-off-by: Josef Schlehofer <redacted>
6 years agospice: configure --without-sasl
Yousong Zhou [Fri, 6 Dec 2019 02:16:58 +0000 (02:16 +0000)]
spice: configure --without-sasl

Fixes openwrt/packages#10709

Ref: https://github.com/openwrt/packages/issues/10709
Reported-by: Rosen Penev <redacted>
Signed-off-by: Yousong Zhou <redacted>
6 years agoMerge pull request #10633 from nmeyerhans/iputils
Rosen Penev [Fri, 6 Dec 2019 01:11:38 +0000 (17:11 -0800)]
Merge pull request #10633 from nmeyerhans/iputils

iputils: Move the iputils tools to the packages feed

6 years agoiputils: Move the iputils tools to packages
Noah Meyerhans [Tue, 12 Nov 2019 15:41:57 +0000 (07:41 -0800)]
iputils: Move the iputils tools to packages

Per discussion in https://github.com/openwrt/openwrt/pull/1804, iputils is
moving from the main openwrt repository to the packages feed, and is switching
from the abandoned skbuff.net upstream to github.com/iputils/iputils

Signed-off-by: Noah Meyerhans <redacted>
6 years agoMerge pull request #10699 from ysc3839/ttyd
Hannu Nyman [Thu, 5 Dec 2019 20:16:04 +0000 (22:16 +0200)]
Merge pull request #10699 from ysc3839/ttyd

ttyd: add reload trigger

git clone https://git.99rst.org/PROJECT