diff options
author | wiz <wiz@pkgsrc.org> | 2010-11-23 17:20:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-11-23 17:20:04 +0000 |
commit | e23e57c3f5a924822f075d042aa1ebfc7afbdd2c (patch) | |
tree | 0de462a628bc5904983649954bc3166df0e39a81 /devel/xdelta3 | |
parent | 9847dc4a7d9cc320cd562ba83803164d3a8153e9 (diff) | |
download | pkgsrc-e23e57c3f5a924822f075d042aa1ebfc7afbdd2c.tar.gz |
Update to 3.0z:
External compression updates. 3.0z prints a new warning when it
decompresses externally-compressed inputs, since I've received a
few reports of users confused by checksum failures. Remember, it
is not possible for xdelta3 to decompress and recompress a file
and ensure it has the same checksum. 3.0z improves error handling
for externally-compressed inputs with "trailing garbage" and also
includes a new flag to force the external compression command. Pass
'-F' to xdelta3 and it will pass '-f' to the external compression
command.
Diffstat (limited to 'devel/xdelta3')
-rw-r--r-- | devel/xdelta3/Makefile | 6 | ||||
-rw-r--r-- | devel/xdelta3/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/xdelta3/Makefile b/devel/xdelta3/Makefile index fea87910cc7..25649744073 100644 --- a/devel/xdelta3/Makefile +++ b/devel/xdelta3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2010/03/15 12:22:24 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/11/23 17:20:04 wiz Exp $ # -DISTNAME= xdelta3.0y -PKGNAME= xdelta3-3.0y +DISTNAME= xdelta3.0z +PKGNAME= xdelta3-3.0z CATEGORIES= devel MASTER_SITES= http://xdelta.googlecode.com/files/ diff --git a/devel/xdelta3/distinfo b/devel/xdelta3/distinfo index 1262d1e52ae..29038608e8c 100644 --- a/devel/xdelta3/distinfo +++ b/devel/xdelta3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/03/15 12:22:24 wiz Exp $ +$NetBSD: distinfo,v 1.4 2010/11/23 17:20:04 wiz Exp $ -SHA1 (xdelta3.0y.tar.gz) = 3120ff9ff57734e08c06a97675572370d2da92e4 -RMD160 (xdelta3.0y.tar.gz) = b6ad7d1a9d1fee3496cd4f30680a996aaa4f639c -Size (xdelta3.0y.tar.gz) = 228808 bytes +SHA1 (xdelta3.0z.tar.gz) = f0479feebf911b12271c01c3bf19202bc6a65beb +RMD160 (xdelta3.0z.tar.gz) = 05019804cf1e08709ef3581cf425a79937be17da +Size (xdelta3.0z.tar.gz) = 232558 bytes |