summaryrefslogtreecommitdiff
path: root/security/gnupg-pkcs11-scd
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnupg-pkcs11-scd')
-rw-r--r--security/gnupg-pkcs11-scd/Makefile3
-rw-r--r--security/gnupg-pkcs11-scd/distinfo6
-rw-r--r--security/gnupg-pkcs11-scd/files/patch-configure13
3 files changed, 4 insertions, 18 deletions
diff --git a/security/gnupg-pkcs11-scd/Makefile b/security/gnupg-pkcs11-scd/Makefile
index 4e141fa975f7..0a75d8a76601 100644
--- a/security/gnupg-pkcs11-scd/Makefile
+++ b/security/gnupg-pkcs11-scd/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gnupg-pkcs11-scd
-DISTVERSION= 0.10.0
-PORTREVISION= 2
+DISTVERSION= 0.11.0
CATEGORIES= security
MASTER_SITES= https://github.com/alonbl/${PORTNAME}/releases/download/${DISTNAME}/
diff --git a/security/gnupg-pkcs11-scd/distinfo b/security/gnupg-pkcs11-scd/distinfo
index 0f6b8b587533..53d29ead9716 100644
--- a/security/gnupg-pkcs11-scd/distinfo
+++ b/security/gnupg-pkcs11-scd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649057256
-SHA256 (gnupg-pkcs11-scd-0.10.0.tar.bz2) = 29bf29e7780f921c6d3a11f608e2b0483c1bb510c5afa8473090249dd57c5249
-SIZE (gnupg-pkcs11-scd-0.10.0.tar.bz2) = 149036
+TIMESTAMP = 1746528375
+SHA256 (gnupg-pkcs11-scd-0.11.0.tar.bz2) = 954787e562f2b3d9294212c32dd0d81a2cd37aca250e6685002d2893bb959087
+SIZE (gnupg-pkcs11-scd-0.11.0.tar.bz2) = 154497
diff --git a/security/gnupg-pkcs11-scd/files/patch-configure b/security/gnupg-pkcs11-scd/files/patch-configure
deleted file mode 100644
index f75bd055ca8d..000000000000
--- a/security/gnupg-pkcs11-scd/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-Patch to be able to use libassuan 3.x
-
---- configure.orig 2024-07-09 07:00:07 UTC
-+++ configure
-@@ -6801,7 +6801,7 @@ if test -z "${LIBASSUAN_LIBS}"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libassuan" >&5
- $as_echo_n "checking for libassuan... " >&6; }
- test -x "${with_libassuan_prefix}/bin/libassuan-config" || as_fn_error $? "Cannot locate libassuan" "$LINENO" 5
-- "${with_libassuan_prefix}/bin/libassuan-config" --version | grep "^2\." > /dev/null || as_fn_error $? "Need assuan-2" "$LINENO" 5
-+ "${with_libassuan_prefix}/bin/libassuan-config" --version | grep "^3\." > /dev/null || as_fn_error $? "Need assuan-3" "$LINENO" 5
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
- $as_echo "found" >&6; }