|
@@ -7,7 +7,7 @@
|
|
Name: perl-Crypt-SSLeay
|
|
Name: perl-Crypt-SSLeay
|
|
Summary: OpenSSL glue that provides LWP https support
|
|
Summary: OpenSSL glue that provides LWP https support
|
|
Version: 0.72
|
|
Version: 0.72
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
License: GPL or Artistic
|
|
License: GPL or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -15,6 +15,10 @@ URL: http://search.cpan.org/dist/Crypt-SSLeay/
|
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DL/DLAND/%{origname}-%{version}.tar.gz
|
|
Source0: http://www.cpan.org/authors/id/D/DL/DLAND/%{origname}-%{version}.tar.gz
|
|
|
|
|
|
|
|
+# Adapt to OpenSSL 1.1.0, bug #1383756, CPAN RT#118343
|
|
|
|
+Patch0: Crypt-SSLeay-0.72-Do-not-use-SSLv2_client_method-with-OpenSSL-1.1.0.patch
|
|
|
|
+Patch1: Crypt-SSLeay-0.72-Fix-building-on-Perl-without-dot-in-INC.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
@@ -43,6 +47,11 @@ necessary SSL glue for that module to work.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{origname}-%{version}
|
|
%setup -q -n %{origname}-%{version}
|
|
|
|
+%patch0 -p1
|
|
|
|
+%patch1 -p1
|
|
|
|
+
|
|
|
|
+# Placate rpmlint
|
|
|
|
+chmod -c -x lib/Net/SSL.pm
|
|
|
|
|
|
# Filter unwanted Provides:
|
|
# Filter unwanted Provides:
|
|
cat << EOF > %{name}-prov
|
|
cat << EOF > %{name}-prov
|
|
@@ -95,6 +104,10 @@ make test
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Nov 18 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.72-2
|
|
|
|
+- rebuilt with openssl-1.1.1.
|
|
|
|
+- imported Patch0-1 from rawhide.
|
|
|
|
+
|
|
* Mon May 9 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.72-1
|
|
* Mon May 9 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.72-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- removed all patches (fixed in upstream).
|
|
- removed all patches (fixed in upstream).
|