Update to 3.0.6. Changes:
If you run xdelta3 on source files smaller than 64MB, you may notice xdelta3 using more memory than it has in the past. If this is an issue, lower the -B flag. Fixed issues with external compression and potential buffer overflows when using the -v setting (verbose output) with very large input files.
This commit is contained in:
parent
93f6cca56c
commit
6ea9c5a609
2 changed files with 8 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2012/10/31 11:19:53 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2013/04/27 12:08:34 shattered Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xdelta3.0.0
|
||||
PKGNAME= xdelta3-3.0za
|
||||
DISTNAME= xdelta3-3.0.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://xdelta.googlecode.com/files/
|
||||
|
||||
|
@ -13,6 +12,8 @@ LICENSE= gnu-gpl-v2
|
|||
|
||||
BUILD_TARGET= xdelta3
|
||||
USE_TOOLS+= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALLATION_DIRS= bin share/doc/xdelta3
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2012/04/07 15:08:55 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.6 2013/04/27 12:08:34 shattered Exp $
|
||||
|
||||
SHA1 (xdelta3.0.0.tar.gz) = c9e54fd8dbd9f2e77ead17be9d00e0b8af109024
|
||||
RMD160 (xdelta3.0.0.tar.gz) = 6f1d64066579342fb659df862a44c279fdce64e5
|
||||
Size (xdelta3.0.0.tar.gz) = 282201 bytes
|
||||
SHA1 (xdelta3-3.0.6.tar.gz) = a468ce0efb0cd1c7dbdff637731e9ac6470437c6
|
||||
RMD160 (xdelta3-3.0.6.tar.gz) = 3b5d4c3b6a8d702d542d984c2c0d0840bbdddffe
|
||||
Size (xdelta3-3.0.6.tar.gz) = 495860 bytes
|
||||
|
|
Loading…
Reference in a new issue