summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kentaro Hayashi [Wed, 14 Jul 2021 12:46:02 +0000 (13:46 +0100)]
Fix CGI::param error in collection3
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982294
Forwarded: https://salsa.debian.org/debian/pkg-collectd/-/merge_requests/6
When using collection3 as a CGI, the following error is sent to logs repeatedly.
This MR fixes it:
FastCGI sent in stderr: "CGI::param called in list context from /usr/share/doc/collectd-core/examples/collection3/lib/Collectd/Graph/Common.pm line 529, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 412"
This is caused by inappropriate usage of param(),
it should be handled as a scalar or should be treated by multi_param() explicitly.
Closes: #982294
ref. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982294
Gbp-Pq: Name cgi-param-in-list-context.patch
Collectd Packaging Team [Wed, 14 Jul 2021 12:46:02 +0000 (13:46 +0100)]
fix-smart-test
===================================================================
Gbp-Pq: Name fix-smart-test
Bas Couwenberg [Wed, 14 Jul 2021 12:46:02 +0000 (13:46 +0100)]
Use paths for nagios-nrpe-server & monitoring-plugins Debian packages.
Gbp-Pq: Name nagios-debian-paths.patch
Sebastian Harl [Wed, 14 Jul 2021 12:46:02 +0000 (13:46 +0100)]
Let the example plugin include the core headers from
/usr/include/collectd/core.
Gbp-Pq: Name myplugin_includes.patch
Sebastian Harl [Wed, 14 Jul 2021 12:46:02 +0000 (13:46 +0100)]
Set the path of collection.conf to /etc/collectd/.
===================================================================
Gbp-Pq: Name collection_conf_path.patch
Sebastian Harl [Wed, 14 Jul 2021 12:46:02 +0000 (13:46 +0100)]
Set the path of rrd_filter.px to /usr/lib/collectd/utils/.
===================================================================
Gbp-Pq: Name rrd_filter_path.patch
Kentaro Hayashi [Wed, 14 Jul 2021 12:46:02 +0000 (13:46 +0100)]
collectd (5.12.0-7) unstable; urgency=medium
* Team upload.
* Fix CGI::param error in collection3 (Closes: 982294)
[dgit import unpatched collectd 5.12.0-7]
Kentaro Hayashi [Wed, 14 Jul 2021 12:46:02 +0000 (13:46 +0100)]
Import collectd_5.12.0-7.debian.tar.xz
[dgit import tarball collectd 5.12.0-7 collectd_5.12.0-7.debian.tar.xz]
Bernd Zeimetz [Mon, 7 Dec 2020 20:35:49 +0000 (20:35 +0000)]
Import collectd_5.12.0.orig.tar.xz
[dgit import orig collectd_5.12.0.orig.tar.xz]