Skip to content

Commit

Permalink
vcpkg-ports/pkcs11-helper: bump to version 1.30
Browse files Browse the repository at this point in the history
update metadata references for pkcs11-helper v1.30
remove local patches incorporated in new upstream
  • Loading branch information
astos-marcb committed Dec 4, 2023
1 parent 8ba03f9 commit e8b4d8e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 157 deletions.

This file was deleted.

This file was deleted.

6 changes: 2 additions & 4 deletions contrib/vcpkg-ports/pkcs11-helper/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(VERSION 1.29.0)
set(VERSION 1.30.0)

vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${VERSION}/pkcs11-helper-${VERSION}.tar.bz2"
FILENAME "pkcs11-helper-${VERSION}.tar.bz2"
SHA512 c530f5a4b5826a02bfe787a1293a7595d5a0d6348daa16675bd10c6d6734b1f24a3cc73b5b89433cf1edf8815f8b7298fdfd1ed686f096bb5edfb425e9430eb2
SHA512 19fba76e41210cc17f9efa4501d0214d4a5c777ab7b2671888fd280b150bae4a6b190c7f47fb783015f9aa40d409fd6087264e531d6f28d0bed4293dcbf8bdd5
)

vcpkg_extract_source_archive_ex(
Expand All @@ -13,9 +13,7 @@ vcpkg_extract_source_archive_ex(
PATCHES
nmake-compatibility-with-vcpkg-nmake.patch
config-w32-vc.h.in-indicate-OpenSSL.patch
Fix-build-with-disable-shared.patch
pkcs11-helper-001-RFC7512.patch
pkcs11-helper-002-dynamic_loader_flags.patch
)

if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
Expand Down
2 changes: 1 addition & 1 deletion contrib/vcpkg-ports/pkcs11-helper/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkcs11-helper",
"version": "1.29.0",
"version": "1.30.0",
"description": "pkcs11-helper is a library that simplifies the interaction with PKCS#11 providers for end-user applications.",
"homepage": "https://github.com/OpenSC/pkcs11-helper",
"license": "BSD-3-Clause OR GPL-2.0-only"
Expand Down

0 comments on commit e8b4d8e

Please sign in to comment.