collectd.git
6 years agoMerge collectd (5.8.1-1.3) import into refs/heads/workingbranch
Chris Hofstaedtler [Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)]
Merge collectd (5.8.1-1.3) import into refs/heads/workingbranch

6 years agosensors: Removed checks for upper limit of SENSORS_API_VERSION
Pavel Rochnyack [Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)]
sensors: Removed checks for upper limit of SENSORS_API_VERSION

Origin: https://github.com/collectd/collectd/commit/d5a3c020d33cc33ee8049f54c7b4dffcd123bf83
Forwarded: https://github.com/collectd/collectd/pull/3013

That makes no more sense after lm-sensors got new maintainers.

Gbp-Pq: Name removed_checks_for_upper_limit_of_SENSORS_API.patch

6 years agodo not use -ldpdk for configure check
Luca Boccassi [Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)]
do not use -ldpdk for configure check

Origin: https://github.com/collectd/collectd/commit/b29454cdf22a197924d35bb2da0840df9cbd65f6
Forwarded: https://github.com/collectd/collectd/pull/3015

The AC_CHECK_LIB test runs unconditionally, and fails with DPDK 18.11
when built with Meson as there is no longer a libdpdk.so linker script,
but only a pkg-config file, so -ldpdk (which is what AC_CHECK_LIB runs)
fails.
Use AC_LINK_IFELSE instead, with compiler and linker flags set
appropriately.

Gbp-Pq: Name dpdk_configure_check.patch

6 years agomute liblvm2app depreciation warning
Christian Ehrhardt [Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)]
mute liblvm2app depreciation warning

Forwarded: https://github.com/collectd/collectd/issues/2647
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881641

Gbp-Pq: Name liblvm2app_depreciation_warning.patch

6 years agoconfigure: barometer: fix i2c lib usage for 4.0
Andreas Hasenack [Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)]
configure: barometer: fix i2c lib usage for 4.0

Forwarded: https://github.com/collectd/collectd/issues/2646
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1742691
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886920
Last-Update: 2018-02-21

Gbp-Pq: Name i2c_detection.patch

6 years agoUse paths for nagios-nrpe-server & monitoring-plugins Debian packages.
Bas Couwenberg [Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)]
Use paths for nagios-nrpe-server & monitoring-plugins Debian packages.

Gbp-Pq: Name nagios-debian-paths.patch

6 years agoLet the example plugin include the core headers from
Sebastian Harl [Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)]
Let the example plugin include the core headers from

/usr/include/collectd/core.

Gbp-Pq: Name myplugin_includes.patch

6 years agoSet the path of collection.conf to /etc/collectd/.
Sebastian Harl [Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)]
Set the path of collection.conf to /etc/collectd/.

Gbp-Pq: Name collection_conf_path.patch

6 years agoSet the path of rrd_filter.px to /usr/lib/collectd/utils/.
Sebastian Harl [Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)]
Set the path of rrd_filter.px to /usr/lib/collectd/utils/.

Gbp-Pq: Name rrd_filter_path.patch

6 years agocollectd (5.8.1-1.3) unstable; urgency=medium
Chris Hofstaedtler [Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)]
collectd (5.8.1-1.3) unstable; urgency=medium

  * Non-maintainer upload.

  [ Jonathan McDowell ]
  * Re-enable mqtt + varnish plugins. (Closes: #924337)

  [ Chris Hofstaedtler ]
  * Apply Jonathan's patch and upload it.

[dgit import unpatched collectd 5.8.1-1.3]

6 years agoImport collectd_5.8.1-1.3.debian.tar.xz
Chris Hofstaedtler [Sat, 6 Apr 2019 12:21:09 +0000 (13:21 +0100)]
Import collectd_5.8.1-1.3.debian.tar.xz

[dgit import tarball collectd 5.8.1-1.3 collectd_5.8.1-1.3.debian.tar.xz]

7 years agoImport collectd_5.8.1.orig.tar.bz2
Sebastian Harl [Thu, 22 Nov 2018 23:01:43 +0000 (23:01 +0000)]
Import collectd_5.8.1.orig.tar.bz2

[dgit import orig collectd_5.8.1.orig.tar.bz2]

8 years agoMerge collectd (5.7.1-1.1) import into refs/heads/workingbranch
Sebastian Andrzej Siewior [Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)]
Merge collectd (5.7.1-1.1) import into refs/heads/workingbranch

