Accepting request 817818 from security
OBS-URL: https://build.opensuse.org/request/show/817818 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haveged?expand=0&rev=56
This commit is contained in:
commit
f1c86e212f
3
haveged-1.9.13.tar.gz
Normal file
3
haveged-1.9.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d17bd22fa1745daca5ac72e014ed3b0fe5720da4c115953124b1bf2a0aa2b04b
|
||||||
|
size 495737
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:99aa1996c6e39ea2459cfc37addfb8b1eecc63f3a2b6da9db17b22e76b6851ae
|
|
||||||
size 494473
|
|
@ -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>
|
Tue May 26 10:49:29 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
14
haveged.spec
14
haveged.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d }
|
%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d }
|
||||||
Name: haveged
|
Name: haveged
|
||||||
Version: 1.9.8
|
Version: 1.9.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Daemon for feeding entropy into the random pool
|
Summary: Daemon for feeding entropy into the random pool
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -60,7 +60,7 @@ For more information, see http://www.issihosts.com/haveged/ .
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Haveged development files
|
Summary: Haveged development files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libhavege1 = %{version}
|
Requires: libhavege2 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Headers and for the haveged library
|
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
|
This package contains the haveged implementation of the HAVEGE
|
||||||
algorithm and supporting features.
|
algorithm and supporting features.
|
||||||
|
|
||||||
%package -n libhavege1
|
%package -n libhavege2
|
||||||
Summary: Haveged interface library
|
Summary: Haveged interface library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libhavege1
|
%description -n libhavege2
|
||||||
Shared object for the haveged library.
|
Shared object for the haveged library.
|
||||||
This package contains the haveged implementation of the HAVEGE
|
This package contains the haveged implementation of the HAVEGE
|
||||||
algorithm and supporting features.
|
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}.service
|
||||||
%service_del_preun %{name}-switch-root.service
|
%service_del_preun %{name}-switch-root.service
|
||||||
|
|
||||||
%post -n libhavege1 -p /sbin/ldconfig
|
%post -n libhavege2 -p /sbin/ldconfig
|
||||||
%postun -n libhavege1 -p /sbin/ldconfig
|
%postun -n libhavege2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -162,7 +162,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
|||||||
%doc contrib/build/havege_sample.c
|
%doc contrib/build/havege_sample.c
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%files -n libhavege1
|
%files -n libhavege2
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user