Dash:
[t2-trunk.git] / package / base / prngd / prngd.desc
blobad36e2cb4209f66c78e147817313a2ff8c000f00
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/prngd/prngd.desc
3 [COPY] Copyright (C) 2006 - 2021 The T2 SDE Project
4 [COPY] 
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
7 [COPY] 
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] A daemon designed to act as an entropy source
14 [T] The Pseudo Random Number Generator Daemon (PRNGD) offers an EGD
15 [T] compatible interface for obtaining random data. It is intented to
16 [T] be used as an entropy source to feed other software, especially
17 [T] software based on OpenSSL. Like EGD, it calls system programs
18 [T] to collect entropy. Unlike EGD, it does not generate a pool
19 [T] of random bits that can be called from other software. Instead, it
20 [T] feeds the bits gathered into the OpenSSL PRNG, from which the
21 [T] "random bits" are obtained when requested. This way, PRNGD is
22 [T] never drained and can never block (unlike EGD),
23 [T] so it is also suitable to seed inetd-started programs. It also
24 [T] features a seed-save file, so that it is immediately usable after
25 [T] system start.
27 [U] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
29 [A] Lutz Jaenicke <Lutz.Jaenicke@aet.tu-cottbus.de>
30 [M] The T2 Project <t2@t2-project.org>
32 [C] extra/tool
33 [F] CROSS
35 [L] OpenSource
36 [S] Stable
37 [V] 0.9.29
38 [P] X -----5---9 800.000
40 [CV-FLAGS] ODD-STABLE
41 [O] makeinstopt=
42 [O] hook_add postmake 5 'cp -vf prngd $root$sbindir/'
43 [O] hook_add postmake 6 'cp -vf prngd.man $root$mandir/man1/prngd.1'
44 [D] 57dbc1a7f4ad497b9ad2d584775cbf09788466fb1058826d8637b541 prngd-0.9.29.tar.gz ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/related/prngd/