changelog: New upstream fixes #664429 (kfreebsd FTBFS).
rules: Work around #673431 (kvm.h requires sys/types.h).
… by forcing the processes plugin on kfreebsd and manually defining
HAVE_STRUCT_KINFO_PROC_FREEBSD.
… by forcing the processes plugin on kfreebsd and manually defining
HAVE_STRUCT_KINFO_PROC_FREEBSD.
rules: Use $(shell …) rather than `…`.
For consistency … ;-)
For consistency … ;-)
rules: define and export DEB_BUILD_MAINT_OPTIONS hardening opts.
po/de.po: Updated German debconf translation.
Auto-updated po files.
copyright: Updated Debian copyright years.
po/: Added Polish debconf template translation.
Thanks to Michał Kułach.
Closes: #672739
Thanks to Michał Kułach.
Closes: #672739
po/: Added Brazilian Portuguese debconf template translation.
Thanks to Adriano Rafael Gomes.
Closes: #662174
Thanks to Adriano Rafael Gomes.
Closes: #662174
po/: Added Danish debconf template translation; thanks to Joe Dalton.
Closes: #660918
Closes: #660918
control: Use linux-any, kfreebsd-any, etc.
… rather than hardcoded list of non-Linux architectures to make life of
porters easier; thanks to Robert Millan for reporting this and providing a
pointer to the fix.
Closes: #634690
… rather than hardcoded list of non-Linux architectures to make life of
porters easier; thanks to Robert Millan for reporting this and providing a
pointer to the fix.
Closes: #634690
collectd-core.collectd.init.d: Use the exit codes specified by LSB in status.
Thanks to Michael Prokop for reporting this.
Closes: #615840
Thanks to Michael Prokop for reporting this.
Closes: #615840
collectd-core.collectd.init.d: Added cpufrequtils to should-start.
Else collectd does not reliably detect all CPUs; thanks to Mathias Bauer for
reporting and debugging this.
Closes: #662040
Else collectd does not reliably detect all CPUs; thanks to Mathias Bauer for
reporting and debugging this.
Closes: #662040
control: Build depend on javahelper providing java-arch.sh.
rules: Use /usr/share/javahelper/java-arch.sh to determine the Java arch.
Thus, we make sure armhf and armel are supported as well; thanks to peter
green for reporting this and providing the pointer.
Closes: #656274
Thus, we make sure armhf and armel are supported as well; thanks to peter
green for reporting this and providing the pointer.
Closes: #656274
collectd-core.{postrm,templates}: Prompt the user when purging the data dir.
This provides an option to keep the data. The question (debconf priority high)
defaults to remove the data
Closes: #631167
This provides an option to keep the data. The question (debconf priority high)
defaults to remove the data
Closes: #631167
control: Updated to standards-version 3.9.3 -- no changes.
rules: Don't force building of the ipvs plugin.
The ip_vs.h check has been fixed in configure.
The ip_vs.h check has been fixed in configure.
patches/00list: Removed ipvs_h_include.dpatch.
changelog: Mention the fix for #619123.
This has been removed in the previous commit; re-introduced in the "new
upstream release" section.
This has been removed in the previous commit; re-introduced in the "new
upstream release" section.
patches/: Removed bts619123_mkdir_endless_loop_fix, ipvs_h_include.
Applied upstream.
Applied upstream.
changelog: Updated to 4.10.7-1.
README.Debian: Added section 'Cleanup of old data'.
… explaining how to get rid of out-dated data files (e.g. RRD files).
… explaining how to get rid of out-dated data files (e.g. RRD files).
Updated changelog.
rules: Use dpkg-buildflags to determine compiler/linker flags.
This also enables hardening build flags.
This also enables hardening build flags.
copyright: Updated to 4.10.5.
changelog: Updated to 4.10.5-1.
patches: Added bts619123_mkdir_endless_loop_fix.
The patch fixes an endless loop in case the datadir is a symlink pointing to a
non-existent target.
Thanks to Michael Prokop for reporting this and Jonathan Nieder for providing
the patch.
Closes: #619123
The patch fixes an endless loop in case the datadir is a symlink pointing to a
non-existent target.
Thanks to Michael Prokop for reporting this and Jonathan Nieder for providing
the patch.
Closes: #619123
12 years agocollectd-core.overrides: Updated java's binary-or-shlib-defines-rpath. collectd-4.10.4-1
collectd-core.overrides: Updated java's binary-or-shlib-defines-rpath.
collectd-core.collectd.init.d: Added a description LSB header field.
control: Updated standards-version to 3.9.2 -- no changes.
rules: Split 'build' target into 'build-arch' and 'build-indep'.
… as recommended by policy.
… as recommended by policy.
patches/bts559801_plugin_find_fix: Removed now unused variable as well.
Else, we'll get a compiler warning (error because of -Werror) with current
GCC.
Else, we'll get a compiler warning (error because of -Werror) with current
GCC.
patches/bts559801_plugin_find_fix: Refreshed.
patches/ipvs_h_include, rules: Let the ipvs plugin use linux/ip_vs.h.
… rather than net/ip_vs.h. Also, make sure to look for the header in
/usr/include rather than the kernel directory (which has been deprecated).
Force building of the ipvs plugin since configure is not currently able to
correctly check for ip_vs.h.
… rather than net/ip_vs.h. Also, make sure to look for the header in
/usr/include rather than the kernel directory (which has been deprecated).
Force building of the ipvs plugin since configure is not currently able to
correctly check for ip_vs.h.
changelog: 4.10.4 fixes #614439 by fixing an FTBFS with libiptc.
Revert "control, rules: Depend on libmodbus-dev and enabled "modbus" plugin."
collectd does not currently seem to support modbus 3.0.1.
This reverts commit e0686fba23bf1a76aa37efb828ab3acbbbcf9cc9.
collectd does not currently seem to support modbus 3.0.1.
This reverts commit e0686fba23bf1a76aa37efb828ab3acbbbcf9cc9.
rules: Append DEB_BUILD_ARCH to JAVA_HOME.
This is how it's done in the OpenJDK package.
This is how it's done in the OpenJDK package.
patches: Removed CVE-2010-4336 -- included upstream.
patches: Removed bts596128-reheap-fix -- included upstream.
patches: Removed bts592623-curl_json-file -- included upstream.
patches: Removed bts595756-notify_email-segfault -- included upstream.
changelog: 4.10.4 closes #636818 by supporting libnotify 0.7.
changelog: 4.10.4 fixes #625323 by fixing an FTBFS with GCC 4.6.
control, rules: Depend on libmodbus-dev and enabled "modbus" plugin.
changelog: 4.10.4 closes #592880 by ignoring "Include" errors.
changelog: 4.10.4 closes #585975 by being verbose about plugin load failures.
copyright: Updated for 4.10.4.
copyright: Updated curl_jscon.c copyright information.
copyright: Updated collectd-python(5) copyright information.
changelog: 4.10.4 closes #612784 by documenting the "Globals" option.
changelog: 4.10.4 fixes #653879 by supporting yajl 2.
changelog: Updated to 4.10.4-1.
patches: Added CVE-2010-4336.dpatch: Fix DoS in RRD file creation.
changelog: Added entry for adding ‘powerpcspe’ to JAVA_ARCHDIR_MAP.
Set urgency to "medium" because of the RC bug-fix.
patches: Added bts596128-reheap-fix.
This is an upstream patch fixing the 'reheap()' function used to manage the
"read" callbacks and making sure all plugins get executed correctly and in
each interval.
Closes: #596128
This is an upstream patch fixing the 'reheap()' function used to manage the
"read" callbacks and making sure all plugins get executed correctly and in
each interval.
Closes: #596128
patches: Added bts592623-curl_json-file.
This is an upstream patch fixing access to file:// URLs in the 'curl_json'
plugin.
Thanks Baptiste Mille-Mathias for reporting this and pointing out the patch!
Closes: #592623
This is an upstream patch fixing access to file:// URLs in the 'curl_json'
plugin.
Thanks Baptiste Mille-Mathias for reporting this and pointing out the patch!
Closes: #592623
patches: Added bts595756-notify_email-segfault.
This is an upstream patch fixing a segfault in the 'notify_email' plugin.
Thanks to Manuel CISSE for reporting this!
Closes: #595756
This is an upstream patch fixing a segfault in the 'notify_email' plugin.
Thanks to Manuel CISSE for reporting this!
Closes: #595756
rules: Added ‘powerpcspe’ to JAVA_ARCHDIR_MAP.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Sebastian Harl <sh@tokkee.org>
control: Updated standards-version to 3.9.1 -- no changes.
patches: Removed bts557599_powerdns_fix -- applied upstream.
patches: Removed collectd2html related patches -- applied upstream.
changelog: Updated to 4.10.1-1.
14 years agocontrol: Updated collectd-dev's versioned dependency on collectd to << 4.11~. collectd-4.10.0-1
control: Updated collectd-dev's versioned dependency on collectd to << 4.11~.
overrides: Override 'capitalization-error-in-description python Python'.
All plugin names are spelled in lower-case letters.
All plugin names are spelled in lower-case letters.
changelog: Be a bit more verbose.
collectd.postinst: Manually replace /u/s/d/collectd/examples/ with a symlink.
… when upgrading from versions << 4.10.0-1~ -- this is not handled by dpkg
according to policy 6.6.
Thanks to Joey Hess for reporting this!
Closes: #569268
… when upgrading from versions << 4.10.0-1~ -- this is not handled by dpkg
according to policy 6.6.
Thanks to Joey Hess for reporting this!
Closes: #569268
control: Updated to standards-version 3.8.4 -- no changes.
patches: Added bts575029-collectd2html-xhtml.
… adding support for XHTML to collectd2html.pl.
Thanks to Ivan Shmakov for reporting this and Max Henkel and Timur Kirilichev
for providing patches!
Closes: #575029
… adding support for XHTML to collectd2html.pl.
Thanks to Ivan Shmakov for reporting this and Max Henkel and Timur Kirilichev
for providing patches!
Closes: #575029
debian/po: Added updated po-files as changed by debconf-updatepo.
Updated changelog.
Adding support for Renesas SH4 to the Java arch mapping closes #564165.
Thanks to Nobuhiro Iwamatsu for the patch!
Adding support for Renesas SH4 to the Java arch mapping closes #564165.
Thanks to Nobuhiro Iwamatsu for the patch!
rules: Added support for Renesas SH4.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Sebastian Harl <sh@tokkee.org>
rules: Define (and pass to configure) $JAR.
patches: Removed typo_fixes -- applied upstream.
patches: Removed bts566199_collection_hide_types -- applied upstream.
control: Build-depend on libprotobuf-c0-dev and protobuf-c-compiler.
… required by the 'pinba' plugin.
… required by the 'pinba' plugin.
{collectd,filters}.conf: Added new config options.
changelog, collectd.conf, control, rules: Added new plugins.
* curl_xml
* modbus (disabled; libmodbus is not available)
* pinba
* curl_xml
* modbus (disabled; libmodbus is not available)
* pinba
copyright: Updated for 4.10.0.
changelog: Updated to 4.10.0-1.
control: Sorted plugins alphabetically in package description.
control: Added missing plugins to package description.
control: Added rrdcached and tokyotyrant to the package description.
14 years agorules: Replaced all occurrences of 'findstring' with 'filter' statements. collectd-4.9.1-2
rules: Replaced all occurrences of 'findstring' with 'filter' statements.
This makes sure that we match words rather than substrings.
This makes sure that we match words rather than substrings.
rules: Re-enabled non-kfreebsd plugins on i386 and amd64.
They had been disabled accidentally by using findstring (which does a
substring match) to compare DEB_BUILD_ARCH with kfreebsd-{amd64,i386}.
Thanks to ilia kudirov for reporting this!
Closes: #567259
They had been disabled accidentally by using findstring (which does a
substring match) to compare DEB_BUILD_ARCH with kfreebsd-{amd64,i386}.
Thanks to ilia kudirov for reporting this!
Closes: #567259
collectd.conf: Added sample configs for "rrdcached" and "tokyotyrant".
control: Let collectd-dev depend on collectd-core << 4.10~.
control: Also, build-depend on libtokyocabinet-dev.
… to work around a missing dependency in libtokyotyrant-dev (see #566584).
… to work around a missing dependency in libtokyotyrant-dev (see #566584).
rules: Updated documentation about which plugin is Linux-specific.
rules: Check whether all patches have been enabled; fail, if not.
typo_fixes.dpatch: Updated for 4.9.1.
patches: Added typo_fixes.dpatch.
…fixing some typos in manpages and error messages; thanks to lintian(1) for
reporting this.
…fixing some typos in manpages and error messages; thanks to lintian(1) for
reporting this.
bts566199….dpatch: Added missing @DPATCH@ template foo.
… whatever that's used for ;-)
… whatever that's used for ;-)
Updated collectd-core.overrides.
Replaced overrides for spelling-error-in-description with
capitalization-error-in-description.
Replaced overrides for spelling-error-in-description with
capitalization-error-in-description.
Updated copyright.
patches: Added bts566199_collection_hide_types.dpatch.
This patch adds the ability to hide specified types in collection.cgi.
Thanks to Pavel Piatruk for the patch!
Closes: #566199
This patch adds the ability to hide specified types in collection.cgi.
Thanks to Pavel Piatruk for the patch!
Closes: #566199
Updated changelog.
control, rules: Enabled the "tokyotyrant" plugin.
… except on kfreebsd-{i386,amd64} and build-depend on libtokyotyrant-dev
(which is not available on kfreebsd).
… except on kfreebsd-{i386,amd64} and build-depend on libtokyotyrant-dev
(which is not available on kfreebsd).
control, rules: Enabled the "rrdcached" plugin.
… and build-depend on librrd-dev (>= 1.4~) (and removed the optional build-dep
on librrd2-dev).
… and build-depend on librrd-dev (>= 1.4~) (and removed the optional build-dep
on librrd2-dev).