Revisions of haveged

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 339598 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 45)
- haveged.service: reverted the dependency on systemd-journald.socket
  for now, as it causes a dependency loop. bsc#949728 bsc#950857 (forwarded request 339597 from msmeissn)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 335612 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 44)
- modules-setup.sh should be module-setup.sh in dracut, also 755
- add dependency on systemd-journald.socket to make haveged
  really start before journald in the initrd. bsc#898669 (forwarded request 335611 from msmeissn)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 246784 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) (revision 42)
- Adjust the service to start early enough for all usecases.
  Should fix bnc#892096.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 41)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 236707 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) (revision 40)
- Disable haveged service on containers. bnc#881882
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 233562 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) (revision 39)
- Disable randomly failing ENT test bnc#876674
- Added patches:
  * haveged-conditional-enttest.patch

- Threads seem not to fix the random testsuite fail.

- Fix "stop" of service, the daemon in foreground actually 
 exits with a weird exit code. workaround this misbehaviour
 in the service file.

- revert to non-forking service, "forking" services are racy
  and provided by systemd purely for compatibility with old daemons.
  see daemon(7) for the rationale. Only "simple" (default) and 
  "notify" services must be used if possible.
- Also, there is no haveged.conf around, neither such file
  is parsed by the daemon at all.
- Start the daemon as soon as the random device is available with
  the help of udev, as starting services while starved of entropy 
  is no good.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 232904 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) (revision 38)
- Cleanup with spec-cleaner
- Adapt the service file to be forking and match what it does for
  me on Gentoo.
- Disable threads as they seem break some times.
- Capitalize summaries to make rpmlint happy.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 225694 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 37)
- Add ppc64le support 
- added patches:
  * ppc64le.patch (forwarded request 225561 from k0da)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 222739 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 36)
- version 1.9.1
* test suite improvements
* man page updates
* a few build tweaks
- restore rchaveged link (forwarded request 222713 from elvigia)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 212913 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 35)
- update to 1.8 
 * Fix return code for signalled termination.
 * Update init.d/service.fedora - new return code + simple, not forking
 * Add --enable_unitdir as DESTDIR for systemd install
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 34)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 179273 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 33)
- update to 1.7c
  * Correct additional run-time test aligment problems on mips. 
  * Correct run-time test aligment problems on sparc and mips.
  * Correct ppc detection in build
    deprecates haveged-ppc.patch
- use correct Group for libhavege1
- haveged-devel requires libhavege1
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 174581 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 32)
- Remove PrivateTmp=true here, haveged does not create temporary
  files, either directly or indirectly. (forwarded request 174574 from elvigia)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 174343 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 31)
- haveged 1.7a 
* Correct VPATH issues and modify check target to support 
parallel builds and changes in automake 1.13 test harness. 
Updated sample spec file and other documentation changes. (forwarded request 174333 from elvigia)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 161205 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 30)
- add autoconf to BuildRequires
- explain the need for autoreconf
- tag haveged-ppc.patch

- Remove all sysvinit compatibility.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 151497 from Ruediger Oertel's avatar Ruediger Oertel (oertel) (revision 29)
- spit off devel package (all new files not present before)
- spit off library package to follow shared library policy
- update to 1.7
  * Add havege_status_dump() as basis for haveged diagnositics
  * Provide sample spec to build haveged and haveged-devel
  * Add contrib/build to provide build support
  * Modify build to use libtool
  * Retname base types to alias stdint.h types to allow 'fixes' if necessary
  * Rename all public functions to follow havege_* naming convention
  * Sanitize havege.h to be include file for devel package
  * Add destroy() to havege for library use.
  * Move all remaining static vars to allocated memory.
  * Rework include file structure to eliminate include sequence errors.
  * Fix (rare) segfault in test0 caused by 1.6 alignment fix
  
- update to  v1.6a
  * Fix typo in configure.ac
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 28)
Split 12.3 from Factory
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 146266 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 27)
- fix powerpc detection (haveged-ppc.patch) (forwarded request 146234 from k0da)
Displaying revisions 21 - 40 of 66
openSUSE Build Service is sponsored by