pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/innoextract
Module Name: pkgsrc
Committed By: nia
Date: Thu Nov 21 23:42:27 UTC 2019
Modified Files:
pkgsrc/archivers/innoextract: Makefile distinfo
Log Message:
innoextract: Update to 1.8
innoextract 1.8 (2019-09-15)
- Added support for Inno Setup 6.0.0 installers
- Added support for pre-release Inno Setup 5.6.2 installers used by GOG
- Added support for two modified Inno Setup 5.5.7 variants
- Added support for Inno Setup 1.3.0 to 1.3.23
- Added support for My Inno Setup Extensions installers older than 3.0.6.1
- Added support for modified Inno Setup variants using an alternative setup loader magic
- Added support for using boost_{zlib,bzip2} when statically linking Boost
- Added support for automatically reading external setup.0 files
- Encoding for non-Unicode installers is now determined from the languages supported by the installer, overridable using the --codepage option
- Implemented parsing of GOG Galaxy architecture constraints
- The architecture-specific suffixes @32bit and @64bit are now used to disambiguate colliding files
- Fixed extracting files from slices larger than 2 GiB with 32-bit builds
- Fixed output path for files with absolute paths (canonicalization now strips all unsafe characters)
- Fixed output directory being created even when not extracting files
- Fixed a hang when using the --language option
- Improved checksum verification for files reconstructed from GOG Galaxy file parts
- Changed header parsing to select the first version without warnings and failing that the first without errors
- Changed filesystem and output encoding to WTF-8 (extended UTF-8) to represent broken UTF-16 data
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/archivers/innoextract/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/innoextract/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/innoextract/Makefile
diff -u pkgsrc/archivers/innoextract/Makefile:1.15 pkgsrc/archivers/innoextract/Makefile:1.16
--- pkgsrc/archivers/innoextract/Makefile:1.15 Thu Aug 22 12:22:48 2019
+++ pkgsrc/archivers/innoextract/Makefile Thu Nov 21 23:42:27 2019
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.15 2019/08/22 12:22:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2019/11/21 23:42:27 nia Exp $
-DISTNAME= innoextract-1.7
-PKGREVISION= 4
+DISTNAME= innoextract-1.8
CATEGORIES= archivers
-MASTER_SITES= http://constexpr.org/innoextract/files/
+MASTER_SITES= https://constexpr.org/innoextract/files/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://constexpr.org/innoextract/
+HOMEPAGE= https://constexpr.org/innoextract/
COMMENT= Tool to unpack installers created by Inno Setup
LICENSE= zlib
Index: pkgsrc/archivers/innoextract/distinfo
diff -u pkgsrc/archivers/innoextract/distinfo:1.5 pkgsrc/archivers/innoextract/distinfo:1.6
--- pkgsrc/archivers/innoextract/distinfo:1.5 Wed Jun 13 17:18:09 2018
+++ pkgsrc/archivers/innoextract/distinfo Thu Nov 21 23:42:27 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/13 17:18:09 wiz Exp $
+$NetBSD: distinfo,v 1.6 2019/11/21 23:42:27 nia Exp $
-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
+SHA1 (innoextract-1.8.tar.gz) = 70e659c1a559166b6bf5eee240e269f0cfcb69ce
+RMD160 (innoextract-1.8.tar.gz) = 2077aa7a4ee6d99dd17d26340a260ad1a761953d
+SHA512 (innoextract-1.8.tar.gz) = 2c68009333f02a8a677c084e9c95c835d84a73e60c9b0c70fee5f23fd9a7a640cf2aa7e0476c55579774ac7079498fa24668f9388493bbc13415ff5a5b06ac9c
+Size (innoextract-1.8.tar.gz) = 205553 bytes
Home |
Main Index |
Thread Index |
Old Index