Code

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