[collectd-changes] pkg-collectd: branch "etch-backports" updated. collectd-4.4.2-3-23-g2f25bed
Sebastian Harl
sh at tokkee.org
Thu Dec 18 17:46:46 CET 2008
The branch "etch-backports" of project "collectd Debian package"
has been updated
via 2f25bed4ee904508fc540c32d495c44cb79d1429 (commit)
via a70bb2e201d30fff922917af37d0b18eff2fec02 (commit)
via 89dbaf1228d573c42476504c0c0dfaa35c64b856 (commit)
via 0a038ac0eb19f258172af6d839879a06443cf6f7 (commit)
via 246b48dc89711dec466fc304cbede67b694bc6f0 (commit)
via 710ebea3345f49204f7ff8e6ebd0bfbf1587cedc (commit)
via e93508c70e5933e5152c2066c0d83a9c9d57bb0f (commit)
via e122277eb0e517b1856114d7a156c8667a23a45e (commit)
via af3170ffdb3b2f753b35cf49e82326899a4dccf1 (commit)
via d8ed6c13500a0de6e45ddf009613c2b53d7d36e5 (commit)
via d850a785917b1dc6a9e0955cf183d771710b80a7 (commit)
via 7d7e3873608d97214d164344240408cfa42add5d (commit)
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 9fa5c111e445b12b010d4c160f175a4cffc25863 (commit)
via 3ac863cee4f6fd8f8d9d9542811366cdedbd9cec (commit)
via 53d6dd07c4823ebec0fc0fbb5b8e8a8691c1c6c6 (commit)
via 44a385dd5f56cec92b82b7ba74d227d14e937960 (commit)
via 59b014b16d4ca812cb4b46376bd35f316dc91864 (commit)
via 549eb9409a914a3682757f5e35833fd8e0fe1c4f (commit)
via 810b80cdda51df703ee44d002c98bf71bbfbd1fa (commit)
via a9f602e389814f56cf897d82200b2f272f1243e0 (commit)
via d4701eb7835b6fb8a3185e86dee1f0560d92b68e (commit)
via 122edcbf7b59408006ca3d847478c727cff878a7 (commit)
via 9828202268233fc4b0cd329faf6073e232ced8da (commit)
via fe847260b795885ee2b70b39ddee3e0abb73cfd7 (commit)
via ad6c08328fc7f8025b1af1eb125d1d26205bda7e (commit)
from 98750ff433ea10b39997e8c9d63e978cb9a08e8a (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 2f25bed4ee904508fc540c32d495c44cb79d1429
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Dec 18 11:13:13 2008 +0100
Reenabled and fixed the work around for #474087.
Removed the version from the libopenipmi-dev build dependency - Etch does not
include a fixed version of openipmi.
commit a70bb2e201d30fff922917af37d0b18eff2fec02
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Dec 18 10:25:28 2008 +0100
Removed optional build-dependencies librrd-dev.
It is not available in Etch and might confuse buildds.
commit 89dbaf1228d573c42476504c0c0dfaa35c64b856
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Dec 18 10:22:13 2008 +0100
Updated to collectd-4.4.2-3~bpo40+1.
commit 0a038ac0eb19f258172af6d839879a06443cf6f7
Merge: 98750ff433ea10b39997e8c9d63e978cb9a08e8a 246b48dc89711dec466fc304cbede67b694bc6f0
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Dec 18 10:19:20 2008 +0100
Merged commit 'collectd-4.4.2-3' into etch-backports.
-----------------------------------------------------------------------
Summary of changes:
debian/README.Debian | 19 ++++++-
debian/changelog | 84 ++++++++++++++++++++++++++++++
debian/collectd.conf | 4 +-
debian/collectd.init.d | 4 +-
debian/collectd.overrides | 1 -
debian/control | 4 +-
debian/copyright | 8 +++
debian/patches/00list | 8 +++
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/myplugin_strcpy.dpatch | 21 +++++++
debian/patches/perl_deadlock.dpatch | 78 +++++++++++++++++++++++++++
debian/patches/pod-errors.dpatch | 59 +++++++++++++++++++++
debian/patches/snmp_memleak.dpatch | 59 +++++++++++++++++++++
debian/po/nl.po | 58 ++++++++++++++++++++
debian/po/{gl.po => sv.po} | 36 +++++++------
debian/rules | 8 ++-
19 files changed, 507 insertions(+), 29 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/myplugin_strcpy.dpatch
create mode 100755 debian/patches/perl_deadlock.dpatch
create mode 100644 debian/patches/pod-errors.dpatch
create mode 100755 debian/patches/snmp_memleak.dpatch
create mode 100644 debian/po/nl.po
copy debian/po/{gl.po => sv.po} (59%)
More information about the collectd-changes
mailing list