Update to 1.93
- New upstream release 1.93 - Need at least OpenSSL version 0.9.8 now, since last 0.9.7 was released 6 years ago; remove code to work around older releases - Changed AUTHOR in Makefile.PL from array back to string, because the array feature is not available in MakeMaker shipped with 5.8.9 (CPAN RT#85739) - Set openssl version requirement to 0.9.8 - Drop ExtUtils::MakeMaker version requirement back to 6.46
This commit is contained in:
parent
476a8b5c3b
commit
3ed72db8d2
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.92
|
||||
Version: 1.93
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -8,11 +8,11 @@ URL: http://search.cpan.org/dist/IO-Socket-SSL/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
BuildRequires: openssl >= 0.9.8a
|
||||
BuildRequires: openssl >= 0.9.8
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.58
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.46
|
||||
BuildRequires: perl(IO::Select)
|
||||
BuildRequires: perl(IO::Socket)
|
||||
BuildRequires: perl(IO::Socket::INET)
|
||||
@ -32,7 +32,7 @@ Requires: perl(IO::Socket::INET6), perl(Socket6)
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Net::LibIDN)
|
||||
Requires: openssl >= 0.9.8a
|
||||
Requires: openssl >= 0.9.8
|
||||
|
||||
%description
|
||||
This module is a true drop-in replacement for IO::Socket::INET that
|
||||
@ -70,6 +70,15 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri May 31 2013 Paul Howarth <paul@city-fan.org> - 1.93-1
|
||||
- Update to 1.93
|
||||
- Need at least OpenSSL version 0.9.8 now, since last 0.9.7 was released 6
|
||||
years ago; remove code to work around older releases
|
||||
- Changed AUTHOR in Makefile.PL from array back to string, because the array
|
||||
feature is not available in MakeMaker shipped with 5.8.9 (CPAN RT#85739)
|
||||
- Set openssl version requirement to 0.9.8
|
||||
- Drop ExtUtils::MakeMaker version requirement back to 6.46
|
||||
|
||||
* Thu May 30 2013 Paul Howarth <paul@city-fan.org> - 1.92-1
|
||||
- Update to 1.92
|
||||
- Intercept: use sha1-fingerprint of original cert for id into cache unless
|
||||
|
Loading…
Reference in New Issue
Block a user