Date: Thu, 24 Dec 2009 00:35:10 +0100 (CET) From: Jaap Akkerhuis <jaap@NLnetLabs.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/141932: [NEW PORT] security/softhsm: A software implementation of a Hardware Security Module (HSM) Message-ID: <200912232335.nBNNZAx4011408@bartok.nlnetlabs.nl> Resent-Message-ID: <200912232340.nBNNe1CO008027@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141932 >Category: ports >Synopsis: [NEW PORT] security/softhsm: A software implementation of a Hardware Security Module (HSM) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 23 23:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jaap Akkerhuis >Release: FreeBSD 8.0-STABLE i386 >Organization: NLnet Labs >Environment: System: FreeBSD bartok.nlnetlabs.nl 8.0-STABLE FreeBSD 8.0-STABLE #131: Tue Dec 22 11:56:33 CET 2009 >Description: SoftHSM is an implementation of a cryptographic store accessible through a PKCS #11 interface. You can use it to explore PKCS #11 without having a Hardware Security Module. It is being developed as a part of the OpenDNSSEC project. SoftHSM uses Botan for its cryptographic operations. WWW: http://www.opendnssec.org/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- softhsm-1.1.2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # softhsm # softhsm/Makefile # softhsm/pkg-descr # softhsm/distinfo # echo c - softhsm mkdir -p softhsm > /dev/null 2>&1 echo x - softhsm/Makefile sed 's/^X//' >softhsm/Makefile << 'ecb12e485f4d95be350f370a71a84a4f' X# New ports collection makefile for: softhsm X# Date created: 15 December 2009 X# Whom: Jaap Akkerhuis <jaap@NLnetLabs.nl X# X# $FreeBSD$ X# X XPORTNAME= softhsm XPORTVERSION= 1.1.2 XCATEGORIES= security XMASTER_SITES= http://www.opendnssec.org/files/source/ XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= jaap@NLnetLabs.nl XCOMMENT= A software implementation of a Hardware Security Module (HSM) X XLIB_DEPENDS= botan:${PORTSDIR}/security/botan XLIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} X XUSE_LDCONFIG= yes X XMAN1= softhsm.1 softhsm-keyconv.1 XMAN5= softhsm.conf.5 X XPLIST_FILES= bin/softhsm \ X bin/softhsm-keyconv \ X lib/libsofthsm.a \ X lib/libsofthsm.la \ X lib/libsofthsm.so \ X lib/libsofthsm.so.1 \ X etc/softhsm.conf.sample X X.include <bsd.port.mk> ecb12e485f4d95be350f370a71a84a4f echo x - softhsm/pkg-descr sed 's/^X//' >softhsm/pkg-descr << 'aa27e2fe50de45daf5c6e42826e2ae10' XSoftHSM is an implementation of a cryptographic store accessible Xthrough a PKCS #11 interface. You can use it to explore PKCS #11 Xwithout having a Hardware Security Module. It is being developed Xas a part of the OpenDNSSEC project. SoftHSM uses Botan for its Xcryptographic operations. X XWWW: http://www.opendnssec.org/ aa27e2fe50de45daf5c6e42826e2ae10 echo x - softhsm/distinfo sed 's/^X//' >softhsm/distinfo << '4b4b8d71ec846db41ef2cacf3fc0e20c' XMD5 (softhsm-1.1.2.tar.gz) = aff7520487e16dc3fdf245f8074cce49 XSHA256 (softhsm-1.1.2.tar.gz) = 43c38a45dc5103a351593c27b0aead34290586c7c1db0ba53007f418d1cc423d XSIZE (softhsm-1.1.2.tar.gz) = 403391 4b4b8d71ec846db41ef2cacf3fc0e20c exit --- softhsm-1.1.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912232335.nBNNZAx4011408>