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.
This commit is contained in:
parent
d7f5de3ab0
commit
fbbddcc89d
4 changed files with 16 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue