Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/innoextract innoextract: Update to 1.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d0dec85b18a
branches:  trunk
changeset: 437660:2d0dec85b18a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Aug 29 09:54:36 2020 +0000

description:
innoextract: Update to 1.9

innoextract 1.9 (2020-08-09)
 - Added preliminary support for Inno Setup 6.1.0
 - Added support for a modified Inno Setup 5.4.2 variant
 - Fixed output directory being created for unsupported installers
 - Fixed some safe non-ASCII characters being stripped from filenames
 - Fixed handling of path separators in Japanese and Korean installers
 - Fixed build with newer Boost versions
 - Windows: Fixed heap corruption
 - Windows: Fixed garbled output

diffstat:

 archivers/innoextract/Makefile |   7 +++----
 archivers/innoextract/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r e3eb46ec75fe -r 2d0dec85b18a archivers/innoextract/Makefile
--- a/archivers/innoextract/Makefile    Sat Aug 29 09:32:35 2020 +0000
+++ b/archivers/innoextract/Makefile    Sat Aug 29 09:54:36 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/05/06 14:04:16 adam Exp $
+# $NetBSD: Makefile,v 1.19 2020/08/29 09:54:36 nia Exp $
 
-DISTNAME=      innoextract-1.8
-PKGREVISION=   2
+DISTNAME=      innoextract-1.9
 CATEGORIES=    archivers
 MASTER_SITES=  https://constexpr.org/innoextract/files/
 
@@ -14,7 +13,7 @@
 USE_LANGUAGES= c c++
 
 CMAKE_ARGS+=   -DCMAKE_INSTALL_MANDIR=${PREFIX}/${PKGMANDIR}
-CMAKE_ARGS+=   -DUSE_CXX11=OFF
+CMAKE_ARGS+=   -DSET_OPTIMIZATION_FLAGS=OFF
 
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
diff -r e3eb46ec75fe -r 2d0dec85b18a archivers/innoextract/distinfo
--- a/archivers/innoextract/distinfo    Sat Aug 29 09:32:35 2020 +0000
+++ b/archivers/innoextract/distinfo    Sat Aug 29 09:54:36 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/11/21 23:42:27 nia Exp $
+$NetBSD: distinfo,v 1.7 2020/08/29 09:54:36 nia Exp $
 
-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
+SHA1 (innoextract-1.9.tar.gz) = b3f3e12b02b4bc5a1713a4337bf8af843a703d55
+RMD160 (innoextract-1.9.tar.gz) = a01f4c4b480924211e9bba1f6dec213ee51663ad
+SHA512 (innoextract-1.9.tar.gz) = 2b18f7bb7f50744bcb1bdcd25e57e0760193b179c77b55e0f63c537e55afc98de3b0380da3cae470ce97660ed41a7ffbb48c8c25329c9ce9b3811d9aec74bcde
+Size (innoextract-1.9.tar.gz) = 206931 bytes



Home | Main Index | Thread Index | Old Index