summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Peter Michael Green [Tue, 22 Sep 2020 14:58:41 +0000 (15:58 +0100)]
Merge collectd (5.11.0-7+rpi1) import into refs/heads/workingbranch
Jose M. Guisado Gomez [Sat, 18 Jul 2020 10:25:21 +0000 (12:25 +0200)]
[PATCH 1/2] capabilities: conditionalize mhd callback return type
libmicrohttpd introduced an API change with respect its callback
return types. Now its signature says that an enum must be returned
instead of an int. This causes collectd to not finish compilation
because of the compiler warnings this arised (in addition to -Werror)
Add conditional compiling so systems with microhttpd >=0.9.71 can
compile collectd with -Werror
Fixes #3511
Gbp-Pq: Name 3512.patch
Bas Couwenberg [Tue, 22 Sep 2020 14:58:41 +0000 (15:58 +0100)]
Use paths for nagios-nrpe-server & monitoring-plugins Debian packages.
Gbp-Pq: Name nagios-debian-paths.patch
Sebastian Harl [Tue, 22 Sep 2020 14:58:41 +0000 (15:58 +0100)]
Let the example plugin include the core headers from
/usr/include/collectd/core.
Gbp-Pq: Name myplugin_includes.patch
Sebastian Harl [Tue, 22 Sep 2020 14:58:41 +0000 (15:58 +0100)]
Set the path of collection.conf to /etc/collectd/.
===================================================================
Gbp-Pq: Name collection_conf_path.patch
Sebastian Harl [Tue, 22 Sep 2020 14:58:41 +0000 (15:58 +0100)]
Set the path of rrd_filter.px to /usr/lib/collectd/utils/.
===================================================================
Gbp-Pq: Name rrd_filter_path.patch
Peter Michael Green [Tue, 22 Sep 2020 14:58:41 +0000 (15:58 +0100)]
collectd (5.11.0-7+rpi1) bullseye-staging; urgency=medium
* Use libatomic on armhf too.
[dgit import unpatched collectd 5.11.0-7+rpi1]
Peter Michael Green [Tue, 22 Sep 2020 14:58:41 +0000 (15:58 +0100)]
Import collectd_5.11.0-7+rpi1.debian.tar.xz
[dgit import tarball collectd 5.11.0-7+rpi1 collectd_5.11.0-7+rpi1.debian.tar.xz]
Bernd Zeimetz [Tue, 28 Jul 2020 09:21:09 +0000 (10:21 +0100)]
Merge collectd (5.11.0-7) import into refs/heads/workingbranch
Jose M. Guisado Gomez [Sat, 18 Jul 2020 10:25:21 +0000 (12:25 +0200)]
[PATCH 1/2] capabilities: conditionalize mhd callback return type
libmicrohttpd introduced an API change with respect its callback
return types. Now its signature says that an enum must be returned
instead of an int. This causes collectd to not finish compilation
because of the compiler warnings this arised (in addition to -Werror)
Add conditional compiling so systems with microhttpd >=0.9.71 can
compile collectd with -Werror
Fixes #3511
Gbp-Pq: Name 3512.patch
Bas Couwenberg [Tue, 28 Jul 2020 09:21:09 +0000 (10:21 +0100)]
Use paths for nagios-nrpe-server & monitoring-plugins Debian packages.
Gbp-Pq: Name nagios-debian-paths.patch
Sebastian Harl [Tue, 28 Jul 2020 09:21:09 +0000 (10:21 +0100)]
Let the example plugin include the core headers from
/usr/include/collectd/core.
Gbp-Pq: Name myplugin_includes.patch
Sebastian Harl [Tue, 28 Jul 2020 09:21:09 +0000 (10:21 +0100)]
Set the path of collection.conf to /etc/collectd/.
===================================================================
Gbp-Pq: Name collection_conf_path.patch
Sebastian Harl [Tue, 28 Jul 2020 09:21:09 +0000 (10:21 +0100)]
Set the path of rrd_filter.px to /usr/lib/collectd/utils/.
===================================================================
Gbp-Pq: Name rrd_filter_path.patch
Bernd Zeimetz [Tue, 28 Jul 2020 09:21:09 +0000 (10:21 +0100)]
collectd (5.11.0-7) unstable; urgency=medium
* [
d6feaf3] Fix arch list for protobuf-compiler-grpc.
[dgit import unpatched collectd 5.11.0-7]
Bernd Zeimetz [Tue, 28 Jul 2020 09:21:09 +0000 (10:21 +0100)]
Import collectd_5.11.0-7.debian.tar.xz
[dgit import tarball collectd 5.11.0-7 collectd_5.11.0-7.debian.tar.xz]
Bernd Zeimetz [Sat, 28 Mar 2020 22:16:47 +0000 (22:16 +0000)]
Import collectd_5.11.0.orig.tar.bz2
[dgit import orig collectd_5.11.0.orig.tar.bz2]
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
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
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
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
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
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
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
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
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
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]
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]
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]
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
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
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
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
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
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
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
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
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
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]
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]
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]
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]
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]