SHA256
1
0
forked from pool/xca

Accepting request 553981 from home:oertel:branches:security

- add xca-1.3.2-openssl11.patch to fix build on factory with
  openssl-1.1

OBS-URL: https://build.opensuse.org/request/show/553981
OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=7
This commit is contained in:
Marcus Meissner 2017-12-19 16:37:51 +00:00 committed by Git OBS Bridge
parent 579d523ead
commit 40e1bf46d2
3 changed files with 2651 additions and 0 deletions

2641
xca-1.3.2-openssl11.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 5 15:08:16 CET 2017 - ro@suse.de
- add xca-1.3.2-openssl11.patch to fix build on factory with
openssl-1.1
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 29 01:07:37 UTC 2016 - chris@computersalat.de Fri Jan 29 01:07:37 UTC 2016 - chris@computersalat.de

View File

@ -28,6 +28,7 @@ Autoreqprov: on
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
Patch0: %{name}-doc_Makefile.patch Patch0: %{name}-doc_Makefile.patch
Patch1: %{name}-desktop.patch Patch1: %{name}-desktop.patch
Patch2: xca-1.3.2-openssl11.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++ >= 3.1.0 BuildRequires: gcc-c++ >= 3.1.0
%if 0%{?sles_version} == 10 %if 0%{?sles_version} == 10
@ -61,6 +62,9 @@ Graphical certification authority is an interface for managing RSA keys and cert
%setup -n %{name}-%{version} %setup -n %{name}-%{version}
%patch0 %patch0
%patch1 %patch1
%if 0%{?suse_version} >= 1330
%patch2 -p1
%endif
%build %build
#bootstrap #bootstrap