feed/packages.git
4 years agopingcheck: Update to latest version 10804/head
Bruno Randolf [Mon, 16 Dec 2019 13:46:09 +0000 (13:46 +0000)]
pingcheck: Update to latest version

Signed-off-by: Bruno Randolf <br1@einfach.org>
4 years agognurl: update homepage URL and use @GNU mirrors
Daniel Golle [Mon, 16 Dec 2019 07:51:52 +0000 (09:51 +0200)]
gnurl: update homepage URL and use @GNU mirrors

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agoMerge pull request #10793 from micmac1/dnsdist-no-bomb
Rosen Penev [Mon, 16 Dec 2019 05:37:46 +0000 (21:37 -0800)]
Merge pull request #10793 from micmac1/dnsdist-no-bomb

dnsdist: fix various build failures

4 years agoMerge pull request #10794 from mhei/add-libconfig
Rosen Penev [Mon, 16 Dec 2019 05:02:22 +0000 (21:02 -0800)]
Merge pull request #10794 from mhei/add-libconfig

libzip: add package

4 years agoqemu: bump to version 4.2.0
Yousong Zhou [Mon, 16 Dec 2019 02:49:30 +0000 (02:49 +0000)]
qemu: bump to version 4.2.0

4 years agoMerge pull request #10798 from Andy2244/wsdd2-(2019-12-14)
Daniel Engberg [Sun, 15 Dec 2019 22:22:40 +0000 (23:22 +0100)]
Merge pull request #10798 from Andy2244/wsdd2-(2019-12-14)

wsdd2: update to git (2019-12-15), bind to 'lan' only

4 years agolibmicrohttpd: update to version 0.9.69 10799/head
Alexander Couzens [Sun, 15 Dec 2019 19:46:15 +0000 (20:46 +0100)]
libmicrohttpd: update to version 0.9.69

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
4 years agowsdd2: update to git (2019-12-15), bind to 'lan' only 10798/head
Andy Walsh [Sun, 15 Dec 2019 16:11:25 +0000 (17:11 +0100)]
wsdd2: update to git (2019-12-15), bind to 'lan' only

* update to git (2019-12-15)
* bind to 'lan' interface only
* make cifsd compatible (avoid testparm dependency)
* only start if needed
* add meta data (vendor, model, sku)
* update smb.conf procd location
* lower restart delay
* remove outdated patch

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agognurl: update to version 7.67.0
Daniel Golle [Sun, 15 Dec 2019 17:35:53 +0000 (19:35 +0200)]
gnurl: update to version 7.67.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agolibzip: add package 10794/head
Michael Heimpold [Mon, 2 Dec 2019 23:07:42 +0000 (00:07 +0100)]
libzip: add package

This introduces libzip which is e.g. a dependency for upcoming upgrade
of PHP to version 7.4.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agopostfix: update tinycdb dependency 10793/head
Sebastian Kemper [Sun, 15 Dec 2019 09:51:12 +0000 (10:51 +0100)]
postfix: update tinycdb dependency

tinycdb now installs a shared lib alongside the static archive. postfix
will use the shared lib, hence this commit updates the dependency.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agodnsdist: add dependency on tinycdb
Sebastian Kemper [Sun, 15 Dec 2019 09:49:20 +0000 (10:49 +0100)]
dnsdist: add dependency on tinycdb

If libcdb from tinycdb is available dnsdist will link to it. This commit
adds the dependency.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agotinycdb: install shared lib and pic archive
Sebastian Kemper [Sun, 15 Dec 2019 09:44:05 +0000 (10:44 +0100)]
tinycdb: install shared lib and pic archive

dnsdist picks up cdb.h but can't link in the static archive.

