diff options
author | adam <adam> | 2004-11-09 13:02:39 +0000 |
---|---|---|
committer | adam <adam> | 2004-11-09 13:02:39 +0000 |
commit | 9b341b4a46e4175925fc6abcf43959ecc24f4727 (patch) | |
tree | 65f53486374b17ad3cbd9aab1b9b34e67c4756ff /archivers/dar | |
parent | 2ffc8a782a5d305de89ec37b2171dab6f450b75f (diff) | |
download | pkgsrc-9b341b4a46e4175925fc6abcf43959ecc24f4727.tar.gz |
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 (limited to 'archivers/dar')
-rw-r--r-- | archivers/dar/Makefile | 7 | ||||
-rw-r--r-- | archivers/dar/PLIST | 12 | ||||
-rw-r--r-- | archivers/dar/distinfo | 6 |
3 files changed, 16 insertions, 9 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile index b17651fa9fd..9d19c740ba7 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -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_BUILDLINK3= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes +UNLIMIT_RESOURCES= datasize CONFIGURE_ARGS+= --disable-nodump-flag CONFIGURE_ARGS+= --disable-dar-static diff --git a/archivers/dar/PLIST b/archivers/dar/PLIST index 59de63296ac..e868d8e71de 100644 --- a/archivers/dar/PLIST +++ b/archivers/dar/PLIST @@ -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 @@ man/man1/dar_xform.1 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 --git a/archivers/dar/distinfo b/archivers/dar/distinfo index c7efc891e8a..22b19680aa7 100644 --- a/archivers/dar/distinfo +++ b/archivers/dar/distinfo @@ -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 |