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
|
Source: ekeyd
Section: utils
Priority: optional
Maintainer: Simtec Electronics <support@simtec.co.uk>
Uploaders: Daniel Silverstone <dsilvers@debian.org>, Vincent Sanders <vince@debian.org>, Daniel Silverstone <dsilvers@digital-scurf.org>, Vincent Sanders <vince@kyllikki.org>
Build-Depends: debhelper (>= 5), lua5.1, liblua5.1-dev | liblua5.1-0-dev, libusb-dev
Standards-Version: 3.9.1
Package: ekeyd
Architecture: any
Depends: ${shlibs:Depends}, lua5.1, liblua5.1-socket2, ${misc:Depends}
Recommends: udev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
Suggests: munin-node
Description: Simtec Electronics UDEKEY01 Entropy Key Daemon
This does stuff with Entropy Keys. You want it if you have some.
.
Mostly you only need this if you have a Simtec Electronics
UDEKEY01 device. The daemon and supplied tools drive the ekey
and allow it to supply entropy to the system random pool.
Package: ekeyd-uds
Architecture: any
Depends: ${shlibs:Depends}, ekeyd (= ${binary:Version}), ${misc:Depends}
Description: Simtec Electronics UDEKEY01 Entropy Key Daemon (UDS variant)
This package augments the ekeyd package with additional support
for running the Entropy Key using a userland daemon written using
libusb instead of the kernel cdc-acm driver.
.
You should use this package if you are having difficulty with the
cdc-acm driver such as might be exhibited in Linux 2.6.18, 2.6.28
or similarly unstable kernel versions.
Package: ekeyd-egd-linux
Architecture: alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc sh4 sparc64
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: ekeyd
Description: Transfers entropy from an EGD to the Linux kernel pool
This utility reads from an EGD capable service over TCP and writes
the entropy retrieved to the Linux kernel random pool. Typically
this will be used on clusters or virtual hosts where direct access
to useful entropy is hard.
|