Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 06:38:37 UTC Now

2008-10-08 10:44:05 UTC pkgsrc-2008Q3 commitmail json YAML

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.

(tron)