Code

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