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
|
entropybroker (2.9-3) sid; urgency=medium
* debian/control: bump standard to 4.3.0 (no changes)
* debian/control: add salsa VCS URLs
-- Thorsten Alteholz <debian@alteholz.de> Fri, 04 Jan 2019 12:35:00 +0100
entropybroker (2.9-2) sid; urgency=medium
* debian/control: bump standard to 4.2.1 (no changes)
* debian/control: use dh11
* debian/control: do not depend on dh-systemd
* debian/copyright: use https
* debian/patches: remove patches applied by upstream
* rework systemd service files
-- Thorsten Alteholz <debian@alteholz.de> Thu, 11 Oct 2018 19:35:00 +0200
entropybroker (2.9-1) sid; urgency=medium
* new upstream version
* debian/control: bump standard to 4.0.0
* rework patches, some are applied upstream
* rework systemd service files to handle more parameters
-- Thorsten Alteholz <debian@alteholz.de> Wed, 05 Jul 2017 19:35:00 +0200
entropybroker (2.8-3) unstable; urgency=medium
* fix for correct handling of ppoll (Closes: #856187)
-- Thorsten Alteholz <debian@alteholz.de> Wed, 01 Mar 2017 19:35:00 +0100
entropybroker (2.8-2) unstable; urgency=medium
* don't build server_cycle_count (Closes: #840018)
It uses a CPU register as source for entropy that is not available
on all architectures)
* replace constant 8lu by (size_t)8 (Closes: #840019)
sizeof operator returns a constant with type std::size_t, which
is not unsigned long on all architectures
* take care of unavailable constants (Closes: #840020)
sparc64 does not know some baudrates
* thanks a lot to Aaron M. Ucko for his suggestions to solve
these bugs
-- Thorsten Alteholz <debian@alteholz.de> Sat, 08 Oct 2016 23:00:00 +0200
entropybroker (2.8-1) unstable; urgency=medium
* initial upload (Closes: #545148)
-- Thorsten Alteholz <debian@alteholz.de> Tue, 04 Oct 2016 20:00:00 +0200
|