/home/sk/tmp/openwrt/staging_dir/toolchain-mips_24kc_gcc-8.3.0_musl/lib/gcc/mips-openwrt-linux-musl/8.3.0/../../../../mips-openwrt-linux-musl/bin/ld: /home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/lib/libcdb.a(cdb_init.o): relocation R_MIPS_26 against `fstat' can not be used when making a shared object; recompile with -fPIC

This commit extends the tinycdb Makefile to build and install as well
the shared library as well as the pic archive. dnsdist will then pick
the shared library.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agotinycdb: use OpenWrt flags
Sebastian Kemper [Sun, 15 Dec 2019 09:39:00 +0000 (10:39 +0100)]
tinycdb: use OpenWrt flags

Currently tinycdb doesn't use {C,CPP,LD}FLAGS. This commit adds
MAKE_FLAGS to address this.

Before:

make[3]: Entering directory '/home/sk/tmp/openwrt/build_dir/target-mips_24kc_musl/tinycdb-0.78'
ccache_cc -O -D_FILE_OFFSET_BITS=64 -c cdb_init.c
cc1: note: someone does not honour COPTS correctly, passed 0 times
ccache_cc -O -D_FILE_OFFSET_BITS=64 -c cdb_find.c
...

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoMerge pull request #10791 from micmac1/protobuf-host-libs
Rosen Penev [Sat, 14 Dec 2019 21:33:00 +0000 (13:33 -0800)]
Merge pull request #10791 from micmac1/protobuf-host-libs

protobuf: fix libdir handling for host build

4 years agoMerge pull request #10790 from tru7/libfmt
Rosen Penev [Sat, 14 Dec 2019 19:24:40 +0000 (11:24 -0800)]
Merge pull request #10790 from tru7/libfmt

libfmt: bump to version 6.1.2

4 years agodnsdist: add missing build dep on protoc
Sebastian Kemper [Sat, 14 Dec 2019 16:37:56 +0000 (17:37 +0100)]
dnsdist: add missing build dep on protoc

The build needs protoc, otherwise it fails.

checking if we need to link in protobuf... yes
checking for PROTOBUF... yes
checking for protoc... no
configure: error: Protobuf requested but the protobuf compiler was not found

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agodnsdist: add missing lmdb dep
Sebastian Kemper [Sat, 14 Dec 2019 16:34:54 +0000 (17:34 +0100)]
dnsdist: add missing lmdb dep

Currently dnsdist is failing at packaging stage when lmdb is in staging:

make[4]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-x86_64_musl/dnsdist-1.4.0'
Package dnsdist is missing dependencies for the following libraries:
liblmdb.so
Makefile:109: recipe for target '/builder/shared-workdir/build/sdk/bin/packages/x86_64/packages/dnsdist_1.4.0-2_x86_64.ipk' failed

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoprotobuf: fix libdir handling for host build 10791/head
Sebastian Kemper [Sat, 14 Dec 2019 11:21:32 +0000 (12:21 +0100)]
protobuf: fix libdir handling for host build

On some host machines (example: Gentoo amd64 no-multilib) by default
cmake will install libraries to lib64. But in OpenWrt the correct libdir
is lib (for instance the RPATH is set to lib). So you may end up with
libraries in lib64 while RPATH points to lib:

sk@darth ~/tmp/openwrt $ ldd staging_dir/hostpkg/bin/protoc
linux-vdso.so.1 (0x00007ffc741ea000)
libprotoc.so.3.8.0.0 => not found
libprotobuf.so.3.8.0.0 => not found
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f0a8f7ea000)
libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/libstdc++.so.6 (0x00007f0a8f572000)
libm.so.6 => /lib64/libm.so.6 (0x00007f0a8f427000)
libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/libgcc_s.so.1 (0x00007f0a8f40d000)
libc.so.6 => /lib64/libc.so.6 (0x00007f0a8f23c000)
/lib64/ld-linux-x86-64.so.2 (0x00007f0a8f827000)
sk@darth ~/tmp/openwrt $

Fix this by specifying the libdir during host builds.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agolibfmt: bump to version 6.1.2 10790/head
Othmar Truniger [Sat, 14 Dec 2019 09:28:35 +0000 (10:28 +0100)]
libfmt: bump to version 6.1.2

Signed-off-by: Othmar Truniger <github@truniger.ch>
4 years agoMerge pull request #10774 from James-TR/James-TR-patch-1
Rosen Penev [Sat, 14 Dec 2019 08:48:25 +0000 (00:48 -0800)]
Merge pull request #10774 from James-TR/James-TR-patch-1

dnsdist: fix missing quote in menu

4 years agoMerge pull request #10782 from dengqf6/ariang
Rosen Penev [Sat, 14 Dec 2019 08:26:36 +0000 (00:26 -0800)]
Merge pull request #10782 from dengqf6/ariang

ariang: update to 1.1.4

4 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 <rosenp@gmail.com>
4 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 <rosenp@gmail.com>
4 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

4 years agoariang: update to 1.1.4 10782/head
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 <dengqf6@mail2.sysu.edu.cn>
4 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

4 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 <jo@mein.io>
4 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 <jan.pavlinec@nic.cz>
4 years agonextdns: update to version 1.3.1 10775/head
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 <rs@nextdns.io>
4 years agodnsdist: fix missing quote in menu 10774/head
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 <james@jtaylor.id.au>

4 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 <rosenp@gmail.com>
4 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 <rosenp@gmail.com>
4 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

4 years agoh2o: update wslay link patch to upstream 10773/head
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 <james@jtaylor.id.au>
4 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

4 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

4 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

4 years agonode-serialport: update to 8.0.5 10772/head
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 <morikw2@gmail.com>
4 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

4 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.

4 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

4 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

4 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

4 years agomtr: update to 0.93 10713/head
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 <dengqf6@mail2.sysu.edu.cn>
4 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

4 years agodnsdist: add missing dependency on libcap 10767/head
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 <james@jtaylor.id.au>
4 years agolibqmi: update to version 1.24.2 10766/head
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 <aleksander@aleksander.es>
4 years agonode-serialport-bindings: update to 8.0.4 10771/head
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 <morikw2@gmail.com>
4 years agonode-hid: update to 1.1.0 10765/head
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 <morikw2@gmail.com>
4 years agobfdd: Fix compilation with uClibc-ng 10764/head
Rosen Penev [Thu, 12 Dec 2019 03:54:51 +0000 (19:54 -0800)]
bfdd: Fix compilation with uClibc-ng

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 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

4 years agocoova-chilli: Update to 1.5 10704/head
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 <rosenp@gmail.com>
4 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

4 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

4 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

4 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

4 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

4 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

4 years agolibidn2: Update to 2.3.0 10725/head
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 <rosenp@gmail.com>
4 years agolibical: Update to 3.0.6 10724/head
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 <rosenp@gmail.com>
4 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 <karlp@etactica.com>
4 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

4 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

4 years agoadblock: bugfix 3.8.14 10758/head
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 <dev@brenken.org>
4 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

4 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 <rosenp@gmail.com>
4 years agocollectd: add vmem uci config 10756/head
Marcin Jurkowski [Tue, 10 Dec 2019 23:20:51 +0000 (00:20 +0100)]
collectd: add vmem uci config

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
4 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

4 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

4 years agoadblock: bugfix 3.8.13 10747/head
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 <dev@brenken.org>
4 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

4 years agovpnbypass: add procd reload trigger for vpnbypass config 10735/head
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 <yurichard3839@gmail.com>
4 years agomodemmanager: release 1.12.2 10746/head
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 <aleksander@aleksander.es>
4 years agodnsdist: update to 1.4.0 10721/head
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 <james@jtaylor.id.au>
4 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 <james@jtaylor.id.au>
4 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

4 years agonss: update to 3.48 10742/head
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 <lucian.cristian@gmail.com>
4 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 <pepe.schlehofer@gmail.com>
4 years agoshairport-sync: Update to 3.3.5 10723/head
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 <rosenp@gmail.com>
4 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

4 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

4 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

4 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

4 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

4 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

4 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

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

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
4 years agonspr: update to 4.24 10741/head
Lucian Cristian [Mon, 9 Dec 2019 21:50:16 +0000 (23:50 +0200)]
nspr: update to 4.24

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
4 years agonetifyd: Updated to v2.98 10738/head
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 <darryl@sokoloski.ca>
4 years agotmux: update to 3.0a 10737/head
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 <m.storchak@gmail.com>
4 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

4 years agonlbwmon: add procd reload trigger for nlbwmon config 10734/head
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 <yurichard3839@gmail.com>
4 years agopdns-recursor: update to 4.2.1 10733/head
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 <james@jtaylor.id.au>
4 years agopython-lxml: bump to version 4.4.2 10736/head
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 <ardeleanalex@gmail.com>
4 years agopython-sentry-sdk: Update to version 0.13.5 10730/head
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 <pepe.schlehofer@gmail.com>
4 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 <james@jtaylor.id.au>
4 years agodnscrypt-proxy2: Update to version 2.0.34 10729/head
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 <pepe.schlehofer@gmail.com>
4 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 <rosenp@gmail.com>
4 years agoopensc: Fix compilation without deprecated OpenSSL APIs 10727/head
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 <rosenp@gmail.com>