1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
Source: softhsm2
Section: admin
Priority: extra
Maintainer: Debian DNS Packaging <pkg-dns-devel@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
Build-Depends: autotools-dev,
debhelper (>= 9),
dh-autoreconf,
libcppunit-dev,
libp11-kit-dev,
libsqlite3-dev (>= 3.4.2),
libssl-dev,
pkg-config,
quilt (>= 0.46-7~),
sqlite3
Standards-Version: 3.9.8
Homepage: https://www.opendnssec.org/softhsm/
Vcs-Browser: http://anonscm.debian.org/?p=pkg-dns/softhsm2.git
Vcs-Git: git://anonscm.debian.org/pkg-dns/softhsm2.git
Package: softhsm2-common
Architecture: any
Depends: ucf,
${misc:Depends},
${shlibs:Depends}
Description: cryptographic store accessible through a PKCS #11
OpenDNSSEC is a complete DNSSEC zone signing system which is very
easy to use with stability and security in mind. There are a lot of
details in signing zone files with DNSSEC and OpenDNSSEC covers most
of it.
.
SoftHSM 2 is a software implementation of a generic cryptographic
device with a PKCS #11 Cryptographic Token Interface.
.
This package contains common files shared between enforcer and signer.
Package: softhsm2
Architecture: any
Depends: libsofthsm2,
softhsm2-common,
${misc:Depends},
${shlibs:Depends}
Description: cryptographic store accessible through a PKCS #11
OpenDNSSEC is a complete DNSSEC zone signing system which is very
easy to use with stability and security in mind. There are a lot of
details in signing zone files with DNSSEC and OpenDNSSEC covers most
of it.
.
SoftHSM 2 is a software implementation of a generic cryptographic
device with a PKCS #11 Cryptographic Token Interface.
.
This package contains command line tools.
Package: libsofthsm2-dev
Section: libdevel
Architecture: any
Depends: libsofthsm2 (= ${binary:Version}),
softhsm2-common,
${misc:Depends}
Conflicts: libsofthsm-dev
Description: cryptographic store accessible through a PKCS #11
OpenDNSSEC is a complete DNSSEC zone signing system which is very
easy to use with stability and security in mind. There are a lot of
details in signing zone files with DNSSEC and OpenDNSSEC covers most
of it.
.
SoftHSM 2 is a software implementation of a generic cryptographic
device with a PKCS #11 Cryptographic Token Interface.
.
This package contains development library. You will need external
PKCS#11 header files.
Package: libsofthsm2
Section: libs
Architecture: any
Depends: softhsm2-common,
${misc:Depends},
${shlibs:Depends}
Recommends: softhsm2
Provides: libpkcs11
Breaks: opendnssec-common (<< 1.3.5-1~)
Description: cryptographic store accessible through a PKCS #11
OpenDNSSEC is a complete DNSSEC zone signing system which is very
easy to use with stability and security in mind. There are a lot of
details in signing zone files with DNSSEC and OpenDNSSEC covers most
of it.
.
SoftHSM 2 is a software implementation of a generic cryptographic
device with a PKCS #11 Cryptographic Token Interface.
.
This package contains shared library.
Package: softhsm
Section: oldlibs
Pre-Depends: ${misc:Pre-Depends}
Depends: softhsm2
Architecture: all
Description: cryptographic store accessible through a PKCS #11 (dummy)
SoftHSM 2 is a software implementation of a generic cryptographic
device with a PKCS #11 Cryptographic Token Interface.
.
This is a transitional package and can be safely removed.
Package: softhsm-common
Section: oldlibs
Architecture: all
Depends: softhsm2-common
Description: cryptographic store accessible through a PKCS #11 (dummy)
SoftHSM 2 is a software implementation of a generic cryptographic
device with a PKCS #11 Cryptographic Token Interface.
.
This is a transitional package and can be safely removed.
|