From: Steven Barth Date: Mon, 8 Sep 2008 10:09:54 +0000 (+0000) Subject: Updated collectd to 4.4.3 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c87628ff72734755bf678cccdd4d47881ff54fd7;p=openwrt%2Fsvn-archive%2Fpackages.git Updated collectd to 4.4.3 SVN-Revision: 12549 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 233009b04..8b047f098 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=collectd -PKG_VERSION:=4.4.2 +PKG_VERSION:=4.4.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://collectd.org/files/ -PKG_MD5SUM:=faee2bb6e38da1051fdd31762bdf3ab7 +PKG_MD5SUM:=309b7a0b9b128a1575308773e1c43d9f PKG_FIXUP=libtool diff --git a/utils/collectd/patches/010-rrdtool-link-zlib.patch b/utils/collectd/patches/010-rrdtool-link-zlib.patch index da44a6826..aa3b0b6bb 100644 --- a/utils/collectd/patches/010-rrdtool-link-zlib.patch +++ b/utils/collectd/patches/010-rrdtool-link-zlib.patch @@ -1,8 +1,8 @@ -Index: collectd-4.4.2/configure +Index: collectd-4.4.3/configure =================================================================== ---- collectd-4.4.2.orig/configure 2008-07-17 19:34:16.000000000 +0200 -+++ collectd-4.4.2/configure 2008-07-17 19:34:25.000000000 +0200 -@@ -31428,7 +31428,7 @@ +--- collectd-4.4.3.orig/configure 2008-09-08 11:14:03.000000000 +0200 ++++ collectd-4.4.3/configure 2008-09-08 11:14:21.000000000 +0200 +@@ -31446,7 +31446,7 @@ withval=$with_rrdtool; if test "x$withval" != "xno" && test "x$withval" != "xyes" then librrd_cflags="-I$withval/include"