Dominique Leuenberger 2020-07-01 16:22:15 +00:00 committed by Git OBS Bridge
commit f1c86e212f
4 changed files with 24 additions and 10 deletions

3
haveged-1.9.13.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d17bd22fa1745daca5ac72e014ed3b0fe5720da4c115953124b1bf2a0aa2b04b
size 495737

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99aa1996c6e39ea2459cfc37addfb8b1eecc63f3a2b6da9db17b22e76b6851ae
size 494473

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jun 30 07:07:57 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.9.13:
* added support for --version [Jirka Hladky]
* updated systemd service file [Jirka Hladky]
* fix a memory leak in havege_destroy [Anakin Zhang]
* updated version reported by program [Jirka Hladky]
* fix ordering cycle with private tmp [Christian Hesse]
* Updated systemd service file [Nicolas Braud-Santoni]
* Bump soname [Nicolas Braud-Santoni]
* Fix crash on shutdown in threaded mode [Sergei Trofimovich]
* Fix compilation with --enable-threads [Lars Wendler]
-------------------------------------------------------------------
Tue May 26 10:49:29 UTC 2020 - Martin Pluskal <mpluskal@suse.com>

View File

@ -18,7 +18,7 @@
%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d }
Name: haveged
Version: 1.9.8
Version: 1.9.13
Release: 0
Summary: Daemon for feeding entropy into the random pool
License: GPL-3.0-only
@ -60,7 +60,7 @@ For more information, see http://www.issihosts.com/haveged/ .
%package devel
Summary: Haveged development files
Group: Development/Libraries/C and C++
Requires: libhavege1 = %{version}
Requires: libhavege2 = %{version}
%description devel
Headers and for the haveged library
@ -68,11 +68,11 @@ Headers and for the haveged library
This package contains the haveged implementation of the HAVEGE
algorithm and supporting features.
%package -n libhavege1
%package -n libhavege2
Summary: Haveged interface library
Group: System/Libraries
%description -n libhavege1
%description -n libhavege2
Shared object for the haveged library.
This package contains the haveged implementation of the HAVEGE
algorithm and supporting features.
@ -138,8 +138,8 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
%service_del_preun %{name}.service
%service_del_preun %{name}-switch-root.service
%post -n libhavege1 -p /sbin/ldconfig
%postun -n libhavege1 -p /sbin/ldconfig
%post -n libhavege2 -p /sbin/ldconfig
%postun -n libhavege2 -p /sbin/ldconfig
%files
%license COPYING
@ -162,7 +162,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
%doc contrib/build/havege_sample.c
%{_libdir}/*.so
%files -n libhavege1
%files -n libhavege2
%license COPYING
%{_libdir}/*.so.*