summaryrefslogtreecommitdiff
path: root/databases/rrdtool
diff options
context:
space:
mode:
authorkefren <kefren>2011-01-05 18:12:39 +0000
committerkefren <kefren>2011-01-05 18:12:39 +0000
commit6311874e00688cbf4466f8f0c366ef90384020f0 (patch)
tree89851bef7fa051a1da5f0c69faaa0f55aaf029c3 /databases/rrdtool
parent7b340ebe2db6eeef2e223b8e866ed371a4421cdf (diff)
downloadpkgsrc-6311874e00688cbf4466f8f0c366ef90384020f0.tar.gz
Update to 1.4.5
Bugfixes: * rrdcached: print \n at the end of log messages when running rrdcached in the foreground -- Bernard Li * rrdcached: Let the -s, -m and -P options affect the default socket as well -- Sebastian Harl * rrdgraph: font related memory leaks fixed #208 -- tobi * rrdgraph-libdbi: print error message instead of dumping core on sql problem -- Pavel Nikiforov * rrdgraph-libdbi: properly allocated response buffer -- Pavel Nikiforov * rrdtool: in remote mode, make argument count for remote commmands strict -- Dave Peticolas * rrdgraph: fix problems with second %s in right-axis format -- tobi * and many more: for full changelog http://oss.oetiker.ch/rrdtool/pub/CHANGES Enhancements: * rrdcached: add hosts_access support added -- Shaun Reitan * rrdfetch/graph: introduce "epoch" as a new base time reference, meaning timestamp 0: you can now write epoch+11111111s or epoch+19711205s -- Peter Stamfest
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/Makefile5
-rw-r--r--databases/rrdtool/distinfo10
-rw-r--r--databases/rrdtool/patches/patch-az12
3 files changed, 13 insertions, 14 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 903d5e18792..25340ae0924 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2010/11/18 13:43:09 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2011/01/05 18:12:39 kefren Exp $
-DISTNAME= rrdtool-1.4.4
-PKGREVISION= 2
+DISTNAME= rrdtool-1.4.5
CATEGORIES= databases graphics net
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
diff --git a/databases/rrdtool/distinfo b/databases/rrdtool/distinfo
index 0bf8ec0ac41..0854a0bc4c3 100644
--- a/databases/rrdtool/distinfo
+++ b/databases/rrdtool/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2010/07/06 07:31:20 adam Exp $
+$NetBSD: distinfo,v 1.42 2011/01/05 18:12:39 kefren Exp $
-SHA1 (rrdtool-1.4.4.tar.gz) = e4715c13f2a6fd077c54911d396eb573788377b0
-RMD160 (rrdtool-1.4.4.tar.gz) = 7636c67af3e3b9ce2361cc2c3cab5a90a662a29a
-Size (rrdtool-1.4.4.tar.gz) = 1345477 bytes
+SHA1 (rrdtool-1.4.5.tar.gz) = 56638e8aedd5d5522152e86746e382b75dc48c35
+RMD160 (rrdtool-1.4.5.tar.gz) = 9c45c3be7bcb8e17260055a33e936f307884914f
+Size (rrdtool-1.4.5.tar.gz) = 1348713 bytes
SHA1 (patch-al) = abc25497a10d59b1ad2e3a263f818eef89985538
SHA1 (patch-am) = 6c0a0890b1e8e2c1a186e2015c0cf5acd719b686
-SHA1 (patch-az) = 9db879e7e74e7953b15afc46504cf9a65b9eb342
+SHA1 (patch-az) = 41e7f6aad5a54a0fa27744709af404b887b88602
diff --git a/databases/rrdtool/patches/patch-az b/databases/rrdtool/patches/patch-az
index aef989e9a6b..495148702f7 100644
--- a/databases/rrdtool/patches/patch-az
+++ b/databases/rrdtool/patches/patch-az
@@ -1,10 +1,10 @@
-$NetBSD: patch-az,v 1.2 2010/07/06 07:31:20 adam Exp $
+$NetBSD: patch-az,v 1.3 2011/01/05 18:12:39 kefren Exp $
---- src/rrd_daemon.c.orig 2010-07-06 07:12:11.000000000 +0000
-+++ src/rrd_daemon.c
-@@ -109,7 +109,7 @@
- #include <libgen.h>
- #include <grp.h>
+--- src/rrd_daemon.c.orig 2010-12-21 18:06:32.000000000 +0200
++++ src/rrd_daemon.c 2011-01-05 18:10:33.000000000 +0200
+@@ -113,7 +113,7 @@
+ #include <tcpd.h>
+ #endif /* HAVE_LIBWRAP */
-#include <glib-2.0/glib.h>
+#include <glib.h>