Update to 1.91
- New upstream release 1.91 - Added IO::Socket::SSL::Utils for easier manipulation of certificates and keys - Moved SSL interception into IO::Socket::SSL::Intercept and simplified it using IO::Socket::SSL::Utils - Enhance meta information in Makefile.PL - Bump openssl version requirement to 0.9.8a - Need at least version 6.58 of ExtUtils::MakeMaker (CPAN RT#85739)
This commit is contained in:
parent
805af9d5bf
commit
9a569c9417
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.90
|
||||
Version: 1.91
|
||||
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.7e
|
||||
BuildRequires: openssl >= 0.9.8a
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.58
|
||||
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.7e
|
||||
Requires: openssl >= 0.9.8a
|
||||
|
||||
%description
|
||||
This module is a true drop-in replacement for IO::Socket::INET that
|
||||
@ -66,8 +66,20 @@ rm -rf %{buildroot}
|
||||
%doc BUGS Changes README docs/ certs/ example/ util/
|
||||
%{perl_vendorlib}/IO/
|
||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||
%{_mandir}/man3/IO::Socket::SSL::Intercept.3pm*
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu May 30 2013 Paul Howarth <paul@city-fan.org> - 1.91-1
|
||||
- Update to 1.91
|
||||
- Added IO::Socket::SSL::Utils for easier manipulation of certificates and
|
||||
keys
|
||||
- Moved SSL interception into IO::Socket::SSL::Intercept and simplified it
|
||||
using IO::Socket::SSL::Utils
|
||||
- Enhance meta information in Makefile.PL
|
||||
- Bump openssl version requirement to 0.9.8a
|
||||
- Need at least version 6.58 of ExtUtils::MakeMaker (CPAN RT#85739)
|
||||
|
||||
* Wed May 29 2013 Paul Howarth <paul@city-fan.org> - 1.90-1
|
||||
- Update to 1.90
|
||||
- Support more digests, especially SHA-2 (CPAN RT#85290)
|
||||
|
Loading…
Reference in New Issue
Block a user