feed/packages.git
4 years agodavfs2: fix compilation with newer neon 12097/head
Rosen Penev [Wed, 6 May 2020 03:13:40 +0000 (20:13 -0700)]
davfs2: fix compilation with newer neon

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12093 from pprindeville/openssh-no-ecdsa-hostkey
Philip Prindeville [Wed, 6 May 2020 16:37:28 +0000 (10:37 -0600)]
Merge pull request #12093 from pprindeville/openssh-no-ecdsa-hostkey

openssh-server: deprecate the ecdsa HostKey

4 years agoshadowsocks-libev: ignore error from flushing route table
Yousong Zhou [Wed, 6 May 2020 13:31:29 +0000 (21:31 +0800)]
shadowsocks-libev: ignore error from flushing route table

Linux kernel and iproute2 together now implement strict checking of the
existence of route tables.

Previously kernel does not support filtering by table id, now it does
and will error with nlmsgerr "ipv4: FIB table does not exist".

Previously iproute2 dump all routes and filter by table id in userspace,
now this has changed with iproute2 commit c7e6371bc4af ("ip route: Add
protocol, table id and device to dump request")

Error scene

root@OpenWrt:/# ip route flush table 100
Error: ipv4: FIB table does not exist.
Flush terminated
root@OpenWrt:/# echo $?
2

Fixes: https://github.com/openwrt/packages/issues/12095
Ref: https://lists.openwall.net/netdev/2019/05/02/105
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agoMerge pull request #12092 from wongsyrone/patch-1
Rosen Penev [Wed, 6 May 2020 02:58:09 +0000 (19:58 -0700)]
Merge pull request #12092 from wongsyrone/patch-1

wsdd2: fix infinite loop when BI_PARM is never set

4 years agowsdd2: bump PKG_RELEASE; refine init script 12092/head
Syrone Wong [Wed, 6 May 2020 02:10:38 +0000 (10:10 +0800)]
wsdd2: bump PKG_RELEASE; refine init script

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
4 years agolibevhtp: Fix dependencies not selected when building static library
Jeffery To [Wed, 29 Apr 2020 16:27:30 +0000 (00:27 +0800)]
libevhtp: Fix dependencies not selected when building static library

When libevhtp is added to a package's PKG_BUILD_DEPENDS (i.e. for
seafile-server), libevhtp's target package dependencies are not
automatically selected, in particular libevent2-openssl and
libevent2-pthreads.

Moreover, if libevent-openssl and libevent2-pthreads are not selected,
OpenSSL and thread support are disabled when compiling libevent2, which
in turn causes a compile error when building libevhtp.

This adds a config option, LIBEVHTP_BUILD_DEPENDS, that will select
libevent2-openssl and libevent2-pthreads (via LIBEVHTP_BUILD_SELECT)
when it is selected.

Other build dependencies are moved to PKG_BUILD_DEPENDS.

This also updates seafile-server to remove the (indirect) dependencies
added in 13d843fec1cd3281cc469fc74de302c1f793b723 and instead select
LIBEVHTP_BUILD_DEPENDS.

This also updates the maintainer's email address and adds myself as
another maintainer.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoopenssh-server: deprecate the ecdsa HostKey 12093/head
Philip Prindeville [Tue, 5 May 2020 23:21:59 +0000 (17:21 -0600)]
openssh-server: deprecate the ecdsa HostKey

The init.d script for sshd never generates an ecdsa HostKey as seen
here:

for type in rsa ed25519
do
# check for keys
key=/etc/ssh/ssh_host_${type}_key
[ ! -f $key ] && {
# generate missing keys
[ -x /usr/bin/ssh-keygen ] && {
/usr/bin/ssh-keygen -N '' -t $type -f $key 2>&- >&-
}
}
done

so we'll never succeed at loading one.  Get rid of the resultant
error message in logging:

May  5 17:13:59 OpenWrt sshd[20070]: error: Unable to load host key: /etc/ssh/ssh_host_ecdsa_key

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
4 years agowsdd2: fix infinite loop when BI_PARM is never set
Syrone Wong [Tue, 5 May 2020 23:49:04 +0000 (07:49 +0800)]
wsdd2: fix infinite loop when BI_PARM is never set

