Subject: CVS commit: pkgsrc/archivers/dar
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 11/09/2004 13:02:39
Module Name: pkgsrc
Committed By: adam
Date: Tue Nov 9 13:02:39 UTC 2004
Modified Files:
pkgsrc/archivers/dar: Makefile PLIST distinfo
Log Message:
Changes 2.1.5:
- added protection code against bad_alloc exception
- new configure option to bypass libdl test
- removed expected exception list in deci, limitint, real_infinint
and storage modules to improve global robustness
- remove the #pragma implementation/interface directives
which tend today to become obsolete, and seems to be the
cause of compilation problem on (recent) Linux kernel 2.6.7
for example.
- added protection code to report bug conditions
- code simplification for filesystem reading (while performing
backup)
- fixed bug #29 (crash when saving hard link without read
permission)
- fixed code syntax to support gcc-3.4.x
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/archivers/dar/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/archivers/dar/PLIST \
pkgsrc/archivers/dar/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.