SHA256
1
0
forked from pool/stunnel

- stunnel-ocsp-host.patch: Fix compatibility issues with older OpenSSL

versions. Replaces stunnel-5.22-code11-openssl-compat.diff.

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=73
This commit is contained in:
Daniel Rahn
2015-08-06 08:19:37 +00:00
committed by Git OBS Bridge
parent 314067655a
commit 2b40af0db6
4 changed files with 34 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ Source3: sysconfig.syslog-stunnel
Source4: stunnel.rc
Source5: stunnel.service
Patch0: stunnel-listenqueue-option.patch
Patch1: stunnel-5.22-code11-openssl-compat.diff
Patch1: stunnel-ocsp-host.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define VENDOR openSUSE
BuildRequires: tcpd-devel zlib-devel
@@ -64,7 +64,7 @@ stunnel.
%setup -q -n stunnel-%{version}
%patch0 -p0
%if 0%{?suse_version} <= 1130
%patch1 -p0
%patch1 -p1
%endif
chmod -x $RPM_BUILD_DIR/stunnel-%{version}/tools/ca.*
chmod -x $RPM_BUILD_DIR/stunnel-%{version}/tools/importCA.*