Accepting request 179273 from security
- 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 OBS-URL: https://build.opensuse.org/request/show/179273 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haveged?expand=0&rev=33
This commit is contained in:
commit
732f3f42a3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051
|
|
||||||
size 458671
|
|
3
haveged-1.7c.tar.gz
Normal file
3
haveged-1.7c.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40397eded96fc0d624a6a81c8e888ab023e46f3114f1ee699994e645531bf121
|
||||||
|
size 458371
|
@ -1,13 +0,0 @@
|
|||||||
Index: haveged-1.6/configure.ac
|
|
||||||
===================================================================
|
|
||||||
--- haveged-1.6.orig/configure.ac
|
|
||||||
+++ haveged-1.6/configure.ac
|
|
||||||
@@ -127,7 +127,7 @@ case "$host" in
|
|
||||||
AC_DEFINE(HAVE_ISA_IA64, 1, [Define to 1 for ia64])
|
|
||||||
;;
|
|
||||||
|
|
||||||
- powerpc-*|pcc-*|powerpc64|ppc64)
|
|
||||||
+ powerpc-*|pcc-*|powerpc64-*|ppc64-*)
|
|
||||||
AC_DEFINE(HAVE_ISA_PPC, 1, [Define to 1 for ppc])
|
|
||||||
;;
|
|
||||||
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 17 09:39:07 UTC 2013 - mvyskocil@suse.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 18:46:15 UTC 2013 - crrodriguez@opensuse.org
|
Sun May 5 18:46:15 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
15
haveged.spec
15
haveged.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: haveged
|
Name: haveged
|
||||||
Version: 1.7a
|
Version: 1.7c
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Feed entropy into random pool
|
Summary: Feed entropy into random pool
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
@ -25,10 +25,13 @@ Group: System/Daemons
|
|||||||
Url: http://www.issihosts.com/haveged/
|
Url: http://www.issihosts.com/haveged/
|
||||||
Source0: http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz
|
Source0: http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz
|
||||||
Source2: %{name}.service
|
Source2: %{name}.service
|
||||||
#PATCH-FIX-OPENSUSE: mvyskocil: sent upstream
|
|
||||||
Patch0: haveged-ppc.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Enhances: openssl gpg2 php5 apache2 openvpn smtp_daemon
|
Enhances: openssl
|
||||||
|
Enhances: gpg2
|
||||||
|
Enhances: php5
|
||||||
|
Enhances: apache2
|
||||||
|
Enhances: openvpn
|
||||||
|
Enhances: smtp_daemon
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
@ -43,6 +46,7 @@ For more informations see http://www.issihosts.com/haveged/
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: haveged development files
|
Summary: haveged development files
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
Requires: libhavege1 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Headers and for the haveged library
|
Headers and for the haveged library
|
||||||
@ -52,7 +56,7 @@ algorithm and supporting features.
|
|||||||
|
|
||||||
%package -n libhavege1
|
%package -n libhavege1
|
||||||
Summary: haveged interface library
|
Summary: haveged interface library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n libhavege1
|
%description -n libhavege1
|
||||||
Shared object for the haveged library
|
Shared object for the haveged library
|
||||||
@ -61,7 +65,6 @@ algorithm and supporting features.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# mvyskocil: needed because of haveged-ppc.patch
|
# mvyskocil: needed because of haveged-ppc.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user