Code

Release the 5.7.2-2 changelog.
[pkg-collectd.git] / debian / changelog
1 collectd (5.7.2-2) trusty; urgency=medium
3   [ Luca Boccassi ]
4   * debian/patches:
5     - Add dpdk-pkg-config.patch: Backport upstream patch to build DPDK with
6       pkg-config. This allows DPDK in Debian to fix an upstream multi-arch
7       issue, where arch-dependents headers are installed in /usr/include
8       breaking multi-arch co-installability of libdpdk-dev. (Closes: #872482)
10   [ Sebastian Harl ]
11   * Disable the sigrok plugin for now; it's not compatible with libsigrok4;
12     thanks to Adrian Bunk for reporting this (Closes: #878348).
13   * Enable the write_mongodb plugin, libmongoc is now available. Thanks to
14     Saikrishna Arcot for reporting this (Closes: #858315).
16  -- Sebastian Harl <tokkee@debian.org>  Sat, 21 Oct 2017 14:01:50 +0200
18 collectd (5.7.2-1) unstable; urgency=medium
20   * New upstream release.
21     - Fix potential endless-loop in the network plugin, which can be triggered
22       remotely by sending a crafted UDP packet (Closes: #859494,
23       CVE-2017-7401).
24   * debian/patches:
25     - drop dpdkstat_goto_label.patch; included upstream.
26     - drop drop_lssl_lcrypto_from_linking.patch; included upstream.
27     - drop mqtt_invalid_symbols.patch; included upstream.
28     - drop mqtt_resource_leak.patch; included upstream.
29     - add libcollectdclient_error_buffer.patch, fixing a build error with
30       GCC 7 (Closes: #871062). Thanks to Steve Langasek and Ruben Kerkhof.
31     - add local-msr-index-h.patch, bundling a header file removed from 4.12+
32       kernels (Closes: #872276). Thanks to Steve Langasek.
34  -- Marc Fournier <marc@bl.uem.li>  Wed, 23 Aug 2017 18:10:47 +0200
36 collectd (5.7.1-1.1) unstable; urgency=medium
38   * Non-maintainer upload.
39   * Drop -ssl -lcrypto from linking (openssl's functionality is not used by
40     collectd). Add drop_lssl_lcrypto_from_linking.patch (Closes: #852924).
42  -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Sun, 05 Feb 2017 20:40:33 +0100
44 collectd (5.7.1-1) unstable; urgency=medium
46   * New upstream release.
47   * debian/patches:
48     - drop dpdkstat-portable-format-string.patch, included upstream.
49     - add mqtt_resource_leak.patch, fixing a connection leak.
50     - add mqtt_invalid_symbols.patch, stripping out invalid characters from
51       MQTT topic names.
52     - add dpdkstat_goto_label.patch, fixing a small mistake which prevented
53       the dpdkstat from building.
55  -- Marc Fournier <marc@bl.uem.li>  Mon, 23 Jan 2017 20:45:34 +0100
57 collectd (5.7.0-3) unstable; urgency=medium
59   * debian/control: Skip libdpdk-dev build dependency on non-Intel
60     architectures.
62  -- Marc Fournier <marc@bl.uem.li>  Sun, 18 Dec 2016 22:08:27 +0100
64 collectd (5.7.0-2) unstable; urgency=medium
66   * debian/patches: add dpdkstat-portable-format-string.patch, fixing the
67     build on i386.
68   * debian/rules: Disable dpdkstat plugin on non-Intel architectures.
70  -- Marc Fournier <marc@bl.uem.li>  Sun, 18 Dec 2016 17:05:10 +0100
72 collectd (5.7.0-1) unstable; urgency=medium
74   * New upstream release.
75     New plugins:
76     - DPDK interface statistics: dpdkstat
77     - Report the number of used and free hugepages: hugepages (Linux-specific)
78     - Intel Resource Director Technology statistics: intel_rdt (disabled in
79       Debian because of missing dependencies)
80     - Publish values in a Prometheus-compatible format: write_prometheus
81   * debian/rules:
82     - Disable hugepages plugin on non-Linux.
83     - Disable the intel_rdt plugin.
84   * debian/control:
85     - Build-depend on libdpdk-dev: Needed by the new dpdkstat plugin.
86     - Build-depend on libmicrohttpd-dev: Needed by the new write_prometheus
87       plugin.
88     - Suggests icinga instead of nagios packages (nagios3 removed from
89       Debian. Closes: #846859). Thanks to Bas Couwenberg.
90   * debian/patches:
91     - Removed configure_find_lc_all.patch; included upstream.
92     - Added nagios-debian-paths.patch, to use nagios-nrpe-server &
93       monitoring-plugin paths for Debian. Thanks to Bas Couwenberg.
95  -- Marc Fournier <marc@bl.uem.li>  Fri, 16 Dec 2016 22:11:21 +0100
97 collectd (5.6.1-2) unstable; urgency=medium
99   * debian/control:
100     - Add libdevstat-dev and libgeom-dev to kfreebsd build-deps, as they're
101       needed by the disk plugin. Thanks to Florian Forster for pointing this
102       out.
103     - Update "Vcs-Git" and "Vcs-Browser" fields to point to GitHub repo.
104     - Changed build-dependency libmysqlclient-dev to
105       default-libmysqlclient-dev, and mysql-server to default-mysql-server.
106     - collectd-core.deb: Add "Depends" on lsb-base, as /etc/init.d/collectd
107       requires /lib/lsb/init-functions.
108     - Remove "Multi-Arch: same" from libcollectdclient-dev, until the package
109       gets reworked to really be multi-arch ready.
110   * debian/control, debian/compat:
111     - Bump debhelper compat version to 9.
113  -- Marc Fournier <marc@bl.uem.li>  Tue, 01 Nov 2016 07:32:47 +0100
115 collectd (5.6.1-1) unstable; urgency=medium
117   * New upstream release.
118     - write_graphite plugin is no longer linked against libyajl. Thanks to
119       Shish for reporting this (Closes: #839771).
120     - rrdcached plugin now reconnects to daemon. Thanks to Matthias Urlichs
121       for reporting this (Closes: #657877).
122   * debian/control:
123     - Add "Multi-Arch: same" to libcollectdclient-dev, as suggested by the
124       Multiarch hinter.
125   * debian/patches:
126     - Update configure_find_lc_all.patch to reliably pick the same JVM for
127       each build, making the process reproducible.
128   * debian/rules:
129     - Disable building the barometer, drbd, fhcount and ipc plugins on
130       kfreebsd architectures, as they are Linux-only.
131     - Run the test suite using dh_auto_test.
133  -- Marc Fournier <marc@bl.uem.li>  Sun, 09 Oct 2016 21:42:29 +0200
135 collectd (5.6.0-1) unstable; urgency=medium
137   * New upstream release.
138     - The disk plugin now supports FreeBSD; enable it in debian/rules.
139     - Suppress spammy debug messages; thanks to Antonio Russo for reporting
140       this (Closes: #797687).
141     New plugins:
142     - Chrony daemon statistics: chrony
143     - CPU sleep: Time spent in suspend: cpusleep (Linux-specific)
144     - Monitor gps related data through gpsd: gps
145     - Send or receive values over the network using the gRPC framework: grpc
146       (disabled in Debian because of missing dependencies)
147     - Lua interpreter embedded into collectd: lua
148     - Publishes and subscribes to MQTT topics: mqtt
149     - Submit notifications as passive check results to a local nagios
150       instance: notify_nagios
151     - XEN Hypervisor CPU stats: xencpu
152     - Solaris zone metrics: zone (disabled in Debian; Solaris specific)
153   * debian/rules:
154     - Disable cpusleep plugin on non-Linux.
155     - Disable xencpu plugin except on amd64, arm64, armhf, and i386.
156     - Disable the zone plugin.
157     - Do not cripple include files in collectd-dev when patching them; thanks
158       to Scott Talbert for reporting this (Closes: #827759).
159   * debian/control:
160     - Build-depend on libgps-dev: Needed by the new gps plugin.
161     - Build-depend on liblua5.3-dev: Needed by the new lua plugin.
162     - Build-depend on libmosquitto-dev: Needed by the new mqtt plugin.
163     - Build-depend on libxen-dev [amd64 arm64 armhf i386]: Needed by the new
164       xencpu plugin.
165     - Build-depend on libriemann-client-dev, riemann-c-client: Now needed by
166       the riemann plugin.
167   * debian/patches:
168     - Removed bts832577-gcry-control.patch; included upstream.
169     - Removed gcc6.patch; included upstream.
171  -- Sebastian Harl <tokkee@debian.org>  Sat, 24 Sep 2016 15:19:10 +0200
173 collectd (5.5.2-2) unstable; urgency=low
175   * debian/changelog:
176     - Set urgency back to low.
177   * debian/control:
178     - Update GCrypt's package name to libgcrypt20-dev.
179   * debian/patches:
180     - Added configure_find_lc_all.patch: forcing locale in configure script
181       will hopefully fix build reproducibility on non-amd64 plafroms.
183  -- Marc Fournier <marc@bl.uem.li>  Wed, 21 Sep 2016 14:01:55 +0200
185 collectd (5.5.2-1) unstable; urgency=high
187   * New upstream release.
188     - Fix heap overflow in the network plugin. Emilien Gaspar has identified a
189       heap overflow in parse_packet(), the function used by the network plugin
190       to parse incoming network packets. Thanks to Florian Forster for
191       reporting the bug in Debian. (Closes: #832507, CVE-2016-6254)
192     - Fix improper usage of gcry_control. A team of security researchers at
193       Columbia University and the University of Virginia discovered that
194       GCrypt's gcry_control is sometimes called without checking its return
195       value for an error. This may cause the program to be initialized without
196       the desired, secure settings. (Closes: #832577)
197   * debian/patches:
198     - bts832577-gcry-control.patch: Update for 5.5.2. Mostly part of the new
199       upstream release, except for: Don't abort() if gcrypt initialization
200       failed.
201     - Drop bts823012_librrd8.patch; merged upstream.
202   * Rebuild with linux-libc-dev >= 4.6 (now in testing and unstable) to
203     accommodate a change to rtnl_link_stats64. Thanks to Gábor Gombás for
204     reporting this (Closes: #829634).
206  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 Jul 2016 00:02:11 +0200
208 collectd (5.5.1-5) unstable; urgency=low
210   * debian/control, debian/rules:
211     - Disable the sigrok plugin on non-Linux; restrict build dependency to
212       linux-any; thanks to Andreas Beckmann for reporting this
213       (Closes: #825606).
214   * debian/rules:
215     - Fix failure to build twice in a row introduced by dh_autoreconf_clean;
216       drop the separate config.status target and, hence, a dependency on the
217       configure script.
218   * debian/patches/:
219     - Added gcc6.patch: Fix FTBFS with GCC 6; thanks to Lucas Nussbaum for
220       reporting this (Closes: #831194).
222  -- Sebastian Harl <tokkee@debian.org>  Sun, 17 Jul 2016 23:30:33 +0200
224 collectd (5.5.1-4) unstable; urgency=medium
226   * debian/control:
227     - Add dh-autoreconf to Build-Depends.
228     - Update standards-version to 3.9.8 (no changes).
230  -- Marc Fournier <marc@bl.uem.li>  Tue, 31 May 2016 18:16:43 +0200
232 collectd (5.5.1-3) unstable; urgency=medium
234   * Re-enable gmond plugin. Thanks to Michael Tautschnig and Jean-Michel
235     Vourgère for fixing #812462.
236   * debian/patches:
237     - Add bts823012_librrd8.patch. Properly detect thread safety with librrd8.
238       Thanks to Jean-Michel Vourgère for the patch (Closes: #823012).
239   * debian/collectd.conf:
240     - Add missing example blocks in main configuration file (Closes: #806196).
242  -- Marc Fournier <marc@bl.uem.li>  Wed, 25 May 2016 23:14:14 +0200
244 collectd (5.5.1-2) unstable; urgency=medium
246   * Disable the gmond plugin for now. Ganglia is not available in testing
247     (cf. #812462). Thanks to Santiago Vila for reporting this
248     (Closes: #819241).
249   * Update standards-version to 3.9.7 (no changes).
251  -- Sebastian Harl <tokkee@debian.org>  Sat, 02 Apr 2016 11:02:49 +0200
253 collectd (5.5.1-1) unstable; urgency=medium
255   * New upstream release:
256     - The "LC_NUMERIC" locale is now forced to "C", preventing problems on
257       environments where the locale uses a comma as decimal separator. Thanks
258       to Hubert Jarosz for reporting this (Closes: #799289).
259     - Fixed FTBFS with GCC 6.0; thanks to Martin Michlmayr for reporting this
260       (Closes: #811580).
261   * debian/patches:
262     - Removed bts802249_varnish_41.patch; implemented upstream.
263   * debian/collectd.conf:
264     - Sync with upstream changes since 5.5.0.
266  -- Marc Fournier <marc@bl.uem.li>  Fri, 22 Jan 2016 16:53:49 +0100
268 collectd (5.5.0-4) unstable; urgency=medium
270   * debian/collectd-core.overrides:
271     - Update 'binary-or-shlib-defines-rpath' lintian override.
272   * debian/rules:
273     - Strip out non-deterministic bits out of generated jar files.
274     - Remove RTLD_GLOBAL workaround, which was fixed upstream.
275   * debian/patches:
276     - Add bts802249_varnish_41.patch (Closes: #802249)
278  -- Marc Fournier <marc@bl.uem.li>  Mon, 16 Nov 2015 21:03:31 +0100
280 collectd (5.5.0-3) unstable; urgency=medium
282   * debian/rules, debian/control:
283     - Avoid hiding compiler options at build time, allowing the buildd log
284       scanner to do it's job.
285     - Disable smart plugin on non-linux platforms, due to missing
286       libatasmart-dev build-dependency.
287   * debian/collectd-core.overrides:
288     - Update 'capitalization-error-in-description' lintian override.
289   * debian/rules, debian/collectd-core.collectd.service:
290     - Rename systemd service file to collectd-core.collectd.service, to honour
291       debhelper's naming convention.
292   * debian/collectd-core.collectd.service:
293     - Check for configuration file presence before starting the daemon.
294     - Check for configuration file validity before starting the daemon.
295   * debian/control, debian/changelog:
296     - Update my email address to match identity of current GPG key.
298  -- Marc Fournier <marc@bl.uem.li>  Sun, 13 Sep 2015 21:42:53 +0200
300 collectd (5.5.0-2) unstable; urgency=low
302   * debian/rules:
303     - Disable the turbostat plugin on !amd64,!i386; it's Intel-hardware
304       specific.
306  -- Sebastian Harl <tokkee@debian.org>  Sun, 23 Aug 2015 15:35:26 +0200
308 collectd (5.5.0-1) unstable; urgency=medium
310   [ Marc Fournier ]
311   * New upstream release:
312     - Battery plugin now prefers sysfs over (the deprecated) procfs for
313       reading values; thanks to Witold Baryluk for reporting this
314       (Closes: #630337).
315     - The configuration supports unquoted IPv6 addresses now; thanks to Geoff
316       Crompton for reporting this (Closes: #632713).
317     - Fixed a FTBFS using clang; thanks to Arthur Marble for reporting this
318       and providing a patch (Closes: #758481).
319     - collection.cgi now supports the df_complex types; thanks to Joel Franco
320       Guzmán for reporting this (Closes: #739625).
321     - Fixed an off-by-one error in the AVL tree implementation that broke
322       setups using only one threshold definition; thanks to Alexander Golovko
323       for reporting this (Closes: #754230).
324     - The disk plugin now (optionally) supports instance names based on a udev
325       attribute; thanks to Trent W. Buck for reporting this (Closes: #632936).
326   * debian/patches:
327     - Removed bts559801_plugin_find_fix.dpatch; merged upstream.
328     - Removed bts747093_lvm_segfault.dpatch; merged upstream.
329     - Removed bts750440_config_segfault.dpatch; merged upstream.
330     - Removed bts770681_riemann_ack.dpatch; merged upstream.
331     - Removed bts770683_curl_init.dpatch; merged upstream.
332     - Removed bts770688_snmp_memleak.dpatch; merged upstream.
333     - Removed bts770690_java_jni_thread_detach.dpatch; merged upstream.
334     - Removed bts770693_timestamps.dpatch; merged upstream.
335     - Removed bts770694_loglevel.dpatch; merged upstream.
336     - Removed collection.cgi.dpatch; merged upstream.
337     - Removed myplugin_api.dpatch; merged upstream.
338   * debian/rules, debian/collectd-dev.install, myplugin_includes.dpatch:
339     - Update path to header files moved to daemon/ subdirectory upstream.
340   * debian/rules, debian/control:
341     - Enable redis, write_redis plugins and add Build-depend on
342       libhiredis-dev (previous versions depended on credis which wasn't
343       packaged in Debian).
344     - Enable sigrok and uncomment Build-depend on libsigrok-dev.
345     - Re-enable varnish and uncomment Build-depend on libvarnishapi-dev
346       (support for varnish 4.x was added upstream).
347     - Enable zfs_arc (support for ZFS on linux was added upstream).
348     - Add Build-depend on libatasmart-dev (required to build new smart
349       plugin).
350     - Add Build-depend on libcap-dev (used to avoid running new turbostat
351       plugin as root on Linux).
352     - Add Build-depend on libi2c-dev (required to build new barometer plugin).
353     - Add Build-depend on libldap2-dev (required to build new openldap
354       plugin).
355     - Add Build-depend on librdkafka-dev (required to build new write_kafka
356       plugin).
357     - Add Build-depend on libudev-dev (used by disk plugin to enable
358       udev-based device renaming on Linux) (Closes: #588153, #632936).
359   * debian/control, debian/rules, debian/collectd.service:
360     - Add systemd service file (Closes: #762586)
361   * debian/libcollectdclient1.symbols
362     - Updated for 5.5.
364   [ Sebastian Harl ]
365   * debian/control:
366     - Add virtual-mysql-server as an alternative to the mysql-server suggests;
367       thanks to Otto Kekäläinen for reporting this (Closes: 781980).
368     - Add Marc to uploaders.
369     - Update standards-version to 3.9.6 (no changes).
370   * debian/po:
371     - Update Dutch debconf template translation; thanks to Frans Spiesschaert
372       (Closes: #763783).
373   * Convert the package to "3.0 (quilt)" format; thanks to YunQiang Su for an
374     initial patch (Closes: #688719):
375     - Build-depend on debhelper (>= 7.0.50~) and drop dpatch.
376     - Renamed patch files from *.dpatch to *.patch and drop the dpatch header.
377     - Changed debian/patches/00list to debian/patches/series.
378     - Drop all patch operations from debian/rules.
379   * debian/collectd-core.overrides:
380     - Update the JRE path for the rpath override.
382  -- Marc Fournier <marc.fournier@camptocamp.com>  Fri, 21 Aug 2015 13:29:17 +0200
384 collectd (5.4.1-6+deb8u1) jessie-security; urgency=high
386   * debian/patches/CVE-2016-6254.dpatch: Fix heap overflow in the network
387     plugin. Emilien Gaspar has identified a heap overflow in parse_packet(),
388     the function used by the network plugin to parse incoming network packets.
389     Thanks to Florian Forster for reporting the bug in Debian.
390     (Closes: #832507, CVE-2016-6254)
391   * debian/patches/bts832577-gcry-control.dpatch: Fix improper usage of
392     gcry_control. A team of security researchers at Columbia University and
393     the University of Virginia discovered that GCrypt's gcry_control is
394     sometimes called without checking its return value for an error. This may
395     cause the program to be initialized without the desired, secure settings.
396     (Closes: #832577)
398  -- Sebastian Harl <tokkee@debian.org>  Thu, 28 Jul 2016 22:25:08 +0200
400 collectd (5.4.1-6) unstable; urgency=medium
402   * debian/patches:
403     - Added bts770681_riemann_ack: upstream fix for the write_riemann plugin
404       to avoid locking up a remote Riemann instance; thanks to Marc Fournier
405       for reporting this (Closes: #770681).
406     - Added bts747093_lvm_segfault: upstream fix for a segfault in the LVM
407       plugin; thanks to Bernd Zeimetz and Marc Fournier for reporting this
408       (Closes: #747093).
409     - Added bts770683_curl_init: upstream fix for a segfault in plugins using
410       libcurl caused by concurrent memory access; thanks to Marc Fournier for
411       reporting this (Closes: #770683, cf. #735173).
412     - Added bts750440_config_segfault: upstream fix for a segfault when
413       including empty config files; thanks to Bernd Zeimetz and Marc Fournier
414       for reporting this (Closes: #750440, #770685).
415     - Added bts770688_snmp_memleak: upstream fix for a memory leak in the
416       SNMP plugin; thanks to Marc Fournier for reporting this
417       (Closes: #770688).
418     - Added bts770690_java_jni_thread_detach: upstream fix for locking up the
419       Java plugin by not properly detaching from the JVM in error conditions;
420       thanks to Marc Fournier for reporting this (Closes: #770690).
421     - Added bts770693_timestamps: upstream fix for handling internal
422       timestamps; thanks to Marc Fournier for reporting this (Closes: #770693)
423     - Added bts770694_loglevel: upstream fix to correct logging behavior when
424       using an invalid log level; thanks to Marc Fournier for reporting this
425       (Closes: #770694, #687067).
427  -- Sebastian Harl <tokkee@debian.org>  Sun, 23 Nov 2014 15:27:15 +0100
429 collectd (5.4.1-5) unstable; urgency=medium
431   * debian/rules:
432     - Fixed a typo preventing the fix for #760719 to be active
433       (Closes: #760719).
435  -- Sebastian Harl <tokkee@debian.org>  Sun, 28 Sep 2014 17:13:07 +0000
437 collectd (5.4.1-4) unstable; urgency=medium
439   * debian/rules:
440     - Disable preprocessor warnings on kfreebsd to work around an error
441       resulting from a redefined macro in PostgreSQL's pg_config_manual.h;
442       thanks to Ivo De Decker for reporting this (Closes: #760719).
443   * debian/control, debian/rules:
444     - Disable the 'java' plugin on sparc for now. It fails to build.
446  -- Sebastian Harl <tokkee@debian.org>  Sun, 28 Sep 2014 01:59:14 +0200
448 collectd (5.4.1-3.1) unstable; urgency=medium
450   * Non-maintainer upload.
451   * debian/control:
452     - Build-Depend on libprotobuf-c-dev instead of libprotobuf-c0-dev due to
453       the protobuf-c transition (Closes: #756422).
455  -- Robert S. Edmonds <edmonds@debian.org>  Tue, 12 Aug 2014 15:36:27 -0400
457 collectd (5.4.1-3) unstable; urgency=medium
459   * debian/control:
460     - Added libupsclient-dev as primary alternate build-dep to
461       libupsclient1-dev; thanks to Laurent Bigonville for reporting this and
462       Marc Fournier for sending a patch (Closes: #730397).
464  -- Sebastian Harl <tokkee@debian.org>  Mon, 28 Apr 2014 23:29:53 +0200
466 collectd (5.4.1-2) unstable; urgency=medium
468   * debian/rules, debian/control:
469     - Disable varnish for now; it does not work with varnish 4;
470       c.f. https://bugs.debian.org/745902 (Closes: #745894).
471     - Drop build dependency on libvarnishapi-dev.
472     - Build-depend on libow-dev and re-enable the onewire plugin; thanks to
473       Adam Smutnicki for pointing this out (Closes: #744956).
474   * debian/rules:
475     - Added INSTALL_BASE= to perl options; else, modules are installed
476       into $HOME.
477     - Prepend collectd/core to collectd's header files; thanks to Sergio
478       Jimenez for reporting this (Closes: #739516).
479   * debian/patches:
480     - Added collection.cgi.dpatch fixing apache data-sources; thanks to
481       Fabiano Pires for reporting this and providing a patch
482       (Closes: #743881).
483     - Added myplugin_api.dpatch updating myplugin.c to the latest API.
485  -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Apr 2014 16:54:19 +0200
487 collectd (5.4.1-1) unstable; urgency=medium
489   * New upstream release:
490     - Fixed a segfault when using <Match> without an Instance; thanks to
491       Alexander Golovko for reporting this (Closes: #732701).
492     - Fixed gcrypt initialization issues (partly fixed in 5.1.1 already);
493       thanks to Pieter Lexis for reporting this (Closes: #735173).
494   * debian/patches:
495     - Removed amqp_0_4.dpatch; merged upstream.
496   * debian/control:
497     - Updated standards-version to 3.9.5; no changes.
498   * debian/rules:
499     - Use -Wno-error=deprecated-declarations to suppress libdbi deprecation
500       warnings for now; they would else cause build failures due to -Werror.
502  -- Sebastian Harl <tokkee@debian.org>  Tue, 28 Jan 2014 21:47:00 +0100
504 collectd (5.4.0-3) unstable; urgency=low
506   * debian/control:
507     - Removed build-dep on iproute-dev which is about to be removed and has
508       been superseded by libmnl-dev in collectd. Thanks to Laurent Bigonville
509       and Andreas Henriksson for reporting this (Closes: #726921).
510   * debian/collectd.conf:
511     - Removed sample configuration for the write_mongodb plugin; the plugin is
512       not available on Debian; thanks to Bryan Fullerton for reporting this
513       (cf. LP:#1206813, Closes: #724699).
514   * debian/patches:
515     - Added amqp_0_4.dpatch: Added support for rabbitmq-c 0.4.x.
517  -- Sebastian Harl <tokkee@debian.org>  Sat, 23 Nov 2013 16:08:05 +0100
519 collectd (5.4.0-2) unstable; urgency=low
521   * debian/control:
522     - Limit build-dependency on libmnl-dev to linux-any. debian/rules already
523       did the right thing and excluded the 'netlink' plugin on kfreebsd.
524       Thanks to Ivo De Decker for reporting this (Closes: #724911).
526  -- Sebastian Harl <tokkee@debian.org>  Thu, 03 Oct 2013 12:23:18 +0200
528 collectd (5.4.0-1) unstable; urgency=low
530   * New upstream release (Closes: #723187):
531     - MySQL plugin now uses the name of the <Database> block rather than the
532       database name to identify the read callback; thanks to Mathieu Parent
533       for reporting this (Closes: #703446).
534     - Fixed a segfault in the ethstat plugin; thanks to Maximilian Engelhardt
535       for reporting this (Closes: #698584).
536     - The swap plugin now reports NaN rather than failing if no swap space is
537       available; thanks to Simon Richter for reporting this (Closes: #679163).
538     New plugins:
539     - read statistics from Aquaero 5 watercooling boards: aquaero (disabled in
540       Debian because of missing dependencies)
541     - CPU accounting information for Linux process groups: cgroups (disabled
542       on non-Linux systems)
543     - Logical Volume Manager usage: lvm (disabled on non-Linux systems)
544     - Intel Many-Integrated-Core (MIC) statistics: mic (disabled in Debian
545       because of missing dependencies)
546     - statistics of sigrok-supported devices: sigrok (disabled in Debian
547       because of missing dependencies)
548     - aggregate values received with the StatsD protocol: statsd
549     - incremental parsing of CSV files: tail_csv
550     - send collected values to Riemann: write_riemann
551   * Uploading to unstable; Wheezy has long been released.
552   * debian/patches:
553     - Removed pod-perl-5.18.dpatch; applied upstream.
554   * debian/control, debian/rules:
555     - Depend on libmnl-dev and enable the netlink plugin on all architectures
556       (upstream removed the dependency on the netlink library which is only
557       available as a static non-PIC library on Debian) (Closes: #531352).
558     - Depend on liblvm2-dev and enable the LVM plugin on Linux.
559   * debian/rules:
560     - Disable the aquaero plugin which requires libaquaero5.
561     - Disable the cgroups plugin on non-Linux.
562     - Disable the MIC plugin which requires libmic.
563     - Disable the sigrok plugin which requires libsigrok >= 0.2.0.
564     - Removed the Perl INSTALL_BASE workaround introduced in 5.2.0-1.
565   * debian/control:
566     - Removed build-dependency on libhal-dev; HAL is deprecated and will be
567       removed from Debian. It was optionally used by the uuid plugin.
568       (Closes: #615203)
569     - Build-conflict with libhal-dev to ensure consistent builds (cf. #615203).
570     - Let libcollectdclient-dev replace/break collectd-dev (<< 5.2.0-1)
571       because it ships files previously shipped by that package; thanks to
572       Andreas Beckmann for reporting this (Closes: #717973).
573     - Let collectd-core / collectd suggest / recommend default-jre-headless
574       (cf. #683525).
575   * debian/collectd-core.collectd.init.d:
576     - Do not use different PID files for collectd and collectdmon. Else, a
577       process might be left-over after changing USE_COLLECTDMON and restarting
578       collectd. Thanks to Dennis Hoppe for reporting this (Closes: #704048).
579   * debian/collectd-core.templates, debian/po/:
580     - Fixed path-names of NEWS.Debian.gz and the migrate scripts; thanks to
581       Uli Martens for reporting this (Closes: #719292).
582   * debian/po/:
583     - Updated Italian debconf template translation; thanks to Beatrice
584       Torracca (Closes: #705869).
585     - Updated Japanese debconf template translation; thanks to 'victory'
586       (Closes: #715283).
587   * debian/collectd.conf:
588     - Recursively include all '*.conf' files in /etc/collectd/collectd.conf.d/
589       using the new 'Include' option's 'Filter' feature; thanks to Laurent
590       Bigonville for suggesting this change (Closes: #690668).
592  -- Sebastian Harl <tokkee@debian.org>  Wed, 18 Sep 2013 13:26:58 +0200
594 collectd (5.2.1-1) experimental; urgency=low
596   * New upstream release.
597   * debian/patches:
598     - Removed postgresql_writer_memleak.dpatch -- applied upstream.
599   * debian/collectd-utils.install:
600     - Install collectd-tg manpage.
601   * debian/control:
602     - Updated standards-version to 3.9.4 -- no changes.
604  -- Sebastian Harl <tokkee@debian.org>  Wed, 30 Jan 2013 21:35:30 +0100
606 collectd (5.2.0-2) experimental; urgency=low
608   * debian/patches:
609     - Added postgresql_writer_memleak.dpatch fixing a memory leak in the
610       PostgreSQL writer implementation.
612  -- Sebastian Harl <tokkee@debian.org>  Thu, 29 Nov 2012 09:09:51 +0100
614 collectd (5.2.0-1) experimental; urgency=low
616   * New upstream release:
617     - ping plugin: Don't abort if ping_send fails but report an error only;
618       thanks to Bernd Zeimetz for reporting this (Closes: #630683).
619     - df plugin: Ignore "rootfs" file-system type to make sure that root
620       file-system statistics are only collected once; thanks to Florian La
621       Roche for reporting this (Closes: #657122).
622     - Fixed parse errors when using (including) empty config files; thanks to
623       Reinhard Tartler for reporting this (Closes: #592881).
624     New plugins:
625     - Aggregate multiple values lists into one: aggregation
626     - Query statistics from BSD's packet filter: pf (FreeBSD only)
627   * Uploading to experimental because of the Wheezy freeze.
628   * debian/control, debian/rules:
629     - Build-depend on kfreebsd-kernel-headers (kfreebsd-any only) and disable
630       the 'pf' plugin on non-kfreebsd systems.
631   * debian/patches:
632     - Removed migrate-4-5-df.dpatch; merged upstream.
633     - Removed rtnl_dump_filter.dpatch; merged upstream.
634     - Added myplugin_includes.dpatch -- change the example plugin include path
635       to /usr/include/collectd/core/ (see below).
636     - rrd_filter_path.dpatch: Also patch the migrate-4-5 script; while this is
637       not required for the (optional) auto-migration when updating the package
638       (the full path is passed as an argument) it helps the user to just use
639       the script without the need to add further arguments; thanks to Joey
640       Hess for reporting this (Closes: #689001).
641   * debian/rules:
642     - Fix installation paths used for Perl bindings. Upstream now passes
643       INSTALL_BASE rather than PREFIX to Makefile.PL which resulted in the
644       bindings being installed to different locations than before.
645   * debian/collectd-utils.install:
646     - Install collectd-tg(1).
647   * debian/libcollectdclient-dev.install:
648     - Install the libcollectdclient network*.h header files.
649   * Renamed libcollectclient0 to libcollectdclient1 due to the SONAME version
650     bump.
651   * debian/libcollectdclient1.symbols:
652     - Updated for 5.2.
653   * debian/collectd-dev.install:
654     - Install the collectd (daemon) headers to /usr/include/collectd/core/
655       rather than /usr/include/collectd/. The latter is used by
656       libcollectdclient which causes file conflicts.
657   * debian/collectd.conf:
658     - Let the 'df' plugin ignore 'rootfs' (else, the root file-system would
659       appear twice, causing one of the updates to fail and spam the log) and
660       the usual virtual / temporary file-systems (cf. #657122).
661   * debian/collectd-core.postrm:
662     - Source the debconf confmodule to make the db_* functions available;
663       thanks to Joey Hess and YunQiang Su for reporting this
664       (Closes: #680172, #688285).
665   * debian/po:
666     - Updated Brazilian Portuguese debconf templates; thanks to Adriano Rafael
667       Gomes (Closes: #685760).
669  -- Sebastian Harl <tokkee@debian.org>  Tue, 20 Nov 2012 15:40:12 +0100
671 collectd (5.1.0-3.1) unstable; urgency=low
673   * Non-maintainer upload.
674   * Fix "FTBFS with perl 5.18: POD errors":
675     add patch pod-perl-5.18 that adds =encoding to some POD files.
676     (Closes: #708718)
677   * Fix "Transition package to use default java implementation":
678     apply modified patch from Ubuntu / James Page:
679     - switch build dependency from openjdk-6-jdk to default-jdk
680     - set JAVA_HOME to /usr/lib/jvm/default-java
681     - update lintian override accordingly
682     (Closes: #683525)
684  -- gregor herrmann <gregoa@debian.org>  Sun, 26 May 2013 00:52:37 +0200
686 collectd (5.1.0-3+deb7u1) wheezy-security; urgency=high
688   * debian/patches/CVE-2016-6254.dpatch: Fix heap overflow in the network
689     plugin. Emilien Gaspar has identified a heap overflow in parse_packet(),
690     the function used by the network plugin to parse incoming network packets.
691     Thanks to Florian Forster for reporting the bug in Debian.
692     (Closes: #832507, CVE-2016-6254)
693   * debian/patches/bts832577-gcry-control.dpatch: Fix improper usage of
694     gcry_control. A team of security researchers at Columbia University and
695     the University of Virginia discovered that GCrypt's gcry_control is
696     sometimes called without checking its return value for an error. This may
697     cause the program to be initialized without the desired, secure settings.
698     (Closes: #832577)
700  -- Sebastian Harl <tokkee@debian.org>  Thu, 28 Jul 2016 20:52:12 +0200
702 collectd (5.1.0-3) unstable; urgency=low
704   * debian/patches/migrate-4-5-df.dpatch, debian/collectd-core.postinst:
705     - Added patch to fix the migration of 'df' values in migrate-4-5.px;
706       thanks to 'markuskaindl' for reporting this on IRC.
707     - Pass --rrdfilter and --rrdtool parameters to migrate-4-5.px in order to
708       let the script find those binaries/scripts.
709     (Closes: #681363)
710   * debian/collectd-core.collectd.init.d:
711     - Catch disabled state in start and restart and don't exit with an error
712       status. Amongst others, this fixes an upgrade of collectd when the
713       daemon is disabled. Thanks to Florian Ernst for reporting this and
714       Evgeni Golov for providing (an early) patch (Closes: #681216).
715     - Don't use 'set -e' and 'exit 0' (at the end) in order to let return
716       statuses propagate correctly. (cf. #681216)
718  -- Sebastian Harl <tokkee@debian.org>  Sun, 15 Jul 2012 11:17:10 +0200
720 collectd (5.1.0-2) unstable; urgency=low
722   * debian/collectd-core.postinst:
723     - Don't create unused temp. directory.
724   * debian/control, debian/rules:
725     - Build depend on libmodbus-dev and enabled modbus plugin. 5.1 now
726       supports libmodbus 3; thanks to Ivo De Decker for reporting this
727       (Closes: #639796).
728   * debian/po:
729     - Updated Swedish debconf translation; thanks to Martin Bagge
730       (Closes: #677842).
731     - Added Slovak debconf translation; thanks to 'helix84'
732       (Closes: #677902).
733     - Updated Danish debconf translation; thanks to Joe Dalton
734       (Closes: #677908).
735     - Updated Czech debconf translation; thanks to Martin Šín
736       (Closes: #677949).
737     - Updated Russian debconf translation; thanks to Yuri Kozlov
738       (Closes: #678016).
739     - Updated Portuguese debconf translation; thanks to Américo Monteiro
740       (Closes: #678048).
741     - Updated Polish debconf translation; thanks to Michał Kułach
742       (Closes: #678157).
743     - Updated Galician debconf translation; thanks to Jorge Barreiro
744       (Closes: #678467).
745     - Updated French debconf translation; thanks to Steve Petruzzello
746       (Closes: #678614).
747     - Updated Spanish debconf translation; thanks to Omar Campagne
748       (Closes: #679281).
749   * debian/collectd-core.collectd.init.d:
750     - Source /lib/lsb/init-functions in order to make systemd work in
751       compatibility mode; thanks to Michael Stapelberg for reporting this
752       (Closes: #679544).
753     - Use log_* and status_of_proc functions from LSB's init functions to
754       make collectd's output look like all the other output; thanks to
755       Matthias Urlichs for pointing this out (Closes: #679355).
757  -- Sebastian Harl <tokkee@debian.org>  Sat, 30 Jun 2012 13:27:41 +0200
759 collectd (5.1.0-1) unstable; urgency=low
761   * New upstream release (Closes: #630968):
762     - syslog plugin now supports logging notifications; thanks to Trent W.
763       Buck for suggesting this (Closes: #632940).
764     New plugins:
765     - AMQP output plugin: amqp
766     - AIX logical partitions statistics: lpar (disabled in Debian; AIX only)
767     - Network interface card statistics: ethstat (disabled on kfreebsd; Linux
768       only)
769     - Linux software-RAID device information: md (disabled on kfreebsd; Linux
770       only)
771     - Information about Non-Uniform Memory Access: numa (disabled on kfreebsd;
772       Linux only)
773     - Redis key-value database server statistics: redis (disabled in Debian;
774       libcredis is not available)
775     - Check thresholds and for missing values: threshold
776     - Varnish HTTP accelerator daemon statistics: varnish
777     - Sends data to Carbon, the storage layer of Graphite: write_graphite
778     - Write values to a MongoDB NoSQL database server: write_mongodb (disabled
779       in Debian; libmongoc is not available)
780     - Write values to a Redis key-value database server: write_redis (disabled
781       in Debian; libcredis is not available)
782     New targets:
783     - Upgrade data-sets from v4 clients to v5: v5upgrade
784   * debian/rules:
785     - Disabled lpar plugin -- this requires AIX (perfstat).
786     - Disabled redis and write_redis plugins -- they require libcredis.
787     - Disabled write_mongodb plugin -- this requires libmongoc.
788     - Disabled ethstat, md, and numa plugins on kfreebsd -- these plugins are
789       Linux specific.
790     - Install contrib/exec-ksm.sh as example.
791   * debian/control:
792     - Added build-dep on librabbitmq-dev, required by the AMQP plugin.
793     - Added build-dep on libvarnish-dev, required by the varnish plugin.
794   * debian/collectd-utils.install:
795     - Install collectdctl and collectdctl.1 to collectd-utils.
796   * debian/libcollectdclient0.symbols:
797     - Added lcc_sort_identifiers introduced in 5.1.0.
798   * debian/NEWS.Debian:
799     - Documented the upgrade from version 4 to 5.
800   * debian/collectd-core.install:
801     - Install migrate-4-5.px.
802   * debian/collectd-core.{config,postinst,templates}:
803     - Added debconf queries and code to automatically migrate from v4.
804   * debian/source/format:
805     - Set to "1.0" for now.
806   * debian/po/:
807     - Updated German debconf template translation.
808   * debian/collectd-core.override:
809     - Limit netlink override to appropriate architectures.
811  -- Sebastian Harl <tokkee@debian.org>  Wed, 13 Jun 2012 08:05:01 +0200
813 collectd (4.10.7-2) unstable; urgency=low
815   * debian/po:
816     - Updated Czech debconf translation; thanks to Martin Šín
817       (Closes: #673693).
818     - Updated Polish debconf translation; thanks to Michał Kułach
819       (Closes: #673697).
820     - Updated Dutch debconf translation; thanks to Jeroen Schot
821       (Closes: #673769).
822     - Updated Swedish debconf translation; thanks to Martin Bagge
823       (Closes: #673888).
824     - Updated Russian debconf translation; thanks to Vladimir Zhbanov
825       (Closes: #673890).
826     - Added Italian debconf translation; thanks to Beatrice Torracca
827       (Closes: #674044).
828     - Updated Portuguese debconf translation; thanks to Américo Monteiro
829       (Closes: #674065).
830     - Updated Danish debconf translation; thanks to Joe Dalton
831       (Closes: #674459).
832     - Updated Brazilian Portuguese debconf translation; thanks to Adriano
833       Rafael Gomes (Closes: #674589).
834     - Updated French debconf translation; thanks to Steve Petruzzello and
835       Christian PERRIER (Closes: #674629).
836     - Updated Spanish debconf translation; thanks to Omar Campagne
837       (Closes: #676383).
838     - Updated German debconf translation based on Holger Wansing's feedback on
839       debian-l10n-german.
841  -- Sebastian Harl <tokkee@debian.org>  Sun, 10 Jun 2012 13:49:32 +0200
843 collectd (4.10.7-1) unstable; urgency=low
845   * New upstream release.
846     - Fixed an endless loop in case the datadir is a symlink pointing to a
847       non-existent target; thanks to Michael Prokop for reporting this and
848       Jonathan Nieder for providing the patch (Closes: #619123).
849     - Use bsd/nlist.h rather than the deprecated nlist.h on FreeBSD fixing a
850       FTBFS on kfreebsd; thanks to Tobias Frost for reporting this
851       (Closes: #664429).
852   * debian/patches/:
853     - Removed ipvs_h_include.dpatch -- applied upstream.
854     - Added rtnl_dump_filter.dpatch, updating the rtnl_dump_filter() signature
855       to recent versions of iproute2.
856   * debian/rules:
857     - Use dpkg-buildflags to determine compiler/linker flags; this also
858       enables hardening build flags; thanks to Moritz Muehlenhoff for
859       providing the patch (Closes: #656271).
860     - Don't force building of the ipvs plugin. The ip_vs.h check has been
861       fixed in configure.
862     - Use /usr/share/javahelper/java-arch.sh to determine the Java
863       architecture directory, thus, making sure armhf and armel are supported
864       as well; thanks to peter green for reporting this and providing the
865       pointer (Closes: #656274).
866     - Work around #673431 (kvm.h requires sys/types.h) by forcing the processes
867       plugin on kfreebsd and manually defining HAVE_STRUCT_KINFO_PROC_FREEBSD.
868   * debian/README.Debian:
869     - Added section 'Cleanup of old data' explaining how to get rid of
870       out-dated data files (e.g. RRD files).
871   * debian/control:
872     - Updated to standards-version 3.9.3 -- no changes.
873     - Build depend on javahelper providing java-arch.sh.
874     - Use linux-any, kfreebsd-any, etc. rather than hardcoded list of
875       non-Linux architectures to make life of porters easier; thanks to Robert
876       Millan for reporting this and providing a pointer to the fix
877       (Closes: #634690).
878     - Explicitly build-depend on libkvm-dev on kfreebsd; this is required by
879       the processes, swap and tcpconns plugins.
880   * debian/collectd-core.postrm, debian/collectd-core.templates:
881     - Prompt the user (debconf priority high) when purging the collected data
882       providing an option to opt out. The question defaults to remove the
883       data; thanks to Trent W. Buck for reporting and discussing this
884       (Closes: #631167).
885   * debian/collectd-core.collectd.init.d:
886     - Added cpufrequtils to should-start, else collectd does not reliably
887       detect all CPUs; thanks to Mathias Bauer for reporting and debugging
888       this (Closes: #662040).
889     - Use the exit codes specified by LSB in 'status' command; thanks to
890       Michael Prokop for reporting this (Closes: #615840).
891   * debian/po/:
892     - Added Danish debconf template translation; thanks to Joe Dalton
893       (Closes: #660918).
894     - Added Brazilian Portuguese debconf template translation; thanks to
895       Adriano Rafael Gomes (Closes: #662174).
896     - Added Polish debconf template translation; thanks to Michał Kułach
897       (Closes: #672739).
899  -- Sebastian Harl <tokkee@debian.org>  Thu, 17 May 2012 15:55:39 +0200
901 collectd (4.10.4-1) unstable; urgency=low
903   * New upstream release.
904     - Added support for Yajl version 2; thanks to John Stamp for reporting
905       this (Closes: #653879).
906     - collectd.conf(5) now documents the "Globals" config option and that this
907       is required for the "perl" and "python" plugins; thanks to Jeff Green
908       for reporting this (Closes: #612784).
909     - Be more verbose about why loading a plugin fails; thanks to Martin
910       Steigerwald for reporting this (Closes: #585975).
911     - Don't abort if including a config file fails; thanks to Reinhard Tartler
912       for reporting this (Closes: #592880).
913     - Fixed FTBFS with GCC 4.6; thanks to Matthias Klose for reporting this
914       and Peter Green and Colin Watson for providing patches
915       (Closes: #625323).
916     - Added support for libnotify 0.7; thanks to Michael Biebl for reporting
917       this (Closes: #636818).
918     - Fixed FTBFS with current libiptc; thanks to Lucas Nussbaum for reporting
919       this (Closes: #614439).
920   * debian/patches:
921     - Removed bts595756-notify_email-segfault -- included upstream.
922     - Removed bts592623-curl_json-file -- included upstream.
923     - Removed bts596128-reheap-fix -- included upstream.
924     - Removed CVE-2010-4336 -- included upstream.
925   * debian/rules:
926     - Append DEB_BUILD_ARCH to JAVA_HOME; this is how it's done in the OpenJDK
927       package.
928     - Split 'build' target into 'build-arch' and 'build-indep' as recommended
929       by policy.
930   * debian/patches/ipvs_h_include, debian/rules:
931     - Let the ipvs plugin use linux/ip_vs.h rather than net/ip_vs.h. Also,
932       make sure to look for the header in /usr/include rather than the kernel
933       directory (which has been deprecated).
934     - Force building of the ipvs plugin since configure is not currently able
935       to correctly check for ip_vs.h.
936   * debian/control:
937     - Updated standards-version to 3.9.2 -- no changes.
938   * debian/collectd-core.collectd.init.d:
939     - Added a description LSB header field.
940   * debian/collectd-core.overrides:
941     - Updated entry for java's binary-or-shlib-defines-rpath.
943  -- Sebastian Harl <tokkee@debian.org>  Mon, 09 Jan 2012 16:10:58 +0100
945 collectd (4.10.1-2.1) unstable; urgency=high
947   * Non-maintainer upload by the security team
948   * Fix DoS in RRD file creation (Closes: #605092)
949     Fixes: CVE-2010-4336
950     Thanks to Florian Forster
952  -- Steffen Joeris <white@debian.org>  Wed, 08 Dec 2010 17:45:50 +1100
954 collectd (4.10.1-2) unstable; urgency=medium
956   * debian/rules:
957     - Added support for ‘powerpcspe’ to the Java arch mapping; thanks to
958       Sebastian Andrzej Siewior for the patch (Closes: #592909).
959   * debian/patches:
960     - Added bts595756-notify_email-segfault -- upstream patch fixing a
961       segfault in the 'notify_email' plugin; thanks to Manuel CISSE for
962       reporting this (Closes: #595756).
963     - Added bts592623-curl_json-file -- upstream patch fixing access to
964       file:// URLs in the 'curl_json' plugin; thanks Baptiste Mille-Mathias
965       for reporting this and pointing out the patch (Closes: #592623).
966     - Added bts596128-reheap-fix -- upstream patch fixing the 'reheap()'
967       function used to manage the "read" callbacks and making sure all plugins
968       get executed correctly and in each interval (Closes: #596128).
969   * Set urgency to "medium" because of the RC bug-fix.
971  -- Sebastian Harl <tokkee@debian.org>  Wed, 08 Sep 2010 22:50:54 +0200
973 collectd (4.10.1-1) unstable; urgency=low
975   * New upstream release.
976   * debian/patches:
977     - Removed bts561577_collectd2html_recursive_fix -- applied upstream.
978     - Removed bts575029-collectd2html-xhtml -- applied upstream.
979     - Removed bts557599_powerdns_fix -- applied upstream.
980   * debian/control:
981     - Updated standards-version to 3.9.1 -- no changes.
983  -- Sebastian Harl <tokkee@debian.org>  Wed, 28 Jul 2010 18:45:31 +0200
985 collectd (4.10.0-1) unstable; urgency=low
987   * New upstream release:
988     New plugins:
989     - Parse XML data: curl_xml
990     - Parse values from Modbus/TCP enabled devices: modbus (disabled in
991       Debian; libmodbus is not available)
992     - Timing values from Pinba: pinba
993   * debian/control:
994     - Build-depend on libprotobuf-c0-dev and protobuf-c-compiler required by
995       the 'pinba' plugin.
996     - Updated to standards-version 3.8.4 -- no changes.
997   * debian/patches:
998     - Removed bts566199_collection_hide_types -- applied upstream.
999     - Removed typo_fixes -- applied upstream.
1000     - Added bts575029-collectd2html-xhtml, adding support for XHTML to
1001       collectd2html.pl; thanks to Ivan Shmakov for reporting this and Max
1002       Henkel and Timur Kirilichev for providing patches (Closes: #575029).
1003   * debian/rules:
1004     - Define (and pass to configure) $JAR, required by current versions of the
1005       Java bindings.
1006     - Added support for Renesas SH4 to the Java arch mapping; thanks to
1007       Nobuhiro Iwamatsu for the patch (Closes: #564165).
1008   * debian/collectd.postinst:
1009     - Manually replace /usr/share/doc/collectd/examples/ with a symlink when
1010       upgrading from versions << 4.10.0-1~ -- this is not handled by dpkg
1011       according to policy 6.6; thanks to Joey Hess for reporting this
1012       (Closes: #569268).
1013   * debian/collectd-core.overrides:
1014     - Override 'capitalization-error-in-description python Python' -- all
1015       plugin names are spelled in lower-case letters.
1017  -- Sebastian Harl <tokkee@debian.org>  Tue, 08 Jun 2010 00:42:56 +0200
1019 collectd (4.9.1-2) unstable; urgency=low
1021   * debian/rules:
1022     - Re-enabled non-kfreebsd plugins on i386 and amd64, which had been
1023       disabled accidentally by using findstring (which does a substring match)
1024       to compare DEB_BUILD_ARCH with kfreebsd-{amd64,i386}; thanks to ilia
1025       kudirov for reporting this (Closes: #567259).
1026     - Replaced all occurrences of 'findstring' with appropriate 'filter'
1027       statements to make sure to match words rather than substrings.
1029  -- Sebastian Harl <tokkee@debian.org>  Thu, 28 Jan 2010 22:09:16 +0100
1031 collectd (4.9.1-1) unstable; urgency=low
1033   * New upstream release:
1034     New plugins:
1035     - Number of context switches done by the OS: contextswitch
1036     - Query statistics from mon.itor.us: Monitorus (Perl based plugin)
1037     - Collect statistics from NetApp filers: netapp (disabled in Debian;
1038       libnetapp is not available)
1039     - OpenVZ statistics: OpenVZ (Perl based plugin)
1040     - Embedding a Python interpreter: python
1041     - Query statistics from RouterOS: routeros (disabled in Debian;
1042       librouteros is not available)
1043     New matches:
1044     - Match values using a hash function of the hostname: hashed
1045     New targets:
1046     - Scale (multiply) values: scale
1047   * debian/control:
1048     - Build-depend on "python-dev", required to build the "python" plugin.
1049   * debian/collectd-core.install:
1050     - Install all collectd-*.5 manpages (in particular, this includes the
1051       newly added collectd-python.5).
1052   * Added support for kfreebsd-{i386,amd64}; see below for details
1053     (Closes: #566521).
1054   * debian/control, debian/rules:
1055     - Disabled the following Linux-specific plugins / removed the following
1056       build-deps on kfreebsd-{i386,amd64}:
1057       + "iptables" plugin / iptables-dev
1058       + "ipvs" plugin / linux-libc-dev
1059       + "madwifi" plugin
1060       + "netlink" plugin / iproute-dev
1061       + "sensors" plugin / libsensors4-dev
1062       + "vserver" plugin
1063     - Disabled the following plugins / removed the following build-deps on
1064       kfreebsd-{i386,amd64} -- the build-deps are (not yet) available on
1065       kfreebsd:
1066       + "gmond" plugin / libganglia1-dev
1067       + "libvirt" plugin / libvirt-dev
1068       + "java" plugin / openjdk6-jdk
1069     - Enabled the "rrdcached" plugin and build-depend on librrd-dev (>= 1.4~)
1070       (and removed the optional build-dep on librrd2-dev).
1071     - Enabled the "tokyotyrant" plugin (except on kfreebsd-{i386,amd64}) and
1072       build-depend on libtokyotyrant-dev (which is not available on kfreebsd).
1073       Also, build-depend on libtokyocabinet-dev to work around a missing
1074       dependency in libtokyotyrant-dev (see #566584).
1075   * debian/rules:
1076     - Disabled the following plugins on kfreebsd-{i386,amd64} which have not
1077       yet been ported to FreeBSD: battery, conntrack, contextswitch, cpufreq,
1078       disk, entropy, fscache, irq, nfs, protocols, serial, thermal, vmem,
1079       wireless.
1080     - Simplified Java archdir mapping: removed entries "pointing" to
1081       themselves and let those default to DEB_BUILD_ARCH.
1082     - Check whether all patches have been enabled; fail, if not.
1083   * debian/patches:
1084     - Added bts566199_collection_hide_types.dpatch -- added ability to hide
1085       specified types in collection.cgi; thanks to Pavel Piatruk for the patch
1086       (Closes: #566199).
1087     - Added typo_fixes.dpatch -- fixing some typos in manpages and error
1088       messages; thanks to lintian(1) for reporting this.
1089   * debian/collectd-core.overrides:
1090     - Replaced overrides for spelling-error-in-description with
1091       capitalization-error-in-description.
1093  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Jan 2010 00:22:32 +0100
1095 collectd (4.8.2-1) unstable; urgency=medium
1097   * New upstream release:
1098     - Now using libtool 2.
1099   * Set urgency to medium because of the fix for #559801.
1100   * Split the "collectd" binary package into "collectd-core" and "collectd".
1101     The former provides the main program file and the plugins while the latter
1102     provides the configuration. This allows for much more flexible setups
1103     (e.g. providing customizations on top of "collectd-core" without modifying
1104     the "collectd" package) and, amongst others, removes the hard dependency
1105     on librrd (Closes: #495936, #544311).
1106   * debian/collectd-core.collectd.init.d:
1107     - Do not (try to) start collectd if the config file does not exist. Else,
1108       installation of "collectd-core" (which does not provide configuration)
1109       would fail.
1110   * debian/collectd.postinst:
1111     - Let the "collectd" package restart the daemon, since it provides the
1112       config file.
1113   * debian/collectd.links:
1114     - Symlink /u/s/d/collectd/examples to /u/s/d/collectd-core/examples.
1115   * debian/control:
1116     - Build-depend on the right combination of libsnmp-dev and perl. Perl's
1117       CFLAGS (included in net-snmp's CFLAGS) introduced '-fstack-protector' in
1118       version 5.10.1 on some architectures (those supporting that features).
1119       net-snmp has been fixed to handle that correctly in 5.4.2.1~dfsg-4;
1120       thanks to Lamont Jones and Dann Frazier for reporting this
1121       (Closes: #559087).
1122     - Build-depend on libsensors4-dev rather than libsensors-dev. libsnmp-dev,
1123       starting with version 5.4.2.1~dfsg-5, supports libsensors4, thus making
1124       that possible. This restores the full functionality of the "sensors"
1125       plugin, which does not work well with libsensors3 and lm-sensors-3;
1126       thanks to Anssi Kolehmainen for reporting this (Closes: #538795).
1127     - Build-depend on libltdl-dev to make it possible to use the system-wide
1128       libltdl.
1129     - No longer conflict/provide/replace the pre-Lenny "collectd-$plugin"
1130       packages.
1131     - Update the list of collectd-core's suggestions: added various services
1132       providing data that may be collected by collectd. Downgraded lm-sensors
1133       from a recommendation to a suggestion.
1134   * debian/patches:
1135     - Removed gmond-fix-compile-error.dpatch -- included upstream.
1136     - Added bts561577_collectd2html_recursive_fix.dpatch -- fixed
1137       collectd2html.pl's recursive mode and improved some defaults; thanks to
1138       Yuri D'Elia for reporting this and providing a patch (Closes: #561577).
1139     - Added bts557599_powerdns_fix.dpatch -- fixed communication to pdns
1140       versions 2.9.22 and above; thanks to <tm@iprog.com> for reporting this
1141       and Luke Heberling for providing the patch (Closes: #557599).
1142     - Added bts559801_plugin_find_fix.dpatch -- make collectd resistant
1143       against copies of libltdl affected by CVE-2009-3736. This fixes a
1144       potential but very unlikely security issue, e.g. found in the embedded
1145       copy. For details about how collectd might be affected, see
1146       <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559801#15>; thanks to
1147       Michael Gilbert for reporting this (Closes: #559801).
1148   * debian/rules:
1149     - Pass --without-included-ltdl to configure to tell libtool 2 to not use
1150       the shipped libltdl but rather the one available in the system. Thus,
1151       in the future, libltdl related issues do no longer require updated
1152       collectd packages.
1153     - Pass --disable-static to configure to tell libtool 2 to not build any
1154       static libraries.
1155     - Install debian/collectd.conf as an example into "collectd-core".
1156     - Output the content of config.log if configure fails -- this might help
1157       debugging.
1158   * debian/README.Debian:
1159     - Added a short explanation of the package split.
1161  -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Dec 2009 12:06:46 +0100
1163 collectd (4.8.1-2) unstable; urgency=low
1165   * debian/rules:
1166     - Disabled the "java" plugin on hppa for now to work around a backlog in
1167       the buildds that currently prevents a transition to testing.
1168   * debian/control:
1169     - Do not build-depend on openjdk-6-jdk on hppa.
1171  -- Sebastian Harl <tokkee@debian.org>  Thu, 19 Nov 2009 10:55:33 +0100
1173 collectd (4.8.1-1) unstable; urgency=medium
1175   * New upstream release:
1176     - Fixed a build issue with libiptc that caused a segfault in the iptables
1177       plugin; thanks to Rodrigo Campos for reporting this (Closes: #535786).
1178     - Updated the powerdns plugin to support pdns 2.9.22 (and above) as well;
1179       thanks to Thomas Morgan for reporting this and Luke Heberling for
1180       providing a patch (Closes: #535787).
1181     New plugins:
1182     - Parse JSON files: curl_json
1183     - Query data from Java processes using JMX: GenericJMX (Java based plugin)
1184     - Atheros wireless LAN chipset statistics: madwifi
1185     - Optimized Link State Routing daemon statistics: olsrd
1186     - Tokyo Tyrant server statistics: tokyotyrant (disabled in Debian,
1187       libtokyotyrant is not available)
1188     - Send collected values to a web-server: write_http
1189     - ZFS Adaptive Replacement Cache statistics: zfs_arc (disabled in Debian,
1190       libkstat is not available)
1191     New matches:
1192     - Match zero COUNTER values: empty_counter
1193   * Set urgency to medium because of the fix for #535786.
1194   * debian/rules:
1195     - Install contrib/GenericJMX.conf to /usr/share/doc/collectd/examples/.
1196     - Disabled the tokyotyrant and zfs_arc plugins - their dependencies are
1197       not available.
1198   * debian/patches:
1199     - Removed bts535787-powerdns-fix-localsocket.dpatch - included upstream.
1200     - Removed bts541953-curl-followlocation.dpatch - included upstream.
1201     - Removed bts542859-df-fix-ignorelist.dpatch - included upstream.
1202     - Removed java-fix-jvm-start.dpatch - included upstream.
1203     - Removed libvirt-reconnect.dpatch - included upstream.
1204     - Removed network-fix-cacheflush.dpatch - included upstream.
1205     - Removed plugin-fix-unregister.dpatch - included upstream.
1206     - Added gmond-fix-compile-error.dpatch - upstream patch fixing a compile
1207       error in the gmond plugin.
1208   * debian/control:
1209     - Build depend on libyajl-dev, which is required by the curl_json plugin.
1210   * Added debian/README.source:
1211     - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
1212   * New debconf template translations:
1213     - ja.po, thanks to Hideki Yamane (Closes: #550968).
1215  -- Sebastian Harl <tokkee@debian.org>  Thu, 15 Oct 2009 20:54:46 +0200
1217 collectd (4.7.2-1) unstable; urgency=low
1219   * New upstream release (Closes: #541887).
1220     - collectd2html.pl now supports the creation of SVG images; thanks to Ivan
1221       Shmakov for providing a patch (Closes: #482185).
1222     New plugins:
1223     - Connection tracking table size: conntrack
1224     - Linux file-system based caching framework statistics: fscache
1225     - Receive and interpret Ganglia multicast traffic: gmond
1226     - Embedded Java Virtual Machine: java
1227     - Query and parse data from a memcache daemon: memcachec
1228     - Information about network protocols: protocols
1229     - Parse table-like structured files: table
1230     - Power consumption measurements from "The Energy Detective" (TED): ted
1231     - System uptime: uptime
1232   * debian/rules:
1233     - Install collectd-unixsock.py to /usr/share/doc/collectd/examples/.
1234     - Pass CPPFLAGS and CFLAGS as arguments to configure instead of setting
1235       them in the environment - this is the recommended way.
1236     - Pass appropriate JAVAC, JAVA_CPPFLAGS and JAVA_LDFLAGS variables to
1237       configure, using OpenJDK found in /usr/lib/jvm/java-6-openjdk. The
1238       archdir mapping used by the openjdk-6 Debian package is used to find
1239       libjvm.so in JAVA_HOME/jre/lib/ARCHDIR/server.
1240     - Use -rpath to tell the "java" plugin where to find libjvm.so.
1241     - Pass --enable-all-plugins to configure to make sure that the build fails
1242       if any prerequisites are missing.
1243   * debian/control:
1244     - Build-depend on openjdk-6-jdk.
1245     - Build-depend on libganglia1-dev (>= 3), required by the gmond plugin.
1246     - Build-depend on libgcrypt11-dev, used by the network plugin.
1247     - Updated Standards-Version to 3.8.3 (no changes).
1248     - Changed build-dependency libmysqlclient15-dev to libmysqlclient-dev -
1249       this allows transitions to be handled thru binNMUs if possible.
1250   * debian/collectd.install:
1251     - Install collectd-java.5.
1252   * debian/patches:
1253     - Removed libcollectdclient_static_sstrerror.dpatch - included upstream.
1254     - Added network-fix-cacheflush.dpatch - upstream patch to fix the handling
1255       of the 'CacheFlush' config option of the "network" plugin.
1256     - Added libvirt-reconnect.dpatch - upstream patch to let the "libvirt"
1257       plugin re-connect to libvirtd if connecting fails.
1258     - Added plugin-fix-unregister.dpatch - upstream patch to make
1259       'plugin_unregister_read()' functional again, thus fixing a failed
1260       assertion in some cases.
1261     - Added java-fix-jvm-start.dpatch - upstream patch to fix the JVM startup.
1262     - Added bts541953-curl-followlocation.dpatch - upstream patch to let
1263       plugins using libcurl follow HTTP redirects; thanks to Joey Hess for
1264       reporting this (Closes: #541953).
1265     - Added bts535787-powerdns-fix-localsocket.dpatch - upstream patch fixing
1266       the handling of the 'LocalSocket' config option of the "powerdns"
1267       plugin; thanks to Thomas Morgan for reporting this and Luke Heberling
1268       for providing a patch (references: #535787).
1269     - Added bts542859-df-fix-ignorelist.dpatch - upstream patch to fix the
1270       handling of the ignorelist in the "df" plugin; thanks to Joey Hess for
1271       reporting this (Closes: #542859).
1272   * debian/README.Debian:
1273     - Removed the note about how to get collectd2html.pl working with
1274       version 4 of collectd - the script now supports the --recursive option
1275       which takes care of that.
1276   * debian/collectd.overrides:
1277     - Documented the 'binary-or-shlib-defines-rpath' warning - the rpath is
1278       required by the "java" plugin.
1279   * New debconf template translations:
1280     - cs.po, thanks to Martin Sin (Closes: #534206).
1281     - ru.po, thanks to Yuri Kozlov (Closes: #539467).
1282   * debian/control, debian/rules:
1283     - No not limit the "libvirt" plugin to amd64, i386, powerpc - libvirt-dev
1284       seems to be available on all architectures now.
1285     - Reintroduced a work around for #474087 (broken openipmi .pc files) by
1286       providing a fixed version of OpenIPMIpthread.pc in debian/pkgconfig and
1287       adding that path to PKG_CONFIG_PATH. Removed the version from the
1288       libopenipmi-dev build dependency for now.
1289   * debian/collectd.conf:
1290     - Set the "apache" plugin's URL according to the default used by Debian's
1291       Apache; thanks to Joey Hess for reporting this (Closes: #541888).
1292   * debian/libcollectdclient-dev.install, debian/rules:
1293     - Do not install libcollectdclient's .la file in favor of the Squeeze
1294       release goal to remove those files (for details see
1295       <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
1297  -- Sebastian Harl <tokkee@debian.org>  Sat, 29 Aug 2009 12:42:15 +0200
1299 collectd (4.6.3-1) unstable; urgency=low
1301   * New upstream release.
1302   * debian/patches:
1303     - Removed battery_acpi_complain.dpatch - included upstream.
1304     - Removed include_empty_files.dpatch - included upstream.
1305     - Removed ntpd_type_pun_fix.dpatch - included upstream.
1306     - Removed rrdtool_uninitialized_fix.dpatch - included upstream.
1307     - Added libcollectdclient_static_sstrerror.dpatch to make a private
1308       function in libcollectdclient static.
1309   * debian/rules:
1310     - Install collectd-network.py to /usr/share/doc/collectd/examples/.
1312  -- Sebastian Harl <tokkee@debian.org>  Tue, 02 Jun 2009 22:03:10 +0200
1314 collectd (4.6.2-3) unstable; urgency=low
1316   * debian/patches:
1317     - Actually enabled rrdtool_uninitialized_fix.dpatch - d'oh!
1319  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 15:49:46 +0200
1321 collectd (4.6.2-2) unstable; urgency=low
1323   * debian/patches:
1324     - Added battery_acpi_complain.dpatch - upstream patch to fix excessive
1325       error messages in the battery plugin in case /proc/acpi/battery is not
1326       available.
1327     - Added ntpd_type_pun_fix.dpatch - upstream patch to fix dereferencing of
1328       a type-punned pointer identified by GCC 4.4, thanks to Martin Michlmayr
1329       for reporting this (Closes: #526667).
1330     - Added include_empty_files.dpatch - upstream patch to fix the inclusion
1331       of empty configuration files, thanks to Alexander Wirt for reporting
1332       this.
1333     - Added rrdtool_uninitialized_fix.dpatch - upstream patch to fix an
1334       uninitialized value warning in the rrdtool plugin, thanks to Andreas
1335       Moog for reporting this.
1336   * debian/collectd.conf, debian/filters.conf:
1337     - Added a sample filter chain configuration.
1338   * debian/rules:
1339     - Added contrib/php-collection/ to /usr/share/doc/collectd/.
1340     - Disabled "netlink" plugin on mips and mipsel - those architectures do
1341       not allow to link non-PIC code into shared objects, thanks to Peter De
1342       Schrijver for reporting this (Closes: #524593).
1343   * debian/control:
1344     - Build-depend on iptables-dev (>= 1.4.3.2-2) to link against the packaged
1345       libiptc which is available as shared library since iptables 1.4.3.
1346       Depend on versions >= 1.4.3.2-2 because of #524766.
1348  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 14:12:36 +0200
1350 collectd (4.6.2-1) unstable; urgency=low
1352   * New upstream release.
1353     - Fixed the use of struct in6_addr (Closes: #521748).
1354     - Added a filter infrastructure based on "matches" and "targets".
1355     - Added support for vmem graphs to collection.cgi (Closes: #521993).
1356     New plugins:
1357     - bind9 name-server and zone statistics: bind
1358     - Parse statistics from websites: curl
1359     - Query data from a relational database: dbi
1360     - OpenVPN traffic and compression statistics: openvpn
1361     - Query data from an Oracle database: oracle (disabled in Debian,
1362       libclntsh is not available)
1363     - Write data via the RRD accelerator daemon: rrdcached (disabled in
1364       Debian, rrdclient support is not yet available)
1365     New matches:
1366     - Match values by their identifier based on regular expressions: regex
1367     - Match values with an invalid timestamp: timediff
1368     - Select values by their data sources' values: value
1369     New targets:
1370     - Create and dispatch a notification: notification
1371     - Replace parts of an identifier using regular expressions: replace
1372     - Set (overwrite) entire parts of an identifier: set
1373   * Uploading to unstable, since Lenny has been released.
1374   * New debconf template translations:
1375     - vi.po, thanks to Clytie Siddall (Closes: #515872).
1376     - es.po, thanks to Francisco Javier Cuadrado and Erika Chacón Vivas
1377       (Closes: #520988).
1378   * debian/patches:
1379     - Removed perl-uninitialized-var.dpatch - included upstream.
1380   * debian/control:
1381     - Added new binary packages libcollectdclient0 and libcollectdclient-dev
1382       for the newly added client library.
1383     - Added new binary package collectd-utils for optional utilities that pull
1384       in additional dependencies. Currently, this only includes
1385       collectd-nagios. The new package replaces collectd (<< 4.6.1-1~),
1386       because it overwrites /usr/bin/collectd-nagios.
1387     - Added libdbi0-dev to the build dependencies - this is required by the
1388       dbi plugin.
1389     - Moved collectd-dbg from section "utils" to the newly added "debug".
1390     - Updated Standards-Version to 3.8.1.
1391   * debian/rules:
1392     - Use dh_install and *.install files to specify which package some file
1393       belongs to.
1394   * debian/libcollectdclient0.symbols:
1395     - Added symbols file for libcollectdclient.
1396   * debian/collectd.overrides:
1397     - Override "spelling-error-in-description" for the apache plugin name -
1398       all plugins are spelled lowercase.
1399   * debian/collectd.init.d:
1400     - Start the daemon using start-stop-daemon's --oknodo option to exit
1401       successfully if the daemon is already running as requested by section
1402       9.3.2 of the Debian Policy 3.8.1.
1403   * debian/copyright:
1404     - Reference GPL-2 in addition to GPL (latest version), since GPL2-only is
1405       used by some files.
1407  -- Sebastian Harl <sh@tokkee.org>  Thu, 02 Apr 2009 16:38:57 +0200
1409 collectd (4.5.1-1) experimental; urgency=low
1411   * New upstream release.
1412     New plugins:
1413     - Count the number of files in directories: filecount
1414     - Send desktop notifications to a notification daemon: notify_desktop
1415     - Send notification E-mails: notify_email
1416     - One-wire sensors information: onewire (experimental, disabled in Debian)
1417     - PostgreSQL database statistics: postgresql
1418     - Linux ACPI thermal zone information: thermal (Closes: #492580)
1419   * Uploading to experimental because of the Lenny freeze.
1420   * debian/control:
1421     - Added build dependency on libglib2.0-dev and libnotify-dev required by
1422       the notify_desktop plugin.
1423     - Added build dependency on libesmtp-dev required by the notify_email
1424       plugin.
1425     - Added build dependency on libpq-dev required by the postgresql plugin.
1426     - Let collectd-dbg and collectd-dev depend on ${misc:Depends} - this is
1427       required when using debhelper.
1428   * debian/rules:
1429     - Disabled onewire plugin - owfs is not yet available in Debian.
1430     - Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/.
1431     - Set CONFIGFILE to /etc/collectd/collectd.conf.
1432   * debian/patches:
1433     - Added perl-uninitialized-var.dpatch - upstream patch to fix an
1434       uninitialized variable warning causing a FTBFS because of -Werror.
1435     - Removed myplugin_strcpy.dpatch - applied upstream.
1436     - Removed perl_deadlock.dpatch - included upstream.
1437     - Removed memory_libstatgrab.dpatch - included upstream.
1438     - Removed collectd_memleak.dpatch - included upstream.
1439     - Removed snmp_memleak.dpatch - included upstream.
1440     - Removed memcached_fdleak.dpatch - included upstream.
1441     - Removed memcached_timeout.dpatch - included upstream.
1442     - Removed pod-errors.dpatch - included upstream.
1443   * debian/collectd.overrides:
1444     - Override "spelling-error-in-description" for the postgresql plugin name
1445       - all plugins are spelled lowercase.
1446   * debian/collectd.init.d:
1447     - Do not restart collectd if the configuration test fails.
1449  -- Sebastian Harl <sh@tokkee.org>  Fri, 12 Dec 2008 10:09:48 +0100
1451 collectd (4.4.2-3) unstable; urgency=low
1453   * New debconf template translation:
1454     - nl.po, thanks to Eric Spreen (Closes: #502204).
1455     - sv.po, thanks to Martin Bagge (Closes: #504248).
1456   * debian/patches:
1457     - Added pod-errors.dpatch to fix some minor POD errors.
1458   * debian/rules:
1459     - Remove generated manpages in the clean target to avoid cluttering the
1460       source diff with the rebuilt manpages.
1461   * debian/collectd.conf:
1462     - Fixed a wrong type used in the "tail" plugin example.
1464  -- Sebastian Harl <sh@tokkee.org>  Sat, 06 Dec 2008 16:53:25 +0100
1466 collectd (4.4.2-2) unstable; urgency=low
1468   * Removed the work around for #474087 (broken openipmi .pc files) introduced
1469     in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
1470     which includes fixed .pc files. This fixes an undefined symbol error when
1471     loading the ipmi plugin caused by that work around (Closes: #494665).
1472   * debian/collectd.init.d:
1473     - The "status" command now exits with 1 if collectd is not running.
1474     - Do not suppress output when checking the configuration with the -t
1475       command line option. This will also show errors that don't cause
1476       collectd to abort, e.g. failure to load plugins (Closes: #499232).
1477   * debian/control:
1478     - Added librrd-dev as the preferred option to the librrd2-dev build
1479       dependency - the latter one is a virtual package since rrdtool 1.3.
1480   * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
1481     possible deadlock in the perl plugin (Closes: #499179).
1482   * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
1483     fix a typo in the libstatgrab code of the memory plugin.
1484   * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
1485     fix a possible memory leak.
1486   * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
1487     possible memory leak in the snmp plugin.
1488   * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
1489     fix a possible file descriptor leak in the memcached plugin.
1490   * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
1491     fix the timeout passed to poll(2).
1493  -- Sebastian Harl <sh@tokkee.org>  Thu, 18 Sep 2008 19:12:54 +0200
1495 collectd (4.4.2-1) unstable; urgency=low
1497   * New upstream release.
1498   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
1499     those package are no longer available since Etch.
1500   * Removed byacc from the build-dependencies - collectd now requires bison.
1501   * Removed libupsclient-config.sh - upstream now supports pkg-config for
1502     libupsclient.
1503   * Include collection3 in /usr/share/doc/collectd/examples/:
1504     - Updated README.Debian to point the collection3's README.
1505     - Added libconfig-general-perl to the suggested packages.
1506   * README.Debian: Added a note about how to get collectd2html.pl working with
1507     version 4 of collectd.
1508   * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
1509     strcpy() which is poisoned in collectd.h.
1510   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
1511     plugin now links against the shared libupsclient.
1512   * Do not compress any example files, so they may be used directly.
1514  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
1516 collectd (4.4.1-2) unstable; urgency=low
1518   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
1519     affected by #488701 (Closes: #489091).
1520   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
1521     (>= 2.6.25-4) build dependency - those versions are not affected by
1522     #479899.
1523   * Added build dependency on pkg-config - this is used by collectd's
1524     configure script to check for a couple of libraries.
1525   * Added libupsclient-config.sh to imitate libupsclient-config which is no
1526     longer available. libupsclient-config.sh is a simple wrapper around
1527     pkg-config. This is a workaround until upstream supports pkg-config for
1528     libupsclient.
1529   * Replaced nut-dev build dependency with libupsclient1-dev:
1530     Reenabled the "nut" plugin on all architectures.
1532  -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
1534 collectd (4.4.1-1) unstable; urgency=low
1536   * New upstream release.
1537     - Fixed another issue of the sensors plugin affecting some chip types
1538       (Closes: #468143).
1539     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
1540     - Fixed a segfault when using libperl 5.10.
1541     - collectd now ships libiptc itself.
1542     New plugins:
1543     - Ascent server statistics: ascent
1544     - IPMI sensors information: ipmi
1545     - PowerDNS name server statistics: powerdns
1546     - incremental parsing of logfiles: tail
1547     - TeamSpeak2 server statistics: teamspeak2
1548     - detailed virtual memory statistics: vmem
1549   * Disable "tcpconns" plugin by default (Closes: #478759).
1550   * Reenabled iptables plugin on all architectures (Closes: #473435).
1551     - Added the plugin to collectd.conf.
1552     - Added /usr/share/doc/collectd/examples/iptables/.
1553     - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
1554       required because of #479899.
1555   * New debconf template translations:
1556     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
1557   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
1558     inclusion of the ipmi plugin and manually specifying the dependencies.
1559   * Updated standards-version to 3.8.0 (no changes).
1561  -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
1563 collectd (4.3.2-1) unstable; urgency=low
1565   * New upstream release.
1566     - Fixed handling of ignored sensors instances (Closes: #468143).
1567     - Fixed reading of wireless noise values (Closes: #471788).
1568   * Adopted patches and script to extractDS.px being renamed to rrd_filter.px.
1569   * Clarified debconf template in respect to packages required for the data
1570     migration (Closes: #469336).
1571   * collectd.conf: Moved logging plugins to the top of the file.
1572   * New debconf template translations:
1573     - de.po, thanks to Kai Wasserbäch (Closes: #469334).
1574     - fr.po, thanks to Florent Usseil (Closes: #468813).
1575     - pt.po, thanks to Américo Monteiro (Closes: #469745, #472183).
1576   * collectd.init.d: Consider the DISABLE option only when starting collectd.
1577   * Disabled iptables plugin - libiptc is no longer available in Debian.
1578     - Removed the plugin from collectd.conf.
1579     - Removed /usr/share/doc/collectd/examples/iptables/.
1581  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:13:18 +0200
1583 collectd (4.3.0-2) unstable; urgency=low
1585   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
1586     (this is required by the sensors plugin).
1587   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
1588     i386 and powerpc (libvirt is only available on those architectures).
1589   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
1590     sure Xen is supported and to fix some strange FTBFS complaining about a
1591     missing symbol "virDomainBlockStats".
1593  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
1595 collectd (4.3.0-1) unstable; urgency=low
1597   * New upstream release.
1598     - Added basic support for monitoring by introducing notifications and
1599       threshold checking.
1600     - Reverse lookups can be disabled using the "ReverseLookups" option of the
1601       ntpd plugin (Closes: #455162).
1602     New plugins:
1603     - Set the hostname to an unique identifier: uuid
1604     - CPU, dist, network statistics of guest systems: libvirt
1605   * Upload to unstable: With the latest changes to the perl plugin, all parts
1606     of collectd are suitable for a release.
1607   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
1608   * Updated package description to mention the monitoring support.
1609   * Install liboping/oping.h to collectd-dev as well.
1610   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
1611     can be configured using the USE_COLLECTDMON variable - enabled by default.
1612   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
1613     limit will be set to unlimited - disabled by default.
1614   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
1615     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
1616     plugin (which would otherwise be unable to find symbols defined in libperl
1617     when loading perl modules that require such symbols).
1618   * Disable debugging support.
1619   * watch file: Added uversionmangle for "beta" and "-rc".
1620   * Override "spelling-error-in-description" for the mysql plugin name - all
1621     plugins are spelled lowercase.
1623  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
1625 collectd (4.2.4-1) experimental; urgency=low
1627   * New upstream release.
1628   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
1629     with earlier versions because of #452262.
1630   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
1631     suggested packages.
1632   * Added support for the "status" command to the init script.
1633   * Updated standards-version to 3.7.3 (no changes).
1634   * Added --without-libstatgrab to the configure options to prevent collectd
1635     from being linked against this library if it's available.
1636   * Disabled xmms plugin - xmms will be removed from unstable
1637     (Closes: #459707).
1639  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
1641 collectd (4.2.1-1) experimental; urgency=low
1643   * New upstream release.
1644   * Changed XS-Vcs-* to Vcs-*.
1645   * Marked advanced rrdtool configuration options as such in collectd.conf.
1646   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
1647     /usr/share/doc/collectd/examples/.
1648   * Moved "Homepage" field from package description to the source stanza.
1650  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
1652 collectd (4.2.0-1) experimental; urgency=low
1654   * New upstream release.
1655     - Added options to collectd2html.pl to specify host and data directory
1656       (Closes: #438499).
1657     - Link against a thread-safe version of librrd.
1658     New plugins:
1659     - IPVS connection statistics: ipvs
1660     - Statistic of the memcached distributed caching system: memcached
1661     - Detailed Linux network interface and routing statistics: netlink (32bit
1662       systems only)
1663     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
1664     - Values from SNMP enabled network devices: snmp
1665     - Number of TCP connections to specific ports: tcpconns
1666     - Bitrate and frequency of music played with XMMS: xmms
1667   * Updated init script to wait for collectd to shut down (Closes: #422208).
1668   * Merged all plugin packages into the collectd binary package.
1669   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
1670     dependencies.
1671   * Added collectd.overrides to override shlib-with-non-pic-code errors of
1672     plugins liked against static libraries which have not been linked with
1673     -fPIC.
1674   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
1675     are included in the upstream sources now.
1676   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
1677     dependency.
1679  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
1681 collectd (4.0.7-1) experimental; urgency=low
1683   * New upstream release.
1684   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
1685     caused by #358637 and presumably #419684 (Closes: #430933).
1686   * Changed collectd-dbg's section to "utils".
1687   * Added httpd-cgi to suggested packages.
1688   * Added documentation of the provided examples to README.Debian, thanks to
1689     Eduard Bloch for his proposal (Closes: #434182).
1691  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
1693 collectd (4.0.3-1) experimental; urgency=low
1695   * New upstream release.
1697  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
1699 collectd (4.0.2-1) experimental; urgency=low
1701   * New upstream release (Closes: #428114).
1702     - Added large file support (Closes: #422212).
1703     - Rewrite of the plugin system to allow more flexibility by using
1704       different types of plugins.
1705     - Added Nagios plugin to query collectd from Nagios.
1706     New plugins:
1707     - Output to "comma separated values" (CSV) files: csv
1708     - Output to RRD files: rrdtool
1709     - IO via the network: network
1710     - External runtime interface: unixsock
1711     - Embedding a Perl interpreter: perl
1712     - Logging to files, STDOUT or STDERR: logfile
1713     - Logging to syslog: syslog
1714     - Amount of available entropy: entropy
1715     - Execution of external programs: exec
1716     - Iptables statistics: iptables (32bit systems only)
1717     - IRQ counters: irq
1718     - UPS information: nut (32bit systems only)
1719   * New binary package collectd-perl (linking against libperl).
1720     - Added collectd-perl to suggested packages.
1721   * examples/myplugin.c: Converted to the new plugin interface.
1722   * Enabled debugging.
1723   * Added possibility to automatically migrate RRD files to collectd-4 using
1724     migrate-3-4.px and extractDS.px provided by upstream.
1725     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
1726     - Using po-debconf to make translations of debconf templates possible.
1727   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
1728   * Updated init script to only start a single collectd process.
1729   * Added examples/MyPlugin.pm.
1730   * Added XS-Vcs-{Git,Browser} tags.
1731   * Added check_plugins.pl to check the build result of all plugins.
1732   * Do not build apple_sensors and tape plugins as they do not provide any
1733     functionality any longer.
1735  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
1737 collectd (3.11.2-1) experimental; urgency=low
1739   * New upstream release.
1740   * Removed sensors-ignorelist.dpatch - has been merged upstream.
1741   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
1742   * Added watch file.
1743   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
1745  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
1747 collectd (3.11.0-1) experimental; urgency=low
1749   * New upstream release.
1750     New plugins:
1751     - DNS traffic (query types, response codes, opcodes and traffic): dns
1752     - E-Mail statistics (count, traffic, spam scores and checks): email
1753     - Motherboard monitor: mbmon
1754     - Multimeter statistics: multimeter (beta version)
1755   * Upload to experimental because of Etch freeze.
1756   * New binary package collectd-dns (linking against libpcap).
1757     - Added collectd-dns to suggested packages.
1758   * Do not split off packages introducing new recommendations or suggestions.
1759     - Merge collectd-hddtemp into collectd.
1760     - Add hddtemp and mbmon to suggested packages.
1761   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
1762     when sensors plugin is not configured.
1763   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
1764     less than or equal to zero.
1766  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
1768 collectd (3.10.4-1) unstable; urgency=low
1770   * New upstream release.
1771     - Fix an infinite loop in server mode if binding to a socket fails and
1772       close the socket descriptor (Closes: #404018).
1773   * examples/myplugin.c: Include system headers before collectd headers to
1774     make it compile without any autoconf defines set (Closes: #401075).
1776  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
1778 collectd (3.10.3-1) unstable; urgency=low
1780   * New upstream release.
1781   * Made package binNMUable:
1782     - Upstream assures API backward compatibility only between patch releases.
1783   * LSBized init script.
1785  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
1787 collectd (3.10.2-1) unstable; urgency=low
1789   * New upstream release.
1790     - Retry connecting to remote host and database in ping and mysql plugins
1791       respectively (Closes: #393742).
1792   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
1793     linking against libssl.
1795  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
1797 collectd (3.10.1-4) unstable; urgency=low
1799   * Changed collectd-dbg's section and priority to "devel" and "extra"
1800     respectively.
1801   * Set init start sequence code to 95 to be sure to start after any daemons
1802     that data is collected from.
1804  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
1806 collectd (3.10.1-3) unstable; urgency=low
1808   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
1810  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
1812 collectd (3.10.1-2) unstable; urgency=low
1814   * Added collectd-dbg package.
1816  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
1818 collectd (3.10.1-1) unstable; urgency=low
1820   * New upstream release.
1821   * Dynamically link against external liboping.
1822     - New binary package collectd-ping.
1823     - Added collectd-ping to suggested packages.
1824   * Moved config file from /usr/share/doc/collectd/examples/ to
1825     /etc/collectd/.
1827  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
1829 collectd (3.10.0-1) unstable; urgency=low
1831   * New upstream release.
1832     New plugins:
1833     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
1834     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
1835   * Upstream no longer provides a debian/ directory. Thus no repackaging is
1836     required any longer.
1837   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
1838     no longer needed.
1839   * Added collectd-hddtemp as a suggestion to the collectd package.
1841  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
1843 collectd (3.9.4+debian-1) unstable; urgency=low
1845   * Initial release (Closes: #373008).
1846   * Removed upstream's debian/ directory from .orig.tar.gz.
1847   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
1848     of using getifaddrs(). getifaddrs() does not seem to work correctly on
1849     AMD64.
1851  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200