If BI_PARM is never set, it's "" and causes
infinite loop (before my PR sent upstream) or
error out (after my PR sent upstream).
Append -b option only if it's valid.

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
4 years agoMerge pull request #11980 from neheb/pulseee
Rosen Penev [Tue, 5 May 2020 22:12:26 +0000 (15:12 -0700)]
Merge pull request #11980 from neheb/pulseee

pulseaudio: add lto and gc-sections to reduce size

4 years agopulseaudio: do not build NEON with unsupported platforms 11980/head
Rosen Penev [Tue, 5 May 2020 01:04:19 +0000 (18:04 -0700)]
pulseaudio: do not build NEON with unsupported platforms

Unfortunately, meson's check is totally broken.

Fortunately, it's fairly easy to workaround.

Fixes compilation with all ARM platforms that don't support NEON.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12052 from neheb/sati
Rosen Penev [Tue, 5 May 2020 21:38:16 +0000 (14:38 -0700)]
Merge pull request #12052 from neheb/sati

minisatip: update to 1.0.3

4 years agoMerge pull request #12041 from neheb/shair
Rosen Penev [Tue, 5 May 2020 21:37:43 +0000 (14:37 -0700)]
Merge pull request #12041 from neheb/shair

shairport-sync: update to 3.3.6

4 years agodocker-ce: fix docker info warning
Florian Eckert [Tue, 14 Apr 2020 13:09:33 +0000 (15:09 +0200)]
docker-ce: fix docker info warning

If we execute `docker info` we get the following warning:

WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled

To fix this enable this in sysctl if docker is installed.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agocollectd: bump PKG_RELEASE
Hannu Nyman [Tue, 5 May 2020 13:52:48 +0000 (16:52 +0300)]
collectd: bump PKG_RELEASE

Bump PKG_RELEASE on behalf of 38235de9c

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
4 years agocollectd: SQM collect data from some qdiscs
Kevin Darbyshire-Bryant [Wed, 15 Apr 2020 09:37:58 +0000 (10:37 +0100)]
collectd: SQM collect data from some qdiscs

Add a script that can collect data from mq (multi queue) and cake
qdiscs.

Script is reliant on collectd's 'exec' module.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
4 years agorrdtool1: modify logarithmic scale labelling
Kevin Darbyshire-Bryant [Sun, 26 Apr 2020 20:10:43 +0000 (21:10 +0100)]
rrdtool1: modify logarithmic scale labelling

The y-axis graph labels in logarithmic mode display in 'scientific'
notation eg: '1e+00' for 0, '1e+01' for 10, '1e+02' for 100 and so on.
This IMO is a pain in the backside for non scientific humans to read.

Modified output to display numbers up to 99,999 in conventional decimal
format and to revert to scientific notation for larger, thus the same
display space is taken.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
4 years agoMerge pull request #12046 from BKPepe/youtubedl
Rosen Penev [Tue, 5 May 2020 05:25:43 +0000 (22:25 -0700)]
Merge pull request #12046 from BKPepe/youtubedl

youtube-dl: update to version 2020.5.3

4 years agoMerge pull request #12079 from stangri/master-vpn-policy-routing
Rosen Penev [Tue, 5 May 2020 05:24:48 +0000 (22:24 -0700)]
Merge pull request #12079 from stangri/master-vpn-policy-routing

vpn-policy-routing: support phys-dev policies

4 years agoMerge pull request #12081 from ematsu/feature_create_tmpdir
Rosen Penev [Tue, 5 May 2020 05:24:20 +0000 (22:24 -0700)]
Merge pull request #12081 from ematsu/feature_create_tmpdir

freeradius3: Fix to init script.

4 years agofreeradius3: Fix to init script. 12081/head
Eiji MATSUMOTO [Tue, 5 May 2020 02:10:06 +0000 (11:10 +0900)]
freeradius3: Fix to init script.

To use eap tls, 'tmpdir' must be created before server starts.
This 'tmpdir' is used to store and verify client certificate,
and therefore radiusd do 'chmod go-rwx'.

If 'tmpdir' does NOT exists, server failed to start and default
'tmpdir' is '/tmp/radiusd'. So init script MUST create default
'tmpdir' like other directories.

