Accepting request 731352 from home:mnhauke

- Udpate to version 1.8
  * Added support for:
    + Inno Setup 6.0.0 installers
    + pre-release Inno Setup 5.6.2 installers used by GOG
    + two modified Inno Setup 5.5.7 variants
    + Inno Setup 1.3.0 to 1.3.23
    + My Inno Setup Extensions installers older than 3.0.6.1
    + modified Inno Setup variants using an alternative setup loader
      magic
    + 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
  * 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

OBS-URL: https://build.opensuse.org/request/show/731352
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=24
This commit is contained in:
Martin Pluskal 2019-09-17 10:52:37 +00:00 committed by Git OBS Bridge
parent 23fc5c3765
commit a3546f22a5
6 changed files with 35 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4
size 195123

Binary file not shown.

3
innoextract-1.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e78f6295119eeda08a54dcac75306a1a4a40d0cb812ff3cd405e9862c285269
size 205553

BIN
innoextract-1.8.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Sep 16 20:31:35 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Udpate to version 1.8
* Added support for:
+ Inno Setup 6.0.0 installers
+ pre-release Inno Setup 5.6.2 installers used by GOG
+ two modified Inno Setup 5.5.7 variants
+ Inno Setup 1.3.0 to 1.3.23
+ My Inno Setup Extensions installers older than 3.0.6.1
+ modified Inno Setup variants using an alternative setup loader
magic
+ 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
* 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
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 9 07:07:48 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> Tue Apr 9 07:07:48 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -18,7 +18,7 @@
Name: innoextract Name: innoextract
Version: 1.7 Version: 1.8
Release: 0 Release: 0
Summary: A tool to extract Inno Setup installers under non-windows systems Summary: A tool to extract Inno Setup installers under non-windows systems
License: Zlib License: Zlib