summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-04-28 07:20:46 +0000
committeradam <adam@pkgsrc.org>2011-04-28 07:20:46 +0000
commit5d74d58d739b27fc6a7c9c4e61d23175bb2536c4 (patch)
tree148640e8522a4b59d7702ac56a3c257f8d4d136c /security
parentdae1f51999da92068a631f63d4064e22c5e45bbe (diff)
downloadpkgsrc-5d74d58d739b27fc6a7c9c4e61d23175bb2536c4.tar.gz
Changes 1.08:
* Do not attempt to logout if uninitialized. * Use OpenSSL engine's rsa_priv_enc instead of rsa_sign. Changes 1.07: * Minor Win64 fixup.
Diffstat (limited to 'security')
-rw-r--r--security/pkcs11-helper/Makefile16
-rw-r--r--security/pkcs11-helper/buildlink3.mk4
-rw-r--r--security/pkcs11-helper/distinfo8
-rw-r--r--security/pkcs11-helper/options.mk6
4 files changed, 16 insertions, 18 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile
index f4fc9831614..b3129d7e340 100644
--- a/security/pkcs11-helper/Makefile
+++ b/security/pkcs11-helper/Makefile
@@ -1,22 +1,20 @@
-# $NetBSD: Makefile,v 1.3 2011/04/22 14:40:45 obache Exp $
-#
+# $NetBSD: Makefile,v 1.4 2011/04/28 07:20:46 adam Exp $
-DISTNAME= pkcs11-helper-1.06
-PKGREVISION= 1
+DISTNAME= pkcs11-helper-1.08
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/pkcs11-helper/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.opensc-project.org/pkcs11-helper/
+HOMEPAGE= http://www.opensc-project.org/opensc/wiki/pkcs11-helper
COMMENT= Library that simplifies the interaction with PKCS\#11
-LICENSE= modified-bsd # OR gnu-gpl-v2
+LICENSE= modified-bsd OR gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config autoconf gmake autoreconf
+USE_LIBTOOL= yes
+USE_TOOLS+= autoconf autoreconf gmake pkg-config
+GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= lib/libpkcs11-helper-1.pc.in
diff --git a/security/pkcs11-helper/buildlink3.mk b/security/pkcs11-helper/buildlink3.mk
index a85ed5cf646..2963ad274aa 100644
--- a/security/pkcs11-helper/buildlink3.mk
+++ b/security/pkcs11-helper/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2011/04/22 13:42:44 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2011/04/28 07:20:46 adam Exp $
BUILDLINK_TREE+= pkcs11-helper
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= pkcs11-helper
PKCS11_HELPER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.06
-BUILDLINK_ABI_DEPENDS.pkcs11-helper?= pkcs11-helper>=1.06nb1
+BUILDLINK_ABI_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.06nb1
BUILDLINK_PKGSRCDIR.pkcs11-helper?= ../../security/pkcs11-helper
pkgbase := pkcs11-helper
diff --git a/security/pkcs11-helper/distinfo b/security/pkcs11-helper/distinfo
index 139c56e3785..f83429d7dce 100644
--- a/security/pkcs11-helper/distinfo
+++ b/security/pkcs11-helper/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2009/09/15 20:03:47 spz Exp $
+$NetBSD: distinfo,v 1.2 2011/04/28 07:20:46 adam Exp $
-SHA1 (pkcs11-helper-1.06.tar.bz2) = 5bd56d4001c4d6e0d1f60b5a467ee2490cdaf9f2
-RMD160 (pkcs11-helper-1.06.tar.bz2) = 0f599b76379ce6e481d235f0ff82f2b2cfddbed5
-Size (pkcs11-helper-1.06.tar.bz2) = 338705 bytes
+SHA1 (pkcs11-helper-1.08.tar.bz2) = 2a2d57850a780f7495ee0ff2afadfb3f019ddaed
+RMD160 (pkcs11-helper-1.08.tar.bz2) = 04ac3b05c7621bd127e6262810f459c1de00f306
+Size (pkcs11-helper-1.08.tar.bz2) = 362352 bytes
SHA1 (patch-aa) = 05294e1f777717a54dc63425edd5cb8c13a70978
diff --git a/security/pkcs11-helper/options.mk b/security/pkcs11-helper/options.mk
index 6de94fe682b..a795b61d4cb 100644
--- a/security/pkcs11-helper/options.mk
+++ b/security/pkcs11-helper/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.1 2009/09/15 20:03:47 spz Exp $
+# $NetBSD: options.mk,v 1.2 2011/04/28 07:20:46 adam Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.pkcs11-helper
-PKG_SUPPORTED_OPTIONS= openssl gnutls nss
+PKG_OPTIONS_VAR= PKG_OPTIONS.pkcs11-helper
+PKG_SUPPORTED_OPTIONS= openssl gnutls nss
PKG_SUGGESTED_OPTIONS= openssl
.include "../../mk/bsd.options.mk"