Signed-off-by: Eiji MATSUMOTO <toudaiman@gmail.com>
4 years agopulseaudio: add lto and gc-sections to reduce size
Rosen Penev [Sun, 26 Apr 2020 03:27:28 +0000 (20:27 -0700)]
pulseaudio: add lto and gc-sections to reduce size

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12059 from neheb/gerb2
Rosen Penev [Tue, 5 May 2020 01:07:29 +0000 (18:07 -0700)]
Merge pull request #12059 from neheb/gerb2

gerbera: update to 1.5.0

4 years agogerbera: update to 1.5.0 12059/head
Rosen Penev [Sun, 3 May 2020 00:05:13 +0000 (17:05 -0700)]
gerbera: update to 1.5.0

This is a fairly massive update that adds new dependencies.

Switched the CMAKE_OPTIONS to use ON/OFF as is done elsewhere.

Added a patch fixing compilation with libiconv-stub/full.

Add a small debug option to write to syslog debug information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agovpn-policy-routing: support phys-dev policies 12079/head
Stan Grishin [Mon, 4 May 2020 22:47:32 +0000 (22:47 +0000)]
vpn-policy-routing: support phys-dev policies

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #12078 from micmac1/masneon
Rosen Penev [Mon, 4 May 2020 22:37:16 +0000 (15:37 -0700)]
Merge pull request #12078 from micmac1/masneon

neon: add back sed scripts for neon-config

4 years agolibmicrohttpd: update to 0.9.70
Rosen Penev [Sat, 2 May 2020 00:04:18 +0000 (17:04 -0700)]
libmicrohttpd: update to 0.9.70

Fix license information.

Cleanup Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoneon: add back sed scripts for neon-config 12078/head
Sebastian Kemper [Mon, 4 May 2020 20:57:28 +0000 (22:57 +0200)]
neon: add back sed scripts for neon-config

Commit 3a67097 removed the sed scripts that ran on neon-config. Now
there is build failure for Asterisk because a host include directory is
added to the build:

mips_24kc_musl/usr/lib/libintl-stub/include    -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include/libxml2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -fPIC -DAST_MODULE=\"res_calendar_exchange\" -DAST_MODULE_SELF_SYM=__internal_res_calendar_exchange_self  -I/usr/include/neon -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include -pthread -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include
res_calendar_exchange.c:34:10: fatal error: ne_session.h: No such file or directory
 #include <ne_session.h>
          ^~~~~~~~~~~~~~
compilation terminated.

This commit adds back the sed scripts.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoMerge pull request #12036 from micmac1/json-glib
Rosen Penev [Mon, 4 May 2020 17:34:43 +0000 (10:34 -0700)]
Merge pull request #12036 from micmac1/json-glib

json-glib: new package

4 years agoMerge pull request #12063 from mstorchak/tmux
Rosen Penev [Mon, 4 May 2020 17:33:05 +0000 (10:33 -0700)]
Merge pull request #12063 from mstorchak/tmux

tmux: update to 3.1b

4 years agoMerge pull request #12071 from neheb/yara
Rosen Penev [Mon, 4 May 2020 16:40:02 +0000 (09:40 -0700)]
Merge pull request #12071 from neheb/yara

yara: update to 4.0.0

4 years agoMerge pull request #12076 from TDT-AG/pr/20200504-collectd
Hannu Nyman [Mon, 4 May 2020 13:36:51 +0000 (16:36 +0300)]
Merge pull request #12076 from TDT-AG/pr/20200504-collectd

collectd: add syslog json plugin

4 years agocollectd: add syslog json plugin 12076/head
Florian Eckert [Mon, 27 Apr 2020 11:29:27 +0000 (13:29 +0200)]
collectd: add syslog json plugin

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agotmux: update to 3.1b 12063/head
Maxim Storchak [Sun, 3 May 2020 13:11:12 +0000 (16:11 +0300)]
tmux: update to 3.1b

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
4 years agoacme: Bump acme.sh to v2.8.6
Toke Høiland-Jørgensen [Mon, 4 May 2020 08:36:42 +0000 (10:36 +0200)]
acme: Bump acme.sh to v2.8.6

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
4 years agoacme: Remove luci-app-acme
Toke Høiland-Jørgensen [Mon, 4 May 2020 08:23:35 +0000 (10:23 +0200)]
acme: Remove luci-app-acme

