forked from pool/haveged
1.6
OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=67
This commit is contained in:
committed by
Git OBS Bridge
parent
7b40fe1fe0
commit
016f11af6b
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6950672e88376f5de7976d0ac9e479c6a3ecdb8d2d214887347eb24f367d5d8e
|
||||
size 243336
|
3
haveged-1.6.tar.gz
Normal file
3
haveged-1.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d47db0cf9a58f7ec9877eec543a062f01309916f569639c27a8b0dd004b24541
|
||||
size 244301
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 16 02:11:10 UTC 2012 - pascal.bleser@opensuse.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 20:59:36 UTC 2012 - crrodriguez@opensuse.org
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: haveged
|
||||
Version: 1.5
|
||||
Version: 1.6
|
||||
Release: 0
|
||||
Summary: Feed entropy into random pool
|
||||
License: GPL-3.0
|
||||
@@ -54,7 +54,10 @@ For more informations see http://www.issihosts.com/haveged/
|
||||
autoreconf -fiv
|
||||
export CFLAGS="%optflags -fpie"
|
||||
export LDFLAGS="-Wl,-z,relro,-z,now -pie"
|
||||
%configure --enable-nistest=yes --enable-daemon=yes
|
||||
%configure \
|
||||
--enable-nistest=yes \
|
||||
--enable-daemon=yes \
|
||||
--enable-clock_gettime=yes
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
@@ -110,7 +113,7 @@ make %{?_smp_mflags} check
|
||||
%{_sbindir}/rc%{name}
|
||||
%{_sbindir}/%{name}
|
||||
%config %{_initddir}/%{name}
|
||||
%{_mandir}/man8/%{name}.8.gz
|
||||
%doc %{_mandir}/man8/%{name}.8*
|
||||
%if 0%{?have_systemd}
|
||||
%{_unitdir}/%{name}.service
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user