8 years agoRemove SSL libs from libs
Sebastian Andrzej Siewior [Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)]
Remove SSL libs from libs

The Makefile/Configure adds "-lssl -lcrypto" but does not depend libssl-dev
nor does it use any of its functions diretly.
Depending on those should not be needed unless for static compilation thus
removing them.

BTS: https://bugs.debian.org/852924

Gbp-Pq: Name drop_lssl_lcrypto_from_linking.patch

8 years agodpdkstat plugin: jump to the right label
Ruben Kerkhof [Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)]
dpdkstat plugin: jump to the right label

Gbp-Pq: Name dpdkstat_goto_label.patch

8 years agomqtt plugin: Fix invalid symbols in topic name.
Denys Fedoryshchenko [Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)]
mqtt plugin: Fix invalid symbols in topic name.

Gbp-Pq: Name mqtt_invalid_symbols.patch

8 years agomqtt plugin: Fix resource leak.
Denys Fedoryshchenko [Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)]
mqtt plugin: Fix resource leak.

Gbp-Pq: Name mqtt_resource_leak.patch

8 years agoUse paths for nagios-nrpe-server & monitoring-plugins Debian packages.
Bas Couwenberg [Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)]
Use paths for nagios-nrpe-server & monitoring-plugins Debian packages.

Gbp-Pq: Name nagios-debian-paths.patch

8 years agoLet the example plugin include the core headers from
Sebastian Harl [Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)]
Let the example plugin include the core headers from

/usr/include/collectd/core.

Gbp-Pq: Name myplugin_includes.patch

8 years agoSet the path of collection.conf to /etc/collectd/.
Sebastian Harl [Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)]
Set the path of collection.conf to /etc/collectd/.

Gbp-Pq: Name collection_conf_path.patch

8 years agoSet the path of rrd_filter.px to /usr/lib/collectd/utils/.
Sebastian Harl [Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)]
Set the path of rrd_filter.px to /usr/lib/collectd/utils/.

Gbp-Pq: Name rrd_filter_path.patch

8 years agocollectd (5.7.1-1.1) unstable; urgency=medium
Sebastian Andrzej Siewior [Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)]
collectd (5.7.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop -ssl -lcrypto from linking (openssl's functionality is not used by
    collectd). Add drop_lssl_lcrypto_from_linking.patch (Closes: #852924).

[dgit import unpatched collectd 5.7.1-1.1]

8 years agoImport collectd_5.7.1-1.1.debian.tar.xz
Sebastian Andrzej Siewior [Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)]
Import collectd_5.7.1-1.1.debian.tar.xz

[dgit import tarball collectd 5.7.1-1.1 collectd_5.7.1-1.1.debian.tar.xz]

8 years agoImport collectd_5.7.1.orig.tar.bz2
Marc Fournier [Mon, 23 Jan 2017 19:45:34 +0000 (19:45 +0000)]
Import collectd_5.7.1.orig.tar.bz2

[dgit import orig collectd_5.7.1.orig.tar.bz2]

9 years agocollectd (5.4.1-6+deb8u1) jessie-security; urgency=high
Sebastian Harl [Thu, 28 Jul 2016 20:25:08 +0000 (21:25 +0100)]
collectd (5.4.1-6+deb8u1) jessie-security; urgency=high

  * debian/patches/CVE-2016-6254.dpatch: Fix heap overflow in the network
    plugin. Emilien Gaspar has identified a heap overflow in parse_packet(),
    the function used by the network plugin to parse incoming network packets.
    Thanks to Florian Forster for reporting the bug in Debian.
    (Closes: #832507, CVE-2016-6254)
  * debian/patches/bts832577-gcry-control.dpatch: Fix improper usage of
    gcry_control. A team of security researchers at Columbia University and
    the University of Virginia discovered that GCrypt's gcry_control is
    sometimes called without checking its return value for an error. This may
    cause the program to be initialized without the desired, secure settings.
    (Closes: #832577)

[dgit import package collectd 5.4.1-6+deb8u1]

11 years agoImport collectd_5.4.1.orig.tar.gz
Sebastian Harl [Tue, 28 Jan 2014 20:47:00 +0000 (20:47 +0000)]
Import collectd_5.4.1.orig.tar.gz

[dgit import orig collectd_5.4.1.orig.tar.gz]