Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id ECBDC63B95F for ; Tue, 23 Nov 2010 17:20:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3F4EF19D5C5; Tue, 23 Nov 2010 17:20:09 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E830919D31F for ; Tue, 23 Nov 2010 17:20:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D64A9175DD; Tue, 23 Nov 2010 17:20:04 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 23 Nov 2010 17:20:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/xdelta3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20101123172004.D64A9175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Tue Nov 23 17:20:04 UTC 2010 Modified Files: pkgsrc/devel/xdelta3: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/xdelta3/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/xdelta3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.