[ubuntu/jaunty] collectd 4.4.2-2ubuntu1 (Accepted)

Morten Kjeldgaard mok0 at ubuntu.com
Tue Nov 18 17:00:17 GMT 2008


collectd (4.4.2-2ubuntu1) jaunty; urgency=low

  * Merge from Debian unstable (LP: #298828). Remaining Ubuntu changes:
  * Add ubuntu_in6-glibc28.dpatch patch, fix FTBFS.
  * Add ubuntu_hardening.dpatch patch, fix FTBFS.
  * Add ubuntu_perl.c.dpatch, fix FTBFS.

collectd (4.4.2-2) unstable; urgency=low

  * Removed the work around for #474087 (broken openipmi .pc files) introduced
    in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
    which includes fixed .pc files. This fixes an undefined symbol error when
    loading the ipmi plugin caused by that work around (Closes: #494665).
  * debian/collectd.init.d:
    - The "status" command now exits with 1 if collectd is not running.
    - Do not suppress output when checking the configuration with the -t
      command line option. This will also show errors that don't cause
      collectd to abort, e.g. failure to load plugins (Closes: #499232).
  * debian/control:
    - Added librrd-dev as the preferred option to the librrd2-dev build
      dependency - the latter one is a virtual package since rrdtool 1.3.
  * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
    possible deadlock in the perl plugin (Closes: #499179).
  * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
    fix a typo in the libstatgrab code of the memory plugin.
  * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
    fix a possible memory leak.
  * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
    possible memory leak in the snmp plugin.
  * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
    fix a possible file descriptor leak in the memcached plugin.
  * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
    fix the timeout passed to poll(2).

collectd (4.4.2-1) unstable; urgency=low

  * New upstream release.
  * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
    those package are no longer available since Etch.
  * Removed byacc from the build-dependencies - collectd now requires bison.
  * Removed libupsclient-config.sh - upstream now supports pkg-config for
    libupsclient.
  * Include collection3 in /usr/share/doc/collectd/examples/:
    - Updated README.Debian to point the collection3's README.
    - Added libconfig-general-perl to the suggested packages.
  * README.Debian: Added a note about how to get collectd2html.pl working with
    version 4 of collectd.
  * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
    strcpy() which is poisoned in collectd.h.
  * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
    plugin now links against the shared libupsclient.
  * Do not compress any example files, so they may be used directly.

collectd (4.4.1-2) unstable; urgency=low

  * Restrict libcurl4-gnutls-dev build dependency to versions which are not
    affected by #488701 (Closes: #489091).
  * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
    (>= 2.6.25-4) build dependency - those versions are not affected by
    #479899.
  * Added build dependency on pkg-config - this is used by collectd's
    configure script to check for a couple of libraries.
  * Added libupsclient-config.sh to imitate libupsclient-config which is no
    longer available. libupsclient-config.sh is a simple wrapper around
    pkg-config. This is a workaround until upstream supports pkg-config for
    libupsclient.
  * Replaced nut-dev build dependency with libupsclient1-dev:
    Reenabled the "nut" plugin on all architectures.

Date: Tue, 18 Nov 2008 15:54:20 +0100
Changed-By: Morten Kjeldgaard <mok0 at ubuntu.com>
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
Signed-By: Morten Kjeldgaard <mok at bioxray.au.dk>
https://launchpad.net/ubuntu/jaunty/+source/collectd/4.4.2-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 18 Nov 2008 15:54:20 +0100
Source: collectd
Binary: collectd collectd-dbg collectd-dev
Architecture: source
Version: 4.4.2-2ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
Changed-By: Morten Kjeldgaard <mok0 at ubuntu.com>
Description: 
 collectd   - statistics collection and monitoring daemon
 collectd-dbg - statistics collection and monitoring daemon (debugging symbols)
 collectd-dev - statistics collection and monitoring daemon (development files)
Closes: 489091 494665 499179 499232
Launchpad-Bugs-Fixed: 298828
Changes: 
 collectd (4.4.2-2ubuntu1) jaunty; urgency=low
 .
   * Merge from Debian unstable (LP: #298828). Remaining Ubuntu changes:
   * Add ubuntu_in6-glibc28.dpatch patch, fix FTBFS.
   * Add ubuntu_hardening.dpatch patch, fix FTBFS.
   * Add ubuntu_perl.c.dpatch, fix FTBFS.
 .
 collectd (4.4.2-2) unstable; urgency=low
 .
   * Removed the work around for #474087 (broken openipmi .pc files) introduced
     in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
     which includes fixed .pc files. This fixes an undefined symbol error when
     loading the ipmi plugin caused by that work around (Closes: #494665).
   * debian/collectd.init.d:
     - The "status" command now exits with 1 if collectd is not running.
     - Do not suppress output when checking the configuration with the -t
       command line option. This will also show errors that don't cause
       collectd to abort, e.g. failure to load plugins (Closes: #499232).
   * debian/control:
     - Added librrd-dev as the preferred option to the librrd2-dev build
       dependency - the latter one is a virtual package since rrdtool 1.3.
   * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
     possible deadlock in the perl plugin (Closes: #499179).
   * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
     fix a typo in the libstatgrab code of the memory plugin.
   * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
     fix a possible memory leak.
   * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
     possible memory leak in the snmp plugin.
   * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
     fix a possible file descriptor leak in the memcached plugin.
   * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
     fix the timeout passed to poll(2).
 .
 collectd (4.4.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
     those package are no longer available since Etch.
   * Removed byacc from the build-dependencies - collectd now requires bison.
   * Removed libupsclient-config.sh - upstream now supports pkg-config for
     libupsclient.
   * Include collection3 in /usr/share/doc/collectd/examples/:
     - Updated README.Debian to point the collection3's README.
     - Added libconfig-general-perl to the suggested packages.
   * README.Debian: Added a note about how to get collectd2html.pl working with
     version 4 of collectd.
   * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
     strcpy() which is poisoned in collectd.h.
   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
     plugin now links against the shared libupsclient.
   * Do not compress any example files, so they may be used directly.
 .
 collectd (4.4.1-2) unstable; urgency=low
 .
   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
     affected by #488701 (Closes: #489091).
   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
     (>= 2.6.25-4) build dependency - those versions are not affected by
     #479899.
   * Added build dependency on pkg-config - this is used by collectd's
     configure script to check for a couple of libraries.
   * Added libupsclient-config.sh to imitate libupsclient-config which is no
     longer available. libupsclient-config.sh is a simple wrapper around
     pkg-config. This is a workaround until upstream supports pkg-config for
     libupsclient.
   * Replaced nut-dev build dependency with libupsclient1-dev:
     Reenabled the "nut" plugin on all architectures.
Checksums-Sha1: 
 f28385e9a4afe7a244033906c235bb6504579871 1828 collectd_4.4.2-2ubuntu1.dsc
 ec7358daf3920563c8c650bcf1359e1c928accb5 1220408 collectd_4.4.2.orig.tar.gz
 11d3aceee5cd66f07d61732555343a9d8eb672fe 36758 collectd_4.4.2-2ubuntu1.diff.gz
Checksums-Sha256: 
 e3130874fed46e56d7f6e46aad93ae404cd5d0e71263f6b7c1da4d34d7422773 1828 collectd_4.4.2-2ubuntu1.dsc
 bfcdc7f02cd91ef70933ab67ffaef0b9185c6cf65a617a5c3845273e8aefb286 1220408 collectd_4.4.2.orig.tar.gz
 1d5f9ecce7e67bdf9b8205fd0f13c1842b877a85e62a2028704a784ac667422f 36758 collectd_4.4.2-2ubuntu1.diff.gz
Files: 
 acadde38696bfd98b8a1268498781a24 1828 utils optional collectd_4.4.2-2ubuntu1.dsc
 dbffe35a2d19840e86253c7052485ff0 1220408 utils optional collectd_4.4.2.orig.tar.gz
 5e440742ddd78299db762d2883604c16 36758 utils optional collectd_4.4.2-2ubuntu1.diff.gz
Original-Maintainer: Sebastian Harl <sh at tokkee.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJIvJ2B4zzG0BIJecRAnCFAJ49GYUZDSCZUMT4EiDo6Xf21G7NKgCdHuPx
kueGFn0V3JRlXYFTZ/6a7Bg=
=JVrg
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list