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
|
Source: svrcore
Section: libs
Priority: optional
Maintainer: Debian 389ds Team <pkg-fedora-ds-maintainers@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>,
Build-Depends: debhelper (>= 9), dh-autoreconf,
libnss3-dev (>= 3.11),
pkg-config,
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/pkg-fedora-ds/svrcore.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-fedora-ds/svrcore.git
Homepage: http://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/
Package: libsvrcore0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends},
Multi-Arch: same
Description: Netscape's secure PIN storage library
Svrcore is a library for handling PIN requests from Mozilla's Network
Security Service (NSS) library. It provides a standard way for servers
to allow PIN input from a file or from the terminal. There is also a PIN
handler that caches the PIN in memory after encrypting it with a key stored
on a PKCS11 device, thereby allowing a server to restart without reentering
the PIN.
Package: libsvrcore-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libsvrcore0 (= ${binary:Version}),
libnss3-dev,
Multi-Arch: same
Description: Development files for Netscape's secure PIN storage library
Svrcore is a library for handling PIN requests from Mozilla's Network
Security Service (NSS) library. It provides a standard way for servers
to allow PIN input from a file or from the terminal. There is also a PIN
handler that caches the PIN in memory after encrypting it with a key stored
on a PKCS11 device, thereby allowing a server to restart without reentering
the PIN.
.
This package contains header files and symlinks to develop programs which will
use the libsvrcore library. You should install this package if you need to
develop programs which will use the svrcore library.
|