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
This commit is contained in:
wiz 2018-06-13 17:18:09 +00:00
parent 12261660fc
commit cf9f6e66ca
2 changed files with 7 additions and 8 deletions

View file

@ -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/

View file

@ -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