feed/packages.git
4 years agorestic: add package 10823/head
Markus Weippert [Wed, 18 Dec 2019 17:43:35 +0000 (18:43 +0100)]
restic: add package

Signed-off-by: Markus Weippert <markus@gekmihesg.de>
4 years agoMerge pull request #10819 from ja-pa/lmdb-fix-ar
Rosen Penev [Wed, 18 Dec 2019 15:12:35 +0000 (07:12 -0800)]
Merge pull request #10819 from ja-pa/lmdb-fix-ar

lmdb: use toolchain AR for compilation

4 years agolmdb: use toolchain AR for compilation 10819/head
Jan Pavlinec [Wed, 18 Dec 2019 10:57:53 +0000 (11:57 +0100)]
lmdb: use toolchain AR for compilation

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agocgi-io: close pipe descriptors early
Jo-Philipp Wich [Wed, 18 Dec 2019 08:32:38 +0000 (09:32 +0100)]
cgi-io: close pipe descriptors early

In the command read side, close the superfluous write end of the pipe
early to ensure that EOF is reliably detected. Without that change, splice
calls to read from the pipe will occasionally hang until the CGI process
is eventually killed due to timeout.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoMerge pull request #10754 from stangri/master-https-dns-proxy
Hannu Nyman [Wed, 18 Dec 2019 05:41:42 +0000 (07:41 +0200)]
Merge pull request #10754 from stangri/master-https-dns-proxy

https-dns-proxy: switch to https-dns-proxy package name

4 years agohttps-dns-proxy: switch to https-dns-proxy package name 10754/head
Stan Grishin [Tue, 10 Dec 2019 22:48:45 +0000 (15:48 -0700)]
https-dns-proxy: switch to https-dns-proxy package name

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #10810 from tru7/knxd
Rosen Penev [Tue, 17 Dec 2019 20:59:46 +0000 (12:59 -0800)]
Merge pull request #10810 from tru7/knxd

knxd: adjust startup files to better comply with procd

4 years agoMerge pull request #10806 from micmac1/libzip-fts
Michael Heimpold [Tue, 17 Dec 2019 19:28:57 +0000 (20:28 +0100)]
Merge pull request #10806 from micmac1/libzip-fts

libzip: fix musl-fts failure

4 years agoMerge pull request #10804 from br101/pingcheck-update
Rosen Penev [Tue, 17 Dec 2019 16:50:19 +0000 (08:50 -0800)]
Merge pull request #10804 from br101/pingcheck-update

pingcheck: Update to latest version

4 years agoknxd: adjust startup files to better comply with procd 10810/head
Othmar Truniger [Tue, 17 Dec 2019 14:49:15 +0000 (15:49 +0100)]
knxd: adjust startup files to better comply with procd

Signed-off-by: Othmar Truniger <github@truniger.ch>
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 agoMerge pull request #10778 from bobafetthotmail/minidlna-fix
Rosen Penev [Tue, 17 Dec 2019 06:00:18 +0000 (22:00 -0800)]
Merge pull request #10778 from bobafetthotmail/minidlna-fix

minidlna: add static uuid in config

4 years agoMerge pull request #10795 from neheb/l
Rosen Penev [Tue, 17 Dec 2019 05:58:05 +0000 (21:58 -0800)]
Merge pull request #10795 from neheb/l

lua-rs232: Update to latest master

4 years agolibzip: fix musl-fts failure 10806/head
Sebastian Kemper [Mon, 16 Dec 2019 22:33:30 +0000 (23:33 +0100)]
libzip: fix musl-fts failure

musl doesn't support fts. But with the extra package musl-fts installed,
libzip picks up the fts header and fails at the linking stage:

zipcmp.c:(.text.startup+0x130): undefined reference to `fts_open'
/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: zipcmp.c:(.text.startup+0x172): undefined reference to `fts_read'

So with musl-fts we need to link in libfts. To address that this commits
patches the cmake setup to check if fts is available in libc itself or
in any external libfts.

So when musl-fts is installed on the system the setup will be the
following:

musl: use libfts
uclibc: use fts from libc
glibc: like uclibc

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agolua-rs232: Update to latest master 10795/head
Rosen Penev [Sun, 15 Dec 2019 03:09:43 +0000 (19:09 -0800)]
lua-rs232: Update to latest master

Should fix the no previous prototype errors.

Also fixed the install paths. Now running this should be correct.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #10805 from mmtj/pyroute2-0.5.7
Rosen Penev [Mon, 16 Dec 2019 16:19:17 +0000 (08:19 -0800)]
Merge pull request #10805 from mmtj/pyroute2-0.5.7

python3-pyroute2: Update to version 0.5.7

4 years agoMerge pull request #10800 from gladiac1337/haproxy-2.0.11
Rosen Penev [Mon, 16 Dec 2019 15:53:05 +0000 (07:53 -0800)]
Merge pull request #10800 from gladiac1337/haproxy-2.0.11

haproxy: Update HAProxy to v2.0.11

4 years agoMerge pull request #10803 from Payne-X6/master
Rosen Penev [Mon, 16 Dec 2019 15:52:31 +0000 (07:52 -0800)]
Merge pull request #10803 from Payne-X6/master

knot: update to version 2.9.2

4 years agopython3-pyroute2: Update to version 0.5.7 10805/head
Martin Matějek [Mon, 16 Dec 2019 15:35:49 +0000 (16:35 +0100)]
python3-pyroute2: Update to version 0.5.7

Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
4 years agoknot: update to version 2.9.2 10803/head
Jan Hak [Mon, 16 Dec 2019 12:56:39 +0000 (13:56 +0100)]
knot: update to version 2.9.2

Signed-off-by: Jan Hak <jan.hak@nic.cz>
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 agohaproxy: Update HAProxy to v2.0.11 10800/head
Christian Lachner [Sun, 15 Dec 2019 12:47:37 +0000 (13:47 +0100)]
haproxy: Update HAProxy to v2.0.11

- Update haproxy download URL and hash
- Remove obsolete patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
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 agominidlna: add static uuid in config 10778/head
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 <bobafetthotmail@gmail.com>
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>