Update dar to version 2.3.4:
Pkgsrc changes: - Use an option group for dar-int32 Vs dar-int64 Vs neither (infinint) - Default to dar-int64 (the infinint support is excessive, and hugely expensive) - REPLACE_FOO doesn't work if FOO isn't a dependency, and we don't want to pull in Bash and Perl just for a few samples! So, don't replace the interpreters in the samples, just leave them as is. ChangeLog from 2.3.3 to 2.3.4: - fixed behavior when differential backup is interrupted (no more store file that would have been read if no interruption had been done as "deleted" since thearchive of reference) [SF #1669091]. - added official method to access catalogue's statistics through the API (for kdar next version). - Fixed syntax error in dar_par_create.duc and dar_par_test.duc files (Parchive integration with dar). - minor spelling fix in error message (compressor.cpp) - added Wiebe Cazemier's two patches for dar man page - integrated patch from Dwayne C. Litzenberger to fix weakness in dar's implementation of the blowfish encryption. - improved the returned message when an invalid path is given as argument - updated doc/sample/sample1.txt script file
This commit is contained in:
parent
256391093b
commit
c79568cdfc
2 changed files with 16 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.26 2007/07/24 14:23:26 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2007/08/20 12:36:24 dsainty Exp $
|
||||
|
||||
DISTNAME= dar-2.3.3
|
||||
DISTNAME= dar-2.3.4
|
||||
CATEGORIES= archivers sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dar/}
|
||||
|
||||
|
@ -21,14 +21,18 @@ CONFIGURE_ARGS+= --disable-upx
|
|||
CONFIGURE_ARGS+= --enable-examples
|
||||
CONFIGURE_ARGS+= doxygen=no
|
||||
|
||||
# Since these are only examples, avoid the dependencies on Bash and
|
||||
# Perl. Unfortunately the interpeter replacements won't work unless
|
||||
# we USE_TOOLS the two interpreters, so the samples are left as is.
|
||||
CHECK_INTERPRETER_SKIP+= share/dar/samples
|
||||
REPLACE_PERL+= doc/samples/dar_backup
|
||||
REPLACE_BASH+= doc/samples/*.bash doc/samples/clust*.sh
|
||||
# No extra dependencies, since these are only examples.
|
||||
#USE_TOOLS+= bash:run perl:run
|
||||
#REPLACE_PERL+= doc/samples/dar_backup
|
||||
#REPLACE_BASH+= doc/samples/*.bash doc/samples/clust*.sh
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.dar
|
||||
PKG_SUPPORTED_OPTIONS= dar-int32 dar-int64
|
||||
PKG_SUGGESTED_OPTIONS=
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.dar
|
||||
PKG_OPTIONS_OPTIONAL_GROUPS+= int
|
||||
PKG_OPTIONS_GROUP.int= dar-int32 dar-int64
|
||||
PKG_SUGGESTED_OPTIONS+= dar-int64
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.19 2007/04/13 09:11:20 dsainty Exp $
|
||||
$NetBSD: distinfo,v 1.20 2007/08/20 12:36:24 dsainty Exp $
|
||||
|
||||
SHA1 (dar-2.3.3.tar.gz) = ec52d7d75b3414b54f03988874c51b2e655561ab
|
||||
RMD160 (dar-2.3.3.tar.gz) = 7e426a21633205738b1262fb643e1a91c8feb793
|
||||
Size (dar-2.3.3.tar.gz) = 1179147 bytes
|
||||
SHA1 (dar-2.3.4.tar.gz) = 1046ad3b88371fc2d77227706dbcc894af8e33d9
|
||||
RMD160 (dar-2.3.4.tar.gz) = 088ab52d504c0475d578e8bdc9681a197a761583
|
||||
Size (dar-2.3.4.tar.gz) = 1186874 bytes
|
||||
SHA1 (patch-aa) = d9d9cef20573582c2f56aa70ae1b3af98b11725a
|
||||
SHA1 (patch-ab) = d442f8ec95909bf9a5e72e1ff10042ec263ec8d2
|
||||
SHA1 (patch-ac) = 34ba67a1ae794c1069824347b67a204455d18f2e
|
||||
|
|
Loading…
Reference in a new issue