Sat, 04 May 2024 16:40:06 UTC | login

Information for build haveged-1.9.18-2.fc37

ID217434
Package Namehaveged
Version1.9.18
Release2.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/haveged.git#16dc7414cdbf9ab6ff0fc62aa9d89f4c9e7006a1
SummaryA Linux entropy source using the HAVEGE algorithm
DescriptionA Linux entropy source using the HAVEGE algorithm Haveged is a user space entropy daemon which is not dependent upon the standard mechanisms for harvesting randomness for the system entropy pool. This is important in systems with high entropy needs or limited user interaction (e.g. headless servers). Haveged uses HAVEGE (HArdware Volatile Entropy Gathering and Expansion) to maintain a 1M pool of random bytes used to fill /dev/random whenever the supply of random bits in /dev/random falls below the low water mark of the device. The principle inputs to haveged are the sizes of the processor instruction and data caches used to setup the HAVEGE collector. The haveged default is a 4kb data cache and a 16kb instruction cache. On machines with a cpuid instruction, haveged will attempt to select appropriate values from internal tables.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 06 Nov 2022 17:56:41 UTC
CompletedSun, 06 Nov 2022 19:28:49 UTC
Taskbuild (f37, /rpms/haveged.git:16dc7414cdbf9ab6ff0fc62aa9d89f4c9e7006a1)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/haveged.git#16dc7414cdbf9ab6ff0fc62aa9d89f4c9e7006a1'}}
Tags
f37
f38
RPMs
src
haveged-1.9.18-2.fc37.src.rpm (info) (download)
riscv64
haveged-1.9.18-2.fc37.riscv64.rpm (info) (download)
haveged-devel-1.9.18-2.fc37.riscv64.rpm (info) (download)
haveged-debuginfo-1.9.18-2.fc37.riscv64.rpm (info) (download)
haveged-debugsource-1.9.18-2.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Apr 09 2022 Jirka Hladky <hladky.jiri@gmail.com> - 1.9.18-1 - Update to 1.9.18 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Jan 08 2022 Jirka Hladky <hladky.jiri@gmail.com> - 1.9.17-1 - Update to 1.9.17 * Mon Jan 03 2022 Jirka Hladky <hladky.jiri@gmail.com> - 1.9.16-2 - Fixed ExecStart in haveged-once.service * Sun Jan 02 2022 Jirka Hladky <hladky.jiri@gmail.com> - 1.9.16-1 - Update to 1.9.16 * Thu Sep 30 2021 Jirka Hladky <hladky.jiri@gmail.com> - 1.9.15-1 - Update to 1.9.15 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.14-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9.14-4 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 03 2021 Jirka Hladky <hladky.jiri@gmail.com> - 1.9.14-2 - Update to 1.9.14 - BZ1835006 - Added dracut module - Start the service as soon as the random device is available with the help of udev, as starting services while starved of entropy is no good.