Path to this page:
Subject: CVS commit: [pkgsrc-2008Q3] pkgsrc/databases/rrdtool
From: Matthias Scheler
Date: 2008-10-08 12:44:05
Message id: 20081008104405.3873D175D0@cvs.netbsd.org
Log Message:
Pullup ticket #2545 - requested by martti
rrdtool: fix crashes
Revisions pulled up:
- databases/rrdtool/Makefile 1.72
- databases/rrdtool/PLIST 1.11
- databases/rrdtool/distinfo 1.33
---
Module Name: pkgsrc
Committed By: martti
Date: Tue Oct 7 07:23:36 UTC 2008
Modified Files:
pkgsrc/databases/rrdtool: Makefile PLIST distinfo
Log Message:
Updated databases/rrdtool to 1.3.4
* detect short/truncated files on open (rrdtool used to crash later
on some platforms)
* stop rrd_resize from altering the original file (mmap side
effect)
* fix VDEF and SHIFT use. Now it returns correct data and does
not crash anymore.
* fix rrd_xport when used on datasources with different
resolutions. This has been broken from day 1 of this tools
exsitance.
* fixed default prefix for ruby install
* added rpath for perl bindings on bsd
* do not [fm]advise past the end of the file since this
causes crashes on sparc.
Files: