collectd: upgrade package collectd to version 5.8.0

This patch upgrades the collectd package from 5.7.2 to 5.8.2.
All openwrt patches got either updated or deleted in case they
are already included into upstream collectd.
The new collectd 5.8.0 package compiles and got tested on current
lede trunk with latest luci on an PCengines APU. All default plugins
(enabled via Openwrt  Makefile) - so also iwinfo - are running fine
with the new version.

Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de>

Amended with the following changes:

* preserve git file history by avoiding unnecessary patch renames
* mark new plugins introduced with 5.8 branch as disabled

Compile tested all plugins with ipq806x

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Thomas Huehn
2017-11-30 19:52:34 +01:00
committed by Hannu Nyman
parent f7450805b4
commit 55e530747f
8 changed files with 73 additions and 228 deletions
+10 -3
View File
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=collectd
PKG_VERSION:=5.7.2
PKG_RELEASE:=2
PKG_VERSION:=5.8.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://collectd.org/files/ \
https://github.com/collectd/collectd/releases/download/collectd-$(PKG_VERSION)
PKG_HASH:=9d20a0221569a8d6b80bbc52b86e5e84965f5bafdbf5dfc3790e0fed0763e592
PKG_HASH:=b06ff476bbf05533cb97ae6749262cc3c76c9969f032bd8496690084ddeb15c9
PKG_FIXUP:=autoreconf
PKG_REMOVE_FILES:=aclocal.m4 libltdl/aclocal.m4
@@ -36,6 +36,7 @@ COLLECTD_PLUGINS_DISABLED:= \
curl_json \
curl_xml \
dbi \
dpdkevents \
dpdkstat \
drbd \
ethstat \
@@ -46,6 +47,7 @@ COLLECTD_PLUGINS_DISABLED:= \
grpc \
hddtemp \
hugepages \
intel_pmu \
intel_rdt \
ipc \
ipmi \
@@ -57,6 +59,7 @@ COLLECTD_PLUGINS_DISABLED:= \
lpar \
madwifi \
mbmon \
mcelog \
md \
memcachec \
memcached \
@@ -73,6 +76,8 @@ COLLECTD_PLUGINS_DISABLED:= \
openldap \
openvz \
oracle \
ovs_events \
ovs_stats \
perl \
pf \
pinba \
@@ -83,8 +88,10 @@ COLLECTD_PLUGINS_DISABLED:= \
serial \
sigrok \
smart \
snmp_agent \
statsd \
swap \
synproxy \
tape \
tokyotyrant \
turbostat \