Package: collectd / 5.7.1-1.1

Metadata

Package Version Patches format
collectd 5.7.1-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
rrd_filter_path.patch | (download)

contrib/migrate-3-4.px | 10 5 + 5 - 0 !
contrib/migrate-4-5.px | 4 2 + 2 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 set the path of rrd_filter.px to /usr/lib/collectd/utils/.

collection_conf_path.patch | (download)

contrib/collection.cgi | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set the path of collection.conf to /etc/collectd/.

myplugin_includes.patch | (download)

contrib/examples/myplugin.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 let the example plugin include the core headers from
/usr/include/collectd/core.

nagios debian paths.patch | (download)

contrib/exec-nagios.conf | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 use paths for nagios-nrpe-server & monitoring-plugins debian packages.
mqtt_resource_leak.patch | (download)

src/mqtt.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 mqtt plugin: fix resource leak.
mqtt_invalid_symbols.patch | (download)

src/mqtt.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 mqtt plugin: fix invalid symbols in topic name.
dpdkstat_goto_label.patch | (download)

src/dpdkstat.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 dpdkstat plugin: jump to the right label
drop_lssl_lcrypto_from_linking.patch | (download)

configure.ac | 2 1 + 1 - 0 !
src/Makefile.am | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 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