pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/dar Changes 2.1.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7599e8c32a9
branches:  trunk
changeset: 483218:f7599e8c32a9
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 09 13:02:39 2004 +0000

description:
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

diffstat:

 archivers/dar/Makefile |   7 +++----
 archivers/dar/PLIST    |  12 ++++++++++--
 archivers/dar/distinfo |   6 +++---
 3 files changed, 16 insertions(+), 9 deletions(-)

diffs (77 lines):

diff -r 31edef9cbf40 -r f7599e8c32a9 archivers/dar/Makefile
--- a/archivers/dar/Makefile    Tue Nov 09 12:38:10 2004 +0000
+++ b/archivers/dar/Makefile    Tue Nov 09 13:02:39 2004 +0000
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:04 tv Exp $
-#
+# $NetBSD: Makefile,v 1.9 2004/11/09 13:02:39 adam Exp $
 
-DISTNAME=      dar-2.0.2
-PKGREVISION=   2
+DISTNAME=      dar-2.1.5
 CATEGORIES=    archivers sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=dar/}
 
@@ -16,6 +14,7 @@
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+UNLIMIT_RESOURCES=     datasize
 
 CONFIGURE_ARGS+=       --disable-nodump-flag
 CONFIGURE_ARGS+=       --disable-dar-static
diff -r 31edef9cbf40 -r f7599e8c32a9 archivers/dar/PLIST
--- a/archivers/dar/PLIST       Tue Nov 09 12:38:10 2004 +0000
+++ b/archivers/dar/PLIST       Tue Nov 09 13:02:39 2004 +0000
@@ -1,21 +1,28 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:14 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/11/09 13:02:39 adam Exp $
 bin/dar
 bin/dar_cp
 bin/dar_manager
 bin/dar_slave
 bin/dar_xform
+include/dar/archive.hpp
+include/dar/catalogue.hpp
 include/dar/compressor.hpp
 include/dar/config.h
+include/dar/crypto.hpp
 include/dar/deci.hpp
+include/dar/ea.hpp
 include/dar/erreurs.hpp
 include/dar/generic_file.hpp
+include/dar/header_version.hpp
 include/dar/infinint.hpp
+include/dar/int_tools.hpp
 include/dar/integers.hpp
 include/dar/libdar.hpp
 include/dar/limitint.hpp
 include/dar/mask.hpp
 include/dar/path.hpp
 include/dar/real_infinint.hpp
+include/dar/scrambler.hpp
 include/dar/special_alloc.hpp
 include/dar/statistics.hpp
 include/dar/storage.hpp
@@ -32,7 +39,8 @@
 share/dar/dar_par.dcf
 share/dar/dar_par_create.duc
 share/dar/dar_par_test.duc
-share/doc/dar/DOC_API
+share/doc/dar/DOC_API_V1
+share/doc/dar/DOC_API_V2
 share/doc/dar/FEATURES
 share/doc/dar/GOOD_BACKUP_PRACTICE
 share/doc/dar/LIMITATIONS
diff -r 31edef9cbf40 -r f7599e8c32a9 archivers/dar/distinfo
--- a/archivers/dar/distinfo    Tue Nov 09 12:38:10 2004 +0000
+++ b/archivers/dar/distinfo    Tue Nov 09 13:02:39 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/05/29 18:07:38 minskim Exp $
+$NetBSD: distinfo,v 1.3 2004/11/09 13:02:39 adam Exp $
 
-SHA1 (dar-2.0.2.tar.gz) = 2dc5deb0d17034fcfb7e7bd39e3f9670f6d8f7fa
-Size (dar-2.0.2.tar.gz) = 624364 bytes
+SHA1 (dar-2.1.5.tar.gz) = 992836c05c685933e56e8035e00313008567948a
+Size (dar-2.1.5.tar.gz) = 652534 bytes
 SHA1 (patch-aa) = 6f07f2bf85194cdad58d99c7cafd85e3b2c06031



Home | Main Index | Thread Index | Old Index