pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/unshield



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr  1 07:43:46 UTC 2025

Modified Files:
        pkgsrc/archivers/unshield: Makefile PLIST distinfo

Log Message:
unshield: updated to 1.6.0

1.6.0

Fix: CMake older than 2.8.12 is now deprecated
Call our own run-tests.sh instead
Remove endian-dependent logic
Fix copyright notice
Fix CodeQL analysis
Remove obsolete code
Remove outdated CI pipeline configuration and mentions.
Various CMake improvements
Add Windows build (GitHub Actions)
Remove obsolete CVS keyword.
Remove unused command line options.
Remove unused CMake variable in workflow.
Re-implement test execution with CTest
Upgrade to CodeQL Action v2 (v1 will be deprecated on December 7th, 2022)
Revert Git LFS integration
Fix leaking handle in edge cases.
GitHub Actions: Update to actions/checkout@v3
Refactor workflow for proper MinGW support.
Add macOS support to CI workflow.
Fix possible copy and paste mistake in 'unshield_file_save_old'.
Fix OpenSSL deprecation warnings.
GitHub Actions: Update to actions/checkout@v4
Sync man page and usage output.
Add io operation callbacks
cmake: Add install export set
Remove md5 and convert_utf from export set when installing
Fix multiple issues with MSVC Windows build
Improve dll export/import definition
Update to CodeQL Action v3.
Upgrade cmake.yml
Rewrite problematic code


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/archivers/unshield/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/unshield/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/unshield/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/unshield/Makefile
diff -u pkgsrc/archivers/unshield/Makefile:1.15 pkgsrc/archivers/unshield/Makefile:1.16
--- pkgsrc/archivers/unshield/Makefile:1.15     Sun Aug 25 06:18:22 2024
+++ pkgsrc/archivers/unshield/Makefile  Tue Apr  1 07:43:46 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/08/25 06:18:22 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/04/01 07:43:46 adam Exp $
 
-DISTNAME=      unshield-1.5.1
-PKGREVISION=   1
+DISTNAME=      unshield-1.6.0
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=twogood/}
 
@@ -10,14 +9,14 @@ HOMEPAGE=    https://github.com/twogood/uns
 COMMENT=       Extract InstallShield .CAB files
 LICENSE=       mit
 
-USE_CMAKE=     yes
-USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            pkg-config
 CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED=ON
 
 LDFLAGS+=      -liconv
 
 .include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/unshield/PLIST
diff -u pkgsrc/archivers/unshield/PLIST:1.4 pkgsrc/archivers/unshield/PLIST:1.5
--- pkgsrc/archivers/unshield/PLIST:1.4 Wed Oct  2 07:02:05 2019
+++ pkgsrc/archivers/unshield/PLIST     Tue Apr  1 07:43:46 2025
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2019/10/02 07:02:05 nia Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/04/01 07:43:46 adam Exp $
 bin/unshield
 include/libunshield.h
+lib/cmake/unshield/unshieldConfig-noconfig.cmake
+lib/cmake/unshield/unshieldConfig.cmake
 lib/libunshield.so
-lib/libunshield.so.0
-lib/libunshield.so.0.0.0
+lib/libunshield.so.1
+lib/libunshield.so.1.5.1
 lib/pkgconfig/libunshield.pc
 man/man1/unshield.1

Index: pkgsrc/archivers/unshield/distinfo
diff -u pkgsrc/archivers/unshield/distinfo:1.13 pkgsrc/archivers/unshield/distinfo:1.14
--- pkgsrc/archivers/unshield/distinfo:1.13     Wed Dec 15 09:52:05 2021
+++ pkgsrc/archivers/unshield/distinfo  Tue Apr  1 07:43:46 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/12/15 09:52:05 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/04/01 07:43:46 adam Exp $
 
-BLAKE2s (unshield-1.5.1.tar.gz) = 3110b85d05e047a1afecfe361928d87479067feb05f21efff461ad0536f62f5b
-SHA512 (unshield-1.5.1.tar.gz) = acb130c461bed66dc3804394be067a68aea96a7cd20b348e713f64a11bf642b74f68fc172f220a9790b44573abbe01ed4585191158f27c40e863918a7342c1ca
-Size (unshield-1.5.1.tar.gz) = 67454 bytes
+BLAKE2s (unshield-1.6.0.tar.gz) = 49c61ca9b9b03e0088baf36756cc66ac223e5403122519b420e291090ef220a8
+SHA512 (unshield-1.6.0.tar.gz) = 066e557a0304917b2ea069220a8c7369d4821753d6ed5e954ad1cf93c134c9a74a313f46e73b1ef56177a20d9030a998c3d824195b24943d19cfe860f70c0801
+Size (unshield-1.6.0.tar.gz) = 49439248 bytes



Home | Main Index | Thread Index | Old Index