Rosen Penev [Wed, 1 May 2019 21:11:48 +0000 (14:11 -0700)]
zstd: Fix compilation on uClibc-ng
uClibc-ng defines __GLIBCC__ and does not compile in execinfo.h. Disable
it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Florian Eckert [Wed, 1 May 2019 18:29:58 +0000 (20:29 +0200)]
Merge pull request #8859 from lnslbrty/bugfix/atop
atop: fix build error
Josef Schlehofer [Wed, 1 May 2019 15:13:39 +0000 (17:13 +0200)]
Merge pull request #8856 from BKPepe/youtube
youtube-dl: update to version 2019.4.30
Toni Uhlig [Wed, 1 May 2019 11:22:28 +0000 (13:22 +0200)]
atop: fix build error
Some Makefile targets did not honor CFLAGS.
This can lead to a SIGSEGV atop exeuctable.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Hannu Nyman [Wed, 1 May 2019 11:18:57 +0000 (14:18 +0300)]
Merge pull request #8857 from neheb/lic
treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES
Rosen Penev [Tue, 30 Apr 2019 21:52:57 +0000 (14:52 -0700)]
treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES
The latter is actually what is used by the build system. Increased
PKG_RELEASE for all packages as this changes the ipk.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 30 Apr 2019 21:48:12 +0000 (14:48 -0700)]
Merge pull request #8848 from ammubhave/bump_re2
libre2: bump version to 2019-04-01
Amol Bhave [Tue, 30 Apr 2019 01:45:51 +0000 (18:45 -0700)]
libre2: bump version to 2019-04-01
compile tested on nbg6817
Signed-off-by: Amol Bhave <ambhave@fb.com>
Rosen Penev [Tue, 30 Apr 2019 19:18:09 +0000 (12:18 -0700)]
Merge pull request #7877 from ammubhave/add_gflags_to_glog_stacked
libglog: Add gflags as a dependency for glog
Rosen Penev [Tue, 30 Apr 2019 19:10:29 +0000 (12:10 -0700)]
Merge pull request #7906 from Mathieu-Coupe/patch-2
[packages] tinyproxy: handling of option XTinyproxy
Rosen Penev [Tue, 30 Apr 2019 19:01:53 +0000 (12:01 -0700)]
Merge pull request #8758 from cotequeiroz/noddos_fixes
noddos: add libipset-7, uclient-fetch compatiblity
Rosen Penev [Tue, 30 Apr 2019 18:59:44 +0000 (11:59 -0700)]
Merge pull request #8658 from jose1711/mjpg_streamer-file_output
Make mjpg-streamer init script recognize file output plugin
Rosen Penev [Tue, 30 Apr 2019 18:52:11 +0000 (11:52 -0700)]
Merge pull request #8775 from neheb/sumo
sumo: Update to 1.1.0
Michael Heimpold [Mon, 29 Apr 2019 20:05:12 +0000 (22:05 +0200)]
php7-pecl-redis: add new package (fixes #8710)
This add the pecl package for communicating with redis servers.
Run-tested on mxs platform with a local redis test server.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Tue, 30 Apr 2019 18:47:21 +0000 (11:47 -0700)]
Merge pull request #8849 from EricLuehrsen/unbound_dhcp_master
unbound: fix local dns synthesis corner cases
Josef Schlehofer [Tue, 30 Apr 2019 17:42:28 +0000 (19:42 +0200)]
youtube-dl: update to version 2019.4.30
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Tue, 30 Apr 2019 14:56:24 +0000 (07:56 -0700)]
Merge pull request #8834 from dengqf6/ariang
ariang: update to 1.1.0
Rosen Penev [Tue, 30 Apr 2019 14:54:54 +0000 (07:54 -0700)]
Merge pull request #8814 from val-kulkov/subversion-package
subversion: update to the latest stable release
Yousong Zhou [Mon, 29 Apr 2019 06:06:25 +0000 (06:06 +0000)]
qemu: bump to version 4.0.0
Group configure options by the functionality category they roughly
belong to
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Alexandru Ardelean [Thu, 14 Mar 2019 08:52:49 +0000 (10:52 +0200)]
treewide,python: take over maintainership from Gergely Kiss
This change changes the maintainer to
`Alexandru Ardelean <ardeleanalex@gmail.com`
for all Python packages owned by
`Gergely Kiss <mail.gery@gmail.com>`
No functional changes.
Bumping PKG_RELEASE on each package that is updated.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Luiz Angelo Daros de Luca [Tue, 30 Apr 2019 02:33:28 +0000 (23:33 -0300)]
hplip: bump to 3.19.3
040-fix_bool.patch: fixed upstream
060-fix-uclibc.patch: workaround for uclibc build (arc_arc700)
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Eric Luehrsen [Tue, 30 Apr 2019 02:27:53 +0000 (22:27 -0400)]
unbound: fix local dns synthesis corner cases
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Amol Bhave [Sat, 5 Jan 2019 04:44:54 +0000 (20:44 -0800)]
libglog: Add gflags a dependency for libglog
Depends on PR #7098
With gflags available, glog's compilation behaves differently and
includes gflags specific code. This code allows customizing logging in
programs that use glog, using command command line parameters.
Compile tested: openwrt-18.06 for ipq40xx, ipq806x, x86 and ar71xx
Run tested: Tested on devices running on the above architectures.
Signed-off-by: Amol Bhave <ambhave@fb.com>
Deng Qingfang [Mon, 29 Apr 2019 05:34:46 +0000 (13:34 +0800)]
ariang: update to 1.1.0
Update AriaNg to latest release 1.1.0
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Rosen Penev [Mon, 29 Apr 2019 23:07:06 +0000 (16:07 -0700)]
Merge pull request #8847 from MikePetullo/gstreamer1
gstreamer1: revert addition of --disable-option-parsing
W. Michael Petullo [Mon, 29 Apr 2019 22:09:38 +0000 (18:09 -0400)]
gstreamer1: revert addition of --disable-option-parsing
The --disable-option-parsing flag breaks applications (such as dmapd)
that assume gst_init_get_option_group() initializes GStreamer. The
gst_init_get_option_group() function returns NULL and does nothing to
initialize GStreamer in this case. The --disable-option-parsing is meant
only for very specialized instances.
See also https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/388.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Rosen Penev [Mon, 29 Apr 2019 20:21:43 +0000 (13:21 -0700)]
Merge pull request #7098 from ammubhave/add_libgflags
libgflags: add gflags package
Rosen Penev [Mon, 29 Apr 2019 20:17:19 +0000 (13:17 -0700)]
Merge pull request #8804 from neheb/cif
cifs-utils: Update to 6.9
Rosen Penev [Mon, 29 Apr 2019 20:15:48 +0000 (13:15 -0700)]
Merge pull request #8813 from neheb/miniup
miniupnpd: Fix compilation under glibc
Rosen Penev [Mon, 29 Apr 2019 19:53:54 +0000 (12:53 -0700)]
Merge pull request #8818 from MikePetullo/gstreamer1
gstreamer1: update to 1.16.0
Rosen Penev [Mon, 29 Apr 2019 19:44:48 +0000 (12:44 -0700)]
Merge pull request #7102 from ammubhave/add_libre2
libre2: add re2 package
Hannu Nyman [Mon, 29 Apr 2019 19:23:51 +0000 (22:23 +0300)]
Merge pull request #8841 from lnslbrty/update/ptunnel-ng
ptunnel-ng: update to 1.42
Hannu Nyman [Mon, 29 Apr 2019 19:22:44 +0000 (22:22 +0300)]
Merge pull request #8833 from lucize/doveup
dovecot: update to 2.3.5.2
Toni Uhlig [Mon, 29 Apr 2019 18:12:56 +0000 (20:12 +0200)]
ptunnel-ng: update to 1.42
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Luiz Angelo Daros de Luca [Mon, 29 Apr 2019 18:05:18 +0000 (15:05 -0300)]
libvpx: cleanup configure/make vars
Instead of redefining LD (and duplicating it), it is better to
unset the existing value first.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Rosen Penev [Mon, 29 Apr 2019 17:54:39 +0000 (10:54 -0700)]
Merge pull request #7641 from marcin1j/pr/
20181211-owfs-remove-avahi-dependency
owfs: disable avahi dependency
Rosen Penev [Mon, 29 Apr 2019 16:24:15 +0000 (09:24 -0700)]
Merge pull request #8835 from dengqf6/ngx
nginx: update to 1.16.0
Luiz Angelo Daros de Luca [Sun, 14 Apr 2019 04:33:45 +0000 (01:33 -0300)]
libvpx: bump to 1.8.0
This release focused on encoding performance for realtime and VOD use cases.
See: https://chromium.googlesource.com/webm/libvpx/+/refs/tags/v1.8.0
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Deng Qingfang [Mon, 29 Apr 2019 05:32:12 +0000 (13:32 +0800)]
nginx: update to 1.16.0
Update nginx to latest stable release 1.16.0
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Lucian Cristian [Mon, 29 Apr 2019 01:29:17 +0000 (04:29 +0300)]
dovecot: update to 2.3.5.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
W. Michael Petullo [Sun, 28 Apr 2019 14:15:23 +0000 (10:15 -0400)]
gst1-libav: update to 1.16.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Rosen Penev [Sun, 28 Apr 2019 21:24:31 +0000 (14:24 -0700)]
Merge pull request #8830 from cshoredaniel/pr-nut-nutmon+fsd-fixes
nut: nutmon+fsd fixes
Rosen Penev [Sun, 28 Apr 2019 20:56:02 +0000 (13:56 -0700)]
Merge pull request #8782 from neheb/sys
sysrepo: Fix compilation with bindings enabled
Rosen Penev [Sun, 28 Apr 2019 20:54:58 +0000 (13:54 -0700)]
Merge pull request #8810 from zhaojh329/lua-ev
lua-ev: Add package
Rosen Penev [Sun, 28 Apr 2019 20:54:40 +0000 (13:54 -0700)]
Merge pull request #8798 from ja-pa/libpng-security-update
libpng: update to version 1.6.37
Rosen Penev [Sun, 28 Apr 2019 20:53:57 +0000 (13:53 -0700)]
Merge pull request #8694 from neheb/inl
perl-inline: Update to 0.82
Daniel F. Dickinson [Sun, 28 Apr 2019 20:10:27 +0000 (20:10 +0000)]
nut: Actually do FSD when required
The code was all there but the call do the function containing it was missing,
so call the function so that forced (UPS) shutdown occurs on a battery critical
or manually requested FSD situation.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Daniel F. Dickinson [Sun, 28 Apr 2019 20:08:45 +0000 (20:08 +0000)]
nut: Fix nutmon issues with init
NUT's upsmon is rather peculiar in that it has a child process that runs as
a regular user and a parent process that runs as root (in order to facilitate
shutting down the device if needed). procd doesn't deal well with this and
doing 'normal' procd stop / restart / etc results in the child process still
hanging around but with not parent, which causes undesired behaviour. Therefore,
add the use of 'upsmon -c stop' during process shutdown / restart in order to
ensure that upsmon is actually fully stopped.
Also fixes nut-monitor going into crashloop on network changes (due to
trigger that restarted upsmon but failed due to orphan child from before
restart).
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
champtar [Sun, 28 Apr 2019 15:42:50 +0000 (12:42 -0300)]
Merge pull request #8657 from klukonin/Prometheus_add_more_metrics
prometheus-node-exporter-lua: Add more wifi_station metrics
W. Michael Petullo [Sun, 28 Apr 2019 14:14:59 +0000 (10:14 -0400)]
gst1-plugins-ugly: update to 1.16.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sun, 28 Apr 2019 14:14:50 +0000 (10:14 -0400)]
gst1-plugins-bad: update to 1.16.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sun, 28 Apr 2019 14:14:41 +0000 (10:14 -0400)]
gst1-plugins-good: update to 1.16.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sun, 28 Apr 2019 14:14:32 +0000 (10:14 -0400)]
gst1-plugins-base: update to 1.16.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Hannu Nyman [Sun, 28 Apr 2019 08:23:55 +0000 (11:23 +0300)]
Merge pull request #8825 from MikePetullo/libpsl
libpsl: update to 0.21.0
Val Kulkov [Sun, 28 Apr 2019 04:43:49 +0000 (00:43 -0400)]
subversion: revise Makefile
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Dirk Brenken [Sun, 28 Apr 2019 04:27:04 +0000 (06:27 +0200)]
Merge pull request #8811 from neheb/ssm
ssmpt: Fix compilation without deprecated OpenSSL APIs
W. Michael Petullo [Sun, 28 Apr 2019 03:36:41 +0000 (23:36 -0400)]
gstreamer1: update to 1.16.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sun, 28 Apr 2019 03:25:59 +0000 (23:25 -0400)]
libpsl: update to 0.21.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Rosen Penev [Sun, 28 Apr 2019 01:06:41 +0000 (18:06 -0700)]
gst1-libav: Fix octeonplus hack
The proper directive is ifneq, not ifeq.
Tested on mips64 and i386 to make sure it still builds.
Signed-off-by: Rosen Penev <rosenp@gmail.com
Val Kulkov [Sat, 27 Apr 2019 21:48:13 +0000 (17:48 -0400)]
subversion: update to the latest stable release
Update to version 1.12.0.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Rosen Penev [Sat, 27 Apr 2019 19:01:45 +0000 (12:01 -0700)]
miniupnpd: Fix compilation under glibc
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 27 Apr 2019 18:20:41 +0000 (11:20 -0700)]
ssmpt: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tom Sullivan [Sun, 12 Nov 2017 02:39:30 +0000 (13:39 +1100)]
tcp_wrappers: fix compilation warnings
Set `Wall` and address sources of reported warnings.
Signed-off-by: Tom Sullivan <tom@msbit.com.au>
Hannu Nyman [Sat, 27 Apr 2019 16:06:21 +0000 (19:06 +0300)]
Merge pull request #8795 from commodo/python-evdev-bump
Python evdev bump
Hannu Nyman [Sat, 27 Apr 2019 16:05:56 +0000 (19:05 +0300)]
Merge pull request #8796 from cotequeiroz/node_mips64
node: don't build on unsupported cpus, remove menu
Michael Heimpold [Sat, 27 Apr 2019 15:48:52 +0000 (17:48 +0200)]
Merge pull request #8737 from neheb/php7
php7: Fix compilation without deprecated OpenSSL APIs
Jianhui Zhao [Sat, 27 Apr 2019 09:13:53 +0000 (17:13 +0800)]
lua-ev: Add package
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Josef Schlehofer [Fri, 26 Apr 2019 15:36:23 +0000 (17:36 +0200)]
netdata: update to version 1.14.0
- Add @BKPepe and @diizzyy as maintainers
- Add PKG_CPE_ID
- Modify 2nd patch
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Sat, 27 Apr 2019 06:03:22 +0000 (23:03 -0700)]
Merge pull request #8809 from MikePetullo/bogofilter
bogofilter: mark /etc/bogofilter.cf as a configuration file
W. Michael Petullo [Sat, 27 Apr 2019 03:10:15 +0000 (23:10 -0400)]
bogofilter: mark /etc/bogofilter.cf as a configuration file
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Eneas U de Queiroz [Thu, 25 Apr 2019 14:02:22 +0000 (11:02 -0300)]
node: don't build on unsupported cpus, remove menu
Node does not support arc or armeb systems.
Moved i18 option to straight under node instead of on its own menu.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Luiz Angelo Daros de Luca [Fri, 26 Apr 2019 21:19:06 +0000 (18:19 -0300)]
ruby: update to 2.6.3
Bug fixes and support for New Japanese Era.
See: https://www.ruby-lang.org/en/news/2019/04/17/ruby-2-6-3-released/
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Rosen Penev [Fri, 26 Apr 2019 15:44:10 +0000 (08:44 -0700)]
Merge pull request #8745 from neheb/squ
squid: Update to 4.6
Yousong Zhou [Fri, 26 Apr 2019 02:23:35 +0000 (02:23 +0000)]
python-six: remove python2 variant of host install
The python2 host variant is not needed anymore as openvswitch has now
switch to using python3 for building
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Thu, 25 Apr 2019 10:45:17 +0000 (10:45 +0000)]
openvswitch: switch to using python3 both on build and target machine
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Thu, 25 Apr 2019 10:44:19 +0000 (10:44 +0000)]
openvswitch: add openvswitch-python3 package
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Thu, 25 Apr 2019 13:17:00 +0000 (13:17 +0000)]
python-six: add python3 variant for host install
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Josef Schlehofer [Fri, 26 Apr 2019 09:47:52 +0000 (11:47 +0200)]
Merge pull request #8738 from BKPepe/xmltodict
python-xmltodict: add a new package
Josef Schlehofer [Sun, 21 Apr 2019 01:32:24 +0000 (03:32 +0200)]
python-xmltodict: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Stijn Tintel [Fri, 26 Apr 2019 08:55:09 +0000 (11:55 +0300)]
Merge pull request #8801 from neheb/domo
domoticz: fix boost 1.70 compat
Rosen Penev [Fri, 26 Apr 2019 07:55:23 +0000 (00:55 -0700)]
Merge pull request #8668 from neheb/usb
perl-device-usb: Update to 0.37
Rosen Penev [Fri, 26 Apr 2019 07:52:54 +0000 (00:52 -0700)]
Merge pull request #8805 from gladiac1337/feature-haproxy-v1.8.19-updates-2
haproxy: Update all patches for HAProxy v1.8.19 #2
Christian Lachner [Fri, 26 Apr 2019 06:56:27 +0000 (08:56 +0200)]
haproxy: Update all patches for HAProxy v1.8.19
- Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.19.html)
- Raise PKG_RELEASE to 4
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Yuhei OKAWA [Thu, 25 Apr 2019 15:40:14 +0000 (00:40 +0900)]
open-vm-tools: bump to 10.3.10
Tested on ESXi 6.7
Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
Rosen Penev [Fri, 26 Apr 2019 02:21:43 +0000 (19:21 -0700)]
Merge pull request #8800 from neheb/i2p
i2pd: Update to 2.24.0
Rosen Penev [Fri, 26 Apr 2019 00:04:24 +0000 (17:04 -0700)]
Merge pull request #8704 from rosysong/ntfs-3g
ntfs-3g: allow build without ntfs3g.probe utility
Rosen Penev [Thu, 25 Apr 2019 18:07:36 +0000 (11:07 -0700)]
domoticz: fix boost 1.70 compat
This is an upstream backport that deals with an API change in Boost.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 25 Apr 2019 22:01:15 +0000 (15:01 -0700)]
Merge pull request #8803 from neheb/nt
ntpclient: Fix NTP_RUNNING command to work when procps-ng is installed
Rosen Penev [Thu, 25 Apr 2019 04:18:03 +0000 (21:18 -0700)]
cifs-utils: Update to 6.9
Reorganized and cleaned up Makefile for consistency between packages.
Disabled relro and pie. The build system already handles those.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 25 Apr 2019 21:17:33 +0000 (14:17 -0700)]
ntpclient: Fix NTP_RUNNING command to work when procps-ng is installed
busybox ps and procps-ng ps have different outputs. Force busybox ps usage
to fix this.
Also cleaned up the script using shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 25 Apr 2019 17:54:33 +0000 (10:54 -0700)]
i2pd: Update to 2.24.0
Needed to fix compilation with Boost 1.70.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 25 Apr 2019 17:46:32 +0000 (10:46 -0700)]
Merge pull request #8762 from jefferyto/slide-switch-0.9.4
slide-switch: Update to 0.9.4
Jan Pavlinec [Thu, 25 Apr 2019 14:37:54 +0000 (16:37 +0200)]
libpng: update to version 1.6.37
Fixes CVE-2019-7317
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jiri Slachta [Thu, 25 Apr 2019 14:01:12 +0000 (16:01 +0200)]
Merge pull request #8763 from ja-pa/libxslt-security-fix
libxslt: patch security issue and add CPE id
Josef Schlehofer [Thu, 25 Apr 2019 12:06:37 +0000 (14:06 +0200)]
Merge pull request #8787 from BKPepe/ruamel.yaml
ruamel-yaml: update to version 0.15.94
Jonas Gorski [Thu, 25 Apr 2019 11:56:29 +0000 (13:56 +0200)]
Merge pull request #8755 from neheb/znc3
znc: Clean up Makefile and fix compilation on PPC
Jeffery To [Tue, 23 Apr 2019 12:47:55 +0000 (20:47 +0800)]
slide-switch: Update to 0.9.4
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Florian Eckert [Thu, 25 Apr 2019 10:52:44 +0000 (12:52 +0200)]
collectd: update forgotten PKG_RELEASE number after last change
Update PKG_RELEASE mumber.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Daniel Engberg [Thu, 25 Apr 2019 10:52:39 +0000 (12:52 +0200)]
Merge pull request #8794 from albert-lopez/oor
oor: update to 1.3.0
Florian Eckert [Thu, 25 Apr 2019 10:44:31 +0000 (12:44 +0200)]
Merge pull request #8138 from TDT-AG/pr/
20190206-collectd
collectd: enable lua support