entropybroker 2.9-8 source package in Ubuntu

Changelog

entropybroker (2.9-8) unstable; urgency=medium

  * fix libpng-dev build dependency (Closes: #1067460)
    thanks to Gianfranco Costamagna for the patch
  * debian/control: bump standard to 4.6.2 (no changes)

 -- Thorsten Alteholz <email address hidden>  Fri, 22 Mar 2024 22:25:00 +0100

Upload details

Uploaded by:
Thorsten Alteholz
Uploaded to:
Sid
Original maintainer:
Thorsten Alteholz
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
entropybroker_2.9-8.dsc 2.1 KiB 1ec997c983315de39cebd76049cbe758583ab213594ee65e5ad67dffe41a9bb1
entropybroker_2.9.orig.tar.gz 148.7 KiB 5c8e134972bb122128123c80e9de580741d7c9d824c47d670c30f3d2e3856530
entropybroker_2.9-8.debian.tar.xz 19.8 KiB 078215256a165dc2915ff709e544fe89e667f61c47e2b4abdb7ddaf8a30c023e

Available diffs

No changes file available.

Binary packages built by this source

entropybroker: infrastructure for distributing random numbers (entropy data)

 Entropy Broker is an infrastructure for distributing cryptographically secure
 random numbers (entropy data) from one or more servers to one or more clients.
 .
 It allows you to distribute entropy data (random values) to /dev/random
 devices from other systems (real servers or virtualised systems).
 It helps preventing that the /dev/random device gets depleted; an empty
 /dev/random-device can cause programs to hang (waiting for entropy data to
 become available).
 .
 This is useful for systems that need to generate encryption keys, run VPN
 software or run a casino website. Also virtual systems that have no good
 sources of entropy like virtual servers (e.g. VMware, XEN and KVM (although
 KVM has the virtio_rnd driver)).
 .
 Entropy Broker is an infrastructure consisting of client-daemons that fill
 /dev/random and server-daemons that feed the central entropy broker-server.
 The server-daemons can gather random values by measuring timer frequency
 noise, analysing noise from a unused audio-device, noise from a video source
 (webcam, tv-card) and random values from a real hardware RNG (random number
 generator).

entropybroker-dbgsym: debug symbols for entropybroker