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:           Sat Aug 29 09:54:36 UTC 2020

Modified Files:
        pkgsrc/archivers/innoextract: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/archivers/innoextract/Makefile
cvs rdiff -u -r1.6 -r1.7 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.18 pkgsrc/archivers/innoextract/Makefile:1.19
--- pkgsrc/archivers/innoextract/Makefile:1.18  Wed May  6 14:04:16 2020
+++ pkgsrc/archivers/innoextract/Makefile       Sat Aug 29 09:54:36 2020
@@ -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_CMAKE=    yes
 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"

Index: pkgsrc/archivers/innoextract/distinfo
diff -u pkgsrc/archivers/innoextract/distinfo:1.6 pkgsrc/archivers/innoextract/distinfo:1.7
--- pkgsrc/archivers/innoextract/distinfo:1.6   Thu Nov 21 23:42:27 2019
+++ pkgsrc/archivers/innoextract/distinfo       Sat Aug 29 09:54:36 2020
@@ -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