The Luci app for ACME has been moved to the luci package feed.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
4 years agokeepalived: update PKG_RELEASE number
Florian Eckert [Thu, 30 Apr 2020 07:28:39 +0000 (09:28 +0200)]
keepalived: update PKG_RELEASE number

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agokeepalived: add script security param to fix warning
Florian Eckert [Wed, 29 Apr 2020 17:40:46 +0000 (19:40 +0200)]
keepalived: add script security param to fix warning

Openwrt is a single user system. So keepalived is runnig as root.
If we add the config options `script_user root` and
`enabled_script_security' the following warnings are gone.

> local1.info Keepalived_vrrp[5382]: SECURITY VIOLATION - scripts are
being executed but script_security not enabled.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agokeepalived: move linkbeat_use_polling section into main section
Florian Eckert [Wed, 29 Apr 2020 17:38:00 +0000 (19:38 +0200)]
keepalived: move linkbeat_use_polling section into main section

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agokeepalived: move alt_config_file check into process_config
Florian Eckert [Wed, 29 Apr 2020 17:32:39 +0000 (19:32 +0200)]
keepalived: move alt_config_file check into process_config

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agokeepalived: add upgrade script for globals section
Florian Eckert [Thu, 30 Apr 2020 06:39:59 +0000 (08:39 +0200)]
keepalived: add upgrade script for globals section

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agoMerge pull request #12039 from lucize/frrref
Rosen Penev [Sun, 3 May 2020 22:34:08 +0000 (15:34 -0700)]
Merge pull request #12039 from lucize/frrref

frr: makefile cleanup and misc fixes

4 years agoyara: update to 4.0.0 12071/head
Rosen Penev [Sun, 3 May 2020 21:39:50 +0000 (14:39 -0700)]
yara: update to 4.0.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12044 from lucize/yangup
Rosen Penev [Sun, 3 May 2020 21:33:40 +0000 (14:33 -0700)]
Merge pull request #12044 from lucize/yangup

libyang: update to 1.0.130

4 years agoMerge pull request #12069 from stangri/master-vpn-policy-routing
Rosen Penev [Sun, 3 May 2020 21:32:49 +0000 (14:32 -0700)]
Merge pull request #12069 from stangri/master-vpn-policy-routing

vpn-policy-routing: bugfix: remove non-ASCII from log; update README

4 years agoMerge pull request #12068 from ClaymorePT/boost_1.73.0
Rosen Penev [Sun, 3 May 2020 21:30:08 +0000 (14:30 -0700)]
Merge pull request #12068 from ClaymorePT/boost_1.73.0

boost: Package Version Update (1.73.0)

4 years agoMerge pull request #12051 from neheb/tirp
Rosen Penev [Sun, 3 May 2020 21:09:56 +0000 (14:09 -0700)]
Merge pull request #12051 from neheb/tirp

libtirpc: update to 1.2.6

4 years agoMerge pull request #12061 from cyrozap/prometheus-node-exporter-lua-time
Etienne Champetier [Sun, 3 May 2020 20:40:46 +0000 (16:40 -0400)]
Merge pull request #12061 from cyrozap/prometheus-node-exporter-lua-time

prometheus-node-exporter-lua: Change node_time_seconds type to "gauge"

4 years agoMerge pull request #12050 from neheb/neon
Rosen Penev [Sun, 3 May 2020 20:36:50 +0000 (13:36 -0700)]
Merge pull request #12050 from neheb/neon

neon: update to 0.31.1

4 years agoprometheus-node-exporter-lua: Change node_time_seconds type to "gauge" 12061/head
Forest Crossman [Sun, 3 May 2020 08:01:08 +0000 (03:01 -0500)]
prometheus-node-exporter-lua: Change node_time_seconds type to "gauge"

The official node_exporter reports node_time_seconds as a gauge, but
prometheus-node-exporter-lua reports it as a counter. To be consistent
with the official implementation, and because "gauge" is more correct
than "counter" for this metric (system time can decrease, but the
Prometheus documentation states, "A counter is a cumulative metric that
represents a single monotonically increasing counter whose value can
only increase or be reset to zero on restart."), change the type for
node_time_seconds to "gauge".

Signed-off-by: Forest Crossman <cyrozap@gmail.com>
4 years agoMerge pull request #12056 from stangri/master-vpnbypass
Hannu Nyman [Sun, 3 May 2020 19:52:24 +0000 (22:52 +0300)]
Merge pull request #12056 from stangri/master-vpnbypass

vpnbypass: bugfix: remove non-ASCII from system log; update README

4 years agovpn-policy-routing: bugfix: remove non-ASCII from log; update README 12069/head
Stan Grishin [Sun, 3 May 2020 19:45:29 +0000 (19:45 +0000)]
vpn-policy-routing: bugfix: remove non-ASCII from log; update README

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #12064 from wvdakker/master
Hannu Nyman [Sun, 3 May 2020 19:45:20 +0000 (22:45 +0300)]
Merge pull request #12064 from wvdakker/master

Shorewall: Bump to 5.2.4.4

4 years agoboost: Package Version Update (1.73.0) 12068/head
Carlos Miguel Ferreira [Sun, 3 May 2020 19:24:20 +0000 (20:24 +0100)]
boost: Package Version Update (1.73.0)

This commit updates Boost to version 1.73.0
In this release, there are two new libraries
 - Nowide [2] - Standard library functions with UTF-8 API on Windows,
   from Artyom Beilis.
 - Static String [3] - A dynamically resizable string of characters
   with compile-time fixed capacity and contiguous embedded storage,
   from Vinnie Falco and Krystian Stasiowski.

More info about Boost 1.73.0 can be found at the usual place [1].

[1]: https://www.boost.org/users/history/version_1_73_0.html
[2]: https://www.boost.org/libs/nowide/
[3]: https://www.boost.org/libs/static_string/

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
4 years agoMerge pull request #12066 from jqqqqqqqqqq/master
Hannu Nyman [Sun, 3 May 2020 18:56:24 +0000 (21:56 +0300)]
Merge pull request #12066 from jqqqqqqqqqq/master

fish: update to 3.1.2

4 years agofish: update to 3.1.2 12066/head
Curtis Jiang [Sun, 3 May 2020 18:48:53 +0000 (14:48 -0400)]
fish: update to 3.1.2

Signed-off-by: Curtis Jiang <jqqqqqqqqqq@gmail.com>
4 years agoShorewall6: Bump to 5.2.4.4 12064/head
W. van den Akker [Sun, 3 May 2020 17:02:23 +0000 (19:02 +0200)]
Shorewall6: Bump to 5.2.4.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall: Bump to 5.2.4.4
W. van den Akker [Sun, 3 May 2020 17:01:19 +0000 (19:01 +0200)]
Shorewall: Bump to 5.2.4.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall6-lite: Bump to 5.2.4.4
W. van den Akker [Sun, 3 May 2020 17:00:14 +0000 (19:00 +0200)]
Shorewall6-lite: Bump to 5.2.4.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall-lite: Bump to 5.2.4.4
W. van den Akker [Sun, 3 May 2020 16:58:29 +0000 (18:58 +0200)]
Shorewall-lite: Bump to 5.2.4.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall-core: Bump to 5.2.4.4
W. van den Akker [Sun, 3 May 2020 16:57:03 +0000 (18:57 +0200)]
Shorewall-core: Bump to 5.2.4.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agopugixml: add
Rosen Penev [Sat, 2 May 2020 23:45:34 +0000 (16:45 -0700)]
pugixml: add

Needed for gerbera 1.5.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agospdlog: add
Rosen Penev [Sat, 2 May 2020 23:33:17 +0000 (16:33 -0700)]
spdlog: add

Needed for Gerbera 1.5.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoupmpdcli: update to 1.4.7
Rosen Penev [Fri, 1 May 2020 22:22:07 +0000 (15:22 -0700)]
upmpdcli: update to 1.4.7

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibupnpp: update to 0.18.0
Rosen Penev [Fri, 1 May 2020 22:11:51 +0000 (15:11 -0700)]
libupnpp: update to 0.18.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibnpupnp: add
Rosen Penev [Fri, 1 May 2020 22:06:18 +0000 (15:06 -0700)]
libnpupnp: add

This is needed for newer versions of libupnpp. This may or may not also
be needed for newer versions of Gerbera.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibupnp: update to 1.12.1
Rosen Penev [Fri, 1 May 2020 21:07:16 +0000 (14:07 -0700)]
libupnp: update to 1.12.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agofrr: makefile cleanup and misc fixes 12039/head
Lucian Cristian [Fri, 1 May 2020 17:41:08 +0000 (20:41 +0300)]
frr: makefile cleanup and misc fixes

fix mips runtime by backporting some yang changes from master
added commited fixes to 7.3
also add option for snmp support

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
4 years agovpnbypass: bugfix: remove non-ASCII from system log; update README 12056/head
Stan Grishin [Sat, 2 May 2020 22:35:32 +0000 (22:35 +0000)]
vpnbypass: bugfix: remove non-ASCII from system log; update README

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #12053 from neheb/lo
Rosen Penev [Sat, 2 May 2020 22:24:34 +0000 (15:24 -0700)]
Merge pull request #12053 from neheb/lo

liblo: update to 0.31

4 years agoMerge pull request #12047 from jekkos/do-ddns-v2
Rosen Penev [Sat, 2 May 2020 22:24:04 +0000 (15:24 -0700)]
Merge pull request #12047 from jekkos/do-ddns-v2

ddns-scripts: Add digitalocean as DDNS provider

4 years agoddns-scripts: Add digitalocean as DDNS provider 12047/head
Jeroen Peelaerts [Sat, 2 May 2020 17:54:24 +0000 (19:54 +0200)]
ddns-scripts: Add digitalocean as DDNS provider

Signed-off-by: Jeroen Peelaerts <jeroen.peelaerts@gmail.com>
4 years agoliblo: update to 0.31 12053/head
Rosen Penev [Fri, 1 May 2020 23:51:25 +0000 (16:51 -0700)]
liblo: update to 0.31

Refreshed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agominisatip: update to 1.0.3 12052/head
Rosen Penev [Fri, 1 May 2020 23:38:59 +0000 (16:38 -0700)]
minisatip: update to 1.0.3

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibtirpc: update to 1.2.6 12051/head
Rosen Penev [Fri, 1 May 2020 23:33:50 +0000 (16:33 -0700)]
libtirpc: update to 1.2.6

Add HOST_BUILD_PARALLEL for faster compilation.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoneon: update to 0.31.1 12050/head
Rosen Penev [Fri, 1 May 2020 21:02:05 +0000 (14:02 -0700)]
neon: update to 0.31.1

Upstream changed.

Add license information.

Add PKG_BUILD_PARALLEL for faster compilation.

Remove several outdated options.

Refreshed OpenSSL patch.

Other small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12042 from neheb/yaml
Rosen Penev [Sat, 2 May 2020 22:06:34 +0000 (15:06 -0700)]
Merge pull request #12042 from neheb/yaml

libyaml: update to 0.2.4

4 years agoMerge pull request #12040 from neheb/mess
Rosen Penev [Sat, 2 May 2020 22:06:19 +0000 (15:06 -0700)]
Merge pull request #12040 from neheb/mess

meson: update to 0.54.1

4 years agoyoutube-dl: update to version 2020.5.3 12046/head
Josef Schlehofer [Sat, 2 May 2020 17:21:31 +0000 (19:21 +0200)]
youtube-dl: update to version 2020.5.3

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #12045 from peter-stadler/pytz
Hannu Nyman [Sat, 2 May 2020 16:51:48 +0000 (19:51 +0300)]
Merge pull request #12045 from peter-stadler/pytz

python-pytz: update version to 2020.1

4 years agolibyang: update to 1.0.130 12044/head
Lucian Cristian [Sat, 2 May 2020 11:40:32 +0000 (14:40 +0300)]
libyang: update to 1.0.130

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
4 years agopython-pytz: update version to 2020.1 12045/head
Peter Stadler [Sat, 2 May 2020 12:39:02 +0000 (14:39 +0200)]
python-pytz: update version to 2020.1

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
4 years agojson-glib: new package 12036/head
Sebastian Kemper [Fri, 1 May 2020 16:23:49 +0000 (18:23 +0200)]
json-glib: new package

From upstream description:

JSON-GLib is a library providing serialization and deserialization
support for the JavaScript Object Notation (JSON) format described by
RFC 4627.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agolibyaml: update to 0.2.4 12042/head
Rosen Penev [Fri, 1 May 2020 03:11:14 +0000 (20:11 -0700)]
libyaml: update to 0.2.4

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoshairport-sync: update to 3.3.6 12041/head
Rosen Penev [Fri, 1 May 2020 03:45:19 +0000 (20:45 -0700)]
shairport-sync: update to 3.3.6

Use PKG_INSTALL for consistency between packages.

Ran the init script through shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agomeson: update to 0.54.1 12040/head
Rosen Penev [Fri, 1 May 2020 03:51:12 +0000 (20:51 -0700)]
meson: update to 0.54.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agovala: update to 0.48.5
Rosen Penev [Fri, 1 May 2020 03:05:06 +0000 (20:05 -0700)]
vala: update to 0.48.5

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoidevicerestore: update to 2020-04-20
Rosen Penev [Fri, 1 May 2020 04:32:24 +0000 (21:32 -0700)]
idevicerestore: update to 2020-04-20

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agobind: update to version (security fix)
Jan Pavlinec [Thu, 30 Apr 2020 09:39:38 +0000 (11:39 +0200)]
bind: update to version (security fix)

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoocserv: updated to 1.0.1
Nikos Mavrogiannopoulos [Fri, 1 May 2020 11:43:30 +0000 (13:43 +0200)]
ocserv: updated to 1.0.1

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
4 years agoopenconnect: updated to 8.09
Nikos Mavrogiannopoulos [Fri, 1 May 2020 11:42:06 +0000 (13:42 +0200)]
openconnect: updated to 8.09

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
4 years agoMerge pull request #12034 from micmac1/gperf
Hannu Nyman [Fri, 1 May 2020 16:11:36 +0000 (19:11 +0300)]
Merge pull request #12034 from micmac1/gperf

Revert gperf: remove

4 years agoMerge pull request #12013 from neheb/moc
Rosen Penev [Fri, 1 May 2020 15:05:50 +0000 (08:05 -0700)]
Merge pull request #12013 from neheb/moc

mocp: disable ffmpeg

4 years agoMerge pull request #12019 from cotequeiroz/jamvm_host
Eneas U de Queiroz [Fri, 1 May 2020 12:54:26 +0000 (09:54 -0300)]
Merge pull request #12019 from cotequeiroz/jamvm_host

jamvm: remove unneeded host build, and the package itself

4 years agoMerge pull request #12026 from jefferyto/python-dns-pypi
Josef Schlehofer [Fri, 1 May 2020 12:53:45 +0000 (14:53 +0200)]
Merge pull request #12026 from jefferyto/python-dns-pypi

python-dns: Change download source, remove incorrect PKG_CPE_ID

4 years agojamvm: remove package 12019/head
Eneas U de Queiroz [Fri, 1 May 2020 12:42:15 +0000 (09:42 -0300)]
jamvm: remove package

Java support is no longer feasible in openwrt.  It's outdated, and can't
be usd without classpath, which has been removed.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agoMerge pull request #11798 from GuLinux/patch-1
Nikos Mavrogiannopoulos [Fri, 1 May 2020 11:39:03 +0000 (13:39 +0200)]
Merge pull request #11798 from GuLinux/patch-1

openconnect: Allow to set `usergroup` option

4 years agoRevert gperf: remove 12034/head
Sebastian Kemper [Fri, 1 May 2020 11:00:51 +0000 (13:00 +0200)]
Revert gperf: remove

gperf is a basic tool used when building packages. It's not available on
all hosts, in which case having a host package like this one is
required. For instance the CircleCI environment does not contain gperf,
in which case building of software requiring gperf fails.

This commit reverts the gperf removal.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoMerge pull request #12028 from jefferyto/python-schema-0.7.2
Hannu Nyman [Fri, 1 May 2020 10:45:35 +0000 (13:45 +0300)]
Merge pull request #12028 from jefferyto/python-schema-0.7.2

python-schema: Update to 0.7.2, change download source to PyPI

4 years agoMerge pull request #12027 from jefferyto/python-decorator-4.4.2
Hannu Nyman [Fri, 1 May 2020 10:45:13 +0000 (13:45 +0300)]
Merge pull request #12027 from jefferyto/python-decorator-4.4.2

python-decorator: Update to 4.4.2, change download source to PyPI

4 years agoMerge pull request #12029 from jefferyto/django-simple-captcha-pypi
Hannu Nyman [Fri, 1 May 2020 05:55:41 +0000 (08:55 +0300)]
Merge pull request #12029 from jefferyto/django-simple-captcha-pypi

django-simple-captcha: Change download source to PyPI