pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/rrdtool Updated databases/rrdtool to 1.3.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76692037923e
branches:  trunk
changeset: 393635:76692037923e
user:      martti <martti%pkgsrc.org@localhost>
date:      Fri May 22 09:27:22 2009 +0000

description:
Updated databases/rrdtool to 1.3.8

- python bindings memory handling fix by Anders Hammarquist
  (deb bug #529291)

- fix getopt_long integration on Solaris. Depending on the phase of
  the moon this bug had caused rrdtool to crash reliably as soon as
  it read its arguments. Especially when used in language bindings.
  Thanks to Ihsan Dogan for helping with the debugging.

- rrd_restore used casting a bit to liberally this caused it to fail
  horribly on 64bit platforms. Patch based in input provided by
  poster of rrd bug #218.

- make ruby bindings compile with newer ruby versions. #217 patch
  provided by rrd trac user

- Generate an error message when using RRDp with graph - this can
  not work reliably. (Debian Bug#251701) patch by Sebastian Harl

diffstat:

 databases/rrdtool/Makefile         |   4 ++--
 databases/rrdtool/distinfo         |  10 +++++-----
 databases/rrdtool/patches/patch-al |  12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (49 lines):

diff -r 4e01e65af17e -r 76692037923e databases/rrdtool/Makefile
--- a/databases/rrdtool/Makefile        Fri May 22 09:27:17 2009 +0000
+++ b/databases/rrdtool/Makefile        Fri May 22 09:27:22 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2009/04/08 18:41:25 martti Exp $
+# $NetBSD: Makefile,v 1.78 2009/05/22 09:27:22 martti Exp $
 
-DISTNAME=      rrdtool-1.3.7
+DISTNAME=      rrdtool-1.3.8
 
 CATEGORIES=    databases graphics net
 MASTER_SITES=  http://oss.oetiker.ch/rrdtool/pub/
diff -r 4e01e65af17e -r 76692037923e databases/rrdtool/distinfo
--- a/databases/rrdtool/distinfo        Fri May 22 09:27:17 2009 +0000
+++ b/databases/rrdtool/distinfo        Fri May 22 09:27:22 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2009/04/08 18:41:25 martti Exp $
+$NetBSD: distinfo,v 1.38 2009/05/22 09:27:22 martti Exp $
 
-SHA1 (rrdtool-1.3.7.tar.gz) = 802fc03107c5b600548beef0ee6ad6cf153fc1f1
-RMD160 (rrdtool-1.3.7.tar.gz) = ffa30cd01f77f8cbb674c7c22994f34e18f0a8f2
-Size (rrdtool-1.3.7.tar.gz) = 1084709 bytes
-SHA1 (patch-al) = 6c01b709fd8ca1b2f7968e721a8684864ae1db42
+SHA1 (rrdtool-1.3.8.tar.gz) = 1fe71706442ddd78ec8cdbaadd8ce16bb1326b05
+RMD160 (rrdtool-1.3.8.tar.gz) = e05cada9d1df11ed474536c1f6e11d7cc4c08077
+Size (rrdtool-1.3.8.tar.gz) = 1021427 bytes
+SHA1 (patch-al) = 71b6d5cfc153cb648b75c9f0726c5613cbc11569
diff -r 4e01e65af17e -r 76692037923e databases/rrdtool/patches/patch-al
--- a/databases/rrdtool/patches/patch-al        Fri May 22 09:27:17 2009 +0000
+++ b/databases/rrdtool/patches/patch-al        Fri May 22 09:27:22 2009 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-al,v 1.14 2008/09/10 05:38:12 martti Exp $
+$NetBSD: patch-al,v 1.15 2009/05/22 09:27:22 martti Exp $
 
 Correct examples directory.
 
---- examples/Makefile.in.orig  2008-09-06 17:26:10.000000000 +0300
-+++ examples/Makefile.in       2008-09-07 08:37:18.000000000 +0300
-@@ -284,7 +284,7 @@
- target_os = @target_os@
- target_vendor = @target_vendor@
+--- examples/Makefile.in.orig  2009-05-19 16:45:20.000000000 +0300
++++ examples/Makefile.in       2009-05-22 12:22:34.000000000 +0300
+@@ -251,7 +251,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
  EXTRA_DIST = cgi-demo.cgi.in
 -examplesdir = $(pkgdatadir)/examples
 +examplesdir = $(prefix)/share/examples/rrdtool



Home | Main Index | Thread Index | Old Index