[collectd-changes] pkg-collectd: branch "master" updated. collectd-4.4.2-1-13-g3826b58

Sebastian Harl sh at tokkee.org
Sat Sep 20 16:35:24 CEST 2008


The branch "master" of project "collectd Debian package"
has been updated
       via  3826b58b9189792f37819cfd0e6ea9d07c39f136 (commit)
       via  9dbe4540d93121e72b56e31e58fe01de1b45fcd0 (commit)
       via  6379e4648e58db3eca532e133a53942dffbcd035 (commit)
       via  0207f36278b86211d48e1bbdfd63a75fcca4af62 (commit)
       via  47fc3d0a153c28ea235bb2decb19aa3ce89bd748 (commit)
       via  ae186d9da6dcb22275a5df92485ea7c92598f715 (commit)
       via  b4e044dbd6799f64f2f7741da642f5d0b843300d (commit)
       via  5e8ca303fd23ffc8eead9b92bdca30582598b7f3 (commit)
       via  7abf8440b51ddab5c115e112b34f0a5d429b9580 (commit)
       via  55cc5cbbcdb5cd3c7dcd1aff1af576071b373975 (commit)
       via  3ac863cee4f6fd8f8d9d9542811366cdedbd9cec (commit)
      from  9fa5c111e445b12b010d4c160f175a4cffc25863 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3826b58b9189792f37819cfd0e6ea9d07c39f136
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Sep 18 19:15:54 2008 +0200

    Added librrd-dev as the preferred option to the librrd2-dev build-dep.
    
    The latter one is a virtual package since rrdtool 1.3.

commit 9dbe4540d93121e72b56e31e58fe01de1b45fcd0
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Sep 18 18:54:35 2008 +0200

    collectd.init.d: Do not suppress output when checking the configuration.
    
    This will also show errors that don't cause collectd to abort, e.g. failure to
    load plugins.
    
    Closes: #499232

commit 6379e4648e58db3eca532e133a53942dffbcd035
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Sep 18 11:05:48 2008 +0200

    Added debian/patches/perl_deadlock.dpatch.
    
    Upstream patch to fix a possible deadlock in the perl plugin.
    
    Closes: #499179

commit 0207f36278b86211d48e1bbdfd63a75fcca4af62
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Sep 17 20:16:56 2008 +0200

    memcached_fdleak.dpatch: Added a link to the upstream BTS.

commit 47fc3d0a153c28ea235bb2decb19aa3ce89bd748
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Sep 17 20:10:39 2008 +0200

    Added debian/patches/memcached_timeout.dpatch.
    
    Trivial upstream patch to fix the timeout passed to poll(2).

commit ae186d9da6dcb22275a5df92485ea7c92598f715
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Sep 17 19:30:47 2008 +0200

    Added debian/patches/memcached_fdleak.dpatch.
    
    Trivial upstream patch to fix a possible file descriptor leak in the memcached
    plugin.

commit b4e044dbd6799f64f2f7741da642f5d0b843300d
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Sep 17 19:19:39 2008 +0200

    Added debian/patches/snmp_memleak.dpatch.
    
    Trivial upstream patch to fix a possible memory leak in the snmp plugin.

commit 5e8ca303fd23ffc8eead9b92bdca30582598b7f3
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Sep 17 10:30:30 2008 +0200

    Added debian/patches/collectd_memleak.dpatch.
    
    Trivial upstream patch to fix a possible memory leak.

commit 7abf8440b51ddab5c115e112b34f0a5d429b9580
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Sep 17 10:23:06 2008 +0200

    Added debian/patches/memory_libstatgrab.dpatch.
    
    Trivial upstream patch to fix a typo in the libstatgrab code of the memory
    plugin.

commit 55cc5cbbcdb5cd3c7dcd1aff1af576071b373975
Merge: 3ac863cee4f6fd8f8d9d9542811366cdedbd9cec 9fa5c111e445b12b010d4c160f175a4cffc25863
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Sep 16 19:59:12 2008 +0200

    Merge branch 'master' of git://git.tokkee.org/pkg-collectd

commit 3ac863cee4f6fd8f8d9d9542811366cdedbd9cec
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Aug 26 09:19:41 2008 +0200

    collectd.init.d: Let "status" exit with 1 if collectd is not running.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                         |   22 ++++++++-
 debian/collectd.init.d                   |    4 +-
 debian/control                           |    2 +-
 debian/patches/00list                    |    6 ++
 debian/patches/collectd_memleak.dpatch   |   19 +++++++
 debian/patches/memcached_fdleak.dpatch   |   23 +++++++++
 debian/patches/memcached_timeout.dpatch  |   22 ++++++++
 debian/patches/memory_libstatgrab.dpatch |   21 ++++++++
 debian/patches/perl_deadlock.dpatch      |   78 ++++++++++++++++++++++++++++++
 debian/patches/snmp_memleak.dpatch       |   59 ++++++++++++++++++++++
 10 files changed, 252 insertions(+), 4 deletions(-)
 create mode 100755 debian/patches/collectd_memleak.dpatch
 create mode 100755 debian/patches/memcached_fdleak.dpatch
 create mode 100755 debian/patches/memcached_timeout.dpatch
 create mode 100755 debian/patches/memory_libstatgrab.dpatch
 create mode 100755 debian/patches/perl_deadlock.dpatch
 create mode 100755 debian/patches/snmp_memleak.dpatch




More information about the collectd-changes mailing list