PN: haveged
PV: 1.9.14
PR: r0
PKGV: 1.9.14
PKGR: r0.0
LICENSE: GPLv3
DESCRIPTION: The haveged project is an attempt to provide an easy-to-use, unpredictable random number generator based upon an adaptation of the HAVEGE algorithm. Haveged was created to remedy low-entropy conditions in the Linux random device that can occur under some workloads, especially on headless servers.
SUMMARY: haveged - A simple entropy daemon
RDEPENDS:haveged: initd-functions glibc (>= 2.34)
RRECOMMENDS:haveged:  update-rc.d
SECTION: base
PKG:haveged: haveged
FILES:haveged: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /bin/* /sbin/*             /lib/*.so.*             /lib/udev /usr/lib/udev             /lib/udev /usr/lib/udev             /usr/share/haveged /usr/lib/haveged/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers /lib/systemd/system-preset/98-haveged.preset /lib/systemd/system/haveged.service
FILES_INFO:haveged: {"/etc/init.d/haveged": 1752, "/lib/systemd/system-preset/98-haveged.preset": 23, "/lib/systemd/system/haveged.service": 925, "/usr/lib/libhavege.so.2": 18, "/usr/lib/libhavege.so.2.0.0": 104496, "/usr/sbin/haveged": 31400}
pkg_postinst:haveged: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in haveged.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset haveged.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart haveged.service\n\t\tfi\n\tfi\nfi\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT haveged defaults 9\nfi\nif [ x"$D" = "x" ]; then\n\tif [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi\nfi\n
pkg_postrm:haveged: #!/bin/sh\nset -e\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT haveged remove\nfi\n
pkg_prerm:haveged: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop haveged.service\n\n\t\tsystemctl disable haveged.service\n\tfi\nfi\nif [ -n "$D" -o ! -d /run/systemd/system ] && [ -z "$D" -a -x "/etc/init.d/haveged" ]; then\n\t/etc/init.d/haveged stop || :\nfi\n
FILERPROVIDESFLIST:haveged: /usr/lib/libhavege.so.2.0.0
FILERPROVIDES:/usr/lib/libhavege.so.2.0.0:haveged:  libhavege.so.2()(64bit)
FILERDEPENDSFLIST:haveged: /etc/init.d/haveged /usr/lib/libhavege.so.2.0.0 /usr/sbin/haveged
FILERDEPENDS:/etc/init.d/haveged:haveged:  /bin/sh
FILERDEPENDS:/usr/lib/libhavege.so.2.0.0:haveged:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/sbin/haveged:haveged:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.17)(64bit) libhavege.so.2()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
PKGSIZE:haveged: 138614
