Changelog for
libhavege1-1.7c-86.11.i586.rpm :
Mon Jun 17 14:00:00 2013 mvyskocilAATTsuse.com
- 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
Sun May 5 14:00:00 2013 crrodriguezAATTopensuse.org
- Remove PrivateTmp=true here, haveged does not create temporary
files, either directly or indirectly.
Thu May 2 14:00:00 2013 crrodriguezAATTopensuse.org
- 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.
Tue Mar 26 13:00:00 2013 mvyskocilAATTsuse.com
- add autoconf to BuildRequires
- explain the need for autoreconf
- tag haveged-ppc.patch
Wed Mar 20 13:00:00 2013 crrodriguezAATTopensuse.org
- Remove all sysvinit compatibility.
Mon Jan 21 13:00:00 2013 roAATTsuse.de
- 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
Fri Dec 21 13:00:00 2012 dvaleevAATTsuse.com
- fix powerpc detection (haveged-ppc.patch)
Sun Dec 16 13:00:00 2012 pascal.bleserAATTopensuse.org
- update to 1.6:
* make clock_gettime a build option and correct dependencies when used
* fix alignment fault on arm64 in procedure A test0
Mon Nov 26 13:00:00 2012 crrodriguezAATTopensuse.org
- Current version does support ARM, remove the ExcludeArch
Mon Sep 24 14:00:00 2012 crrodriguezAATTopensuse.org
- Tight up systemd service file, this daemon does not
need network and can use PrivateNetwork=yes
Mon Aug 13 14:00:00 2012 mvyskocilAATTsuse.cz
- Update to 1.5
* Add online tests based on AIS-31
* Add -p option to specify the pid location.
* Fix -F option to not take argument - i.e. now a switch
* Factor diagnostic methods for capture and inject for better performance
* Fix install target, move to bin and eliminate script if not daemon, now use sysv and systemd templates
- use -F with no arguments in haveged.service
- work-around nist check on i586 by decreasing the size of static array in a test
Tue May 15 14:00:00 2012 aboeAATTopensuse.org
- Update to version 1.4
* Add s390 architecture. Thanks to Dan Horak and Jiri Hladky
* Add generic architecture with clock_gettime() timer.
* Rewrite collection loop to support multiple instances and new diagnostics
* Rewrite tuning mechanism to add virtual file system mining and correct cpuid bugs
* Add prototype multi-thread collection option
* Reduce collection buffer size to .5MB
* Improve/correct build and install
* Add new invocation options to support new features.
- init script additions $remote_fs added
Thu Feb 9 13:00:00 2012 crrodriguezAATTopensuse.org
- build with -fpie
Sat Dec 31 13:00:00 2011 crrodriguezAATTopensuse.org
- Put the haveged binary back in /usr/sbin not in /sbin
Wed Dec 14 13:00:00 2011 crrodriguezAATTopensuse.org
- Update to version 1.3.0a, PPC fixes.
- Cleanup systemd unit and drop capabiltities there.
Fri Dec 2 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency
Tue Nov 29 13:00:00 2011 crrodriguezAATTopensuse.org
- Use proper systemd macros
- reduce verbosity level to the minimum
Tue Nov 22 13:00:00 2011 crrodriguezAATTopensuse.org
- Use Service type \"simple\" in systemd unit
Tue Nov 1 13:00:00 2011 roAATTsuse.de
- fix build on ia64, s390, s390x
Tue Oct 25 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 1.3:
* reorganized to allow its collection mechanism to be better accessed
directly through the file system: includes the option to suppress the
daemon interface in the build for circumstances where /dev/random is
unavailable or its use is inappropriate
Sat Oct 1 14:00:00 2011 crrodriguezAATTopensuse.org
- There is no support for arm targets here, may be fixable
later.
Sun Jul 24 14:00:00 2011 crrodriguezAATTopensuse.org
- Update to version 1.2.
Mon Jun 6 14:00:00 2011 k0daAATTopensuse.org
- fix ppc64 build
Mon Jun 6 14:00:00 2011 adrianAATTsuse.de
- fix URL to source tar ball
Sat May 7 14:00:00 2011 crrodriguezAATTopensuse.org
- Update to version 1.1, upstream version where the bugs
present in old versions have been fixed in different ways.
Tue Mar 1 13:00:00 2011 meissnerAATTsuse.de
- avoid unnecessary services. bnc#675841
also the start should be mediated by YaST or kiwi depending
on presence of a virtualization environment, not by the package
itself.
Tue Jan 4 13:00:00 2011 cristian.rodriguezAATTopensuse.org
- Update to version 0.9_git201101042303
* fix wrong usage of strdupa
- fix build in older distros that have no XZ
Tue Jan 4 13:00:00 2011 cristian.rodriguezAATTopensuse.org
- Fix build in older distros
- run spec cleaner
Tue Dec 7 13:00:00 2010 cooloAATTnovell.com
- prereq init script syslog
Thu Nov 25 13:00:00 2010 cristian.rodriguezAATTopensuse.org
- Use gcc\'s __cpuid instead of homegrown asm.
Tue Nov 23 13:00:00 2010 cristian.rodriguezAATTopensuse.org
- Fix optimization problem, actually a bug in inline asm
code. avoid using it, instead try hard to use either
GCC builtins or properly corrected inline asm.
Thanks Richard for pointing to the right solution.
Sat Nov 6 13:00:00 2010 ajAATTsuse.de
- Package /lib/systemd/system/ and /lib/systemd to fix build
Fri Nov 5 13:00:00 2010 cristian.rodriguezAATTopensuse.org
- Link with full RELRO (-Wl,-z,relro,-z,now)
Wed Nov 3 13:00:00 2010 cristian.rodriguezAATTopensuse.org
- add systemd support
Fri Sep 24 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- Drop as much capabilitites as possible using libcap-ng
Sat Jul 31 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- I meant Enhances not Supplements
Fri Jul 30 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- Implement hack to start by default only in VMs
Tue Jul 27 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- Run the complete test suite (for the paranoid)
- use O_CLOEXEC on fds
Tue Jul 20 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- enable daemon by default
- add a few Supplements so the it gets installed automatically.
Sun Jul 18 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- add proper Requires(pre)
Fri Jul 16 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- build with no optimization, there are reports saying it
may crash with -O1 like http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563938
Thu Jul 15 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- move deamon to /sbin
- tune the spec file
- add a SUSE standard init script
Fri May 28 14:00:00 2010 meissnerAATTsuse.de
- haveged 0.9
Gather entropy by doing calculation and looking
at secondary high resolution processor information
(tsc, cache misses etc.)