Received: by mail.netbsd.org (Postfix, from userid 605) id 8E7C984EEF; Wed, 13 Jun 2018 17:18:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7CA7B84EA7 for ; Wed, 13 Jun 2018 17:18:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oTgtFsXBAqmT for ; Wed, 13 Jun 2018 17:18:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B876D84D91 for ; Wed, 13 Jun 2018 17:18:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A271AFBEC; Wed, 13 Jun 2018 17:18:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1528910289148040" MIME-Version: 1.0 Date: Wed, 13 Jun 2018 17:18:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/archivers/innoextract To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180613171809.A271AFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1528910289148040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jun 13 17:18:09 UTC 2018 Modified Files: pkgsrc/archivers/innoextract: Makefile distinfo Log Message: innoextract: update to 1.7. innoextract 1.7 (2018-06-12) - Added support for Inno Setup 5.6.0 installers - Added support for new GOG installers with GOG Galaxy file parts - Added support for encrypted installers with the --password (-P) and --password-file options - Added a --show-password option to print password check information - Added a --check-password option to abort if the provided password does not match the stored checksum - Added a --info (-i) convenience option to print information about the installer - Added a --list-sizes option to print file sizes even with --quiet or --silent - Added a --list-checksums option to print file checksums - Added a --data-version (-V) option to print the data version and exit - Added a --no-extract-unknown (-n) option to abort on unknown Inno Setup data versions - Fixed building in paths that contain regex expressions - Fixed case-sensitivity in parent directory when creating subdirectories - Fixed .bin slice file names used with Inno Setup versions older than 4.1.7 - Fixed build with newer libc++ versions - Made loading of .bin slice files case-insensitive - The --test option can now be combined with --extract to abort on file checksum errors - Now compiles in C++17 mode if supported To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/innoextract/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/innoextract/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1528910289148040 Content-Disposition: inline Content-Length: 1705 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/innoextract/Makefile diff -u pkgsrc/archivers/innoextract/Makefile:1.10 pkgsrc/archivers/innoextract/Makefile:1.11 --- pkgsrc/archivers/innoextract/Makefile:1.10 Sun Apr 29 21:31:25 2018 +++ pkgsrc/archivers/innoextract/Makefile Wed Jun 13 17:18:09 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2018/04/29 21:31:25 adam Exp $ +# $NetBSD: Makefile,v 1.11 2018/06/13 17:18:09 wiz Exp $ -DISTNAME= innoextract-1.6 -PKGREVISION= 6 +DISTNAME= innoextract-1.7 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ Index: pkgsrc/archivers/innoextract/distinfo diff -u pkgsrc/archivers/innoextract/distinfo:1.4 pkgsrc/archivers/innoextract/distinfo:1.5 --- pkgsrc/archivers/innoextract/distinfo:1.4 Fri Apr 15 10:23:10 2016 +++ pkgsrc/archivers/innoextract/distinfo Wed Jun 13 17:18:09 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/04/15 10:23:10 wiz Exp $ +$NetBSD: distinfo,v 1.5 2018/06/13 17:18:09 wiz Exp $ -SHA1 (innoextract-1.6.tar.gz) = 0cbbe80bb362db93c9b230c47ee100828cd93bec -RMD160 (innoextract-1.6.tar.gz) = 6c659ba6a4740e33ee2439df095c2e9c7336c011 -SHA512 (innoextract-1.6.tar.gz) = 4c1b50a050d45e1a56d7236150a801cb85d15de8c80f5f1fd94750f3dd2392bdfb3f0e98c214e9504fe6132c7dce3a0dfbe0815ede438aa0f76a88380ceeef62 -Size (innoextract-1.6.tar.gz) = 183380 bytes +SHA1 (innoextract-1.7.tar.gz) = e29c478de7a7b221764abf13376d68a8e33bcbe3 +RMD160 (innoextract-1.7.tar.gz) = db53c4c68eaf7b665b04cb46bf6dab162e4f78d1 +SHA512 (innoextract-1.7.tar.gz) = 5e92625a411a4351dd4639d4b63e8664519c6697122a0679c010412e94a1e5da95324c33be16211f91c2b25b8cea40fe4ba4da5e19c12d0c27a4916159465ca4 +Size (innoextract-1.7.tar.gz) = 195123 bytes --_----------=_1528910289148040--