Update to 1.90
- New upstream release 1.90 - Support more digests, especially SHA-2 (CPAN RT#85290) - Added support for easy SSL interception (man in the middle) based on ideas found in mojo-mitm proxy - Make 1.46 the minimal required version for Net::SSLeay, because it introduced lots of useful functions - BR:/R: openssl ≥ 0.9.7e for P_ASN1_TIME_(get,set)_isotime in Net::SSLeay
This commit is contained in:
parent
2f01417e72
commit
805af9d5bf
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.89
|
Version: 1.90
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -8,6 +8,7 @@ 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
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: openssl >= 0.9.7e
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
@ -17,7 +18,7 @@ BuildRequires: perl(IO::Socket)
|
|||||||
BuildRequires: perl(IO::Socket::INET)
|
BuildRequires: perl(IO::Socket::INET)
|
||||||
BuildRequires: perl(IO::Socket::INET6)
|
BuildRequires: perl(IO::Socket::INET6)
|
||||||
BuildRequires: perl(Net::LibIDN)
|
BuildRequires: perl(Net::LibIDN)
|
||||||
BuildRequires: perl(Net::SSLeay) >= 1.21
|
BuildRequires: perl(Net::SSLeay) >= 1.46
|
||||||
BuildRequires: perl(Scalar::Util)
|
BuildRequires: perl(Scalar::Util)
|
||||||
BuildRequires: perl(Socket)
|
BuildRequires: perl(Socket)
|
||||||
BuildRequires: perl(Socket6)
|
BuildRequires: perl(Socket6)
|
||||||
@ -31,6 +32,7 @@ Requires: perl(IO::Socket::INET6), perl(Socket6)
|
|||||||
%endif
|
%endif
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(Net::LibIDN)
|
Requires: perl(Net::LibIDN)
|
||||||
|
Requires: openssl >= 0.9.7e
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module is a true drop-in replacement for IO::Socket::INET that
|
This module is a true drop-in replacement for IO::Socket::INET that
|
||||||
@ -66,6 +68,15 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
- Added support for easy SSL interception (man in the middle) based on ideas
|
||||||
|
found in mojo-mitm proxy
|
||||||
|
- Make 1.46 the minimal required version for Net::SSLeay, because it
|
||||||
|
introduced lots of useful functions
|
||||||
|
- BR:/R: openssl ≥ 0.9.7e for P_ASN1_TIME_(get,set)_isotime in Net::SSLeay
|
||||||
|
|
||||||
* Tue May 14 2013 Paul Howarth <paul@city-fan.org> - 1.89-1
|
* Tue May 14 2013 Paul Howarth <paul@city-fan.org> - 1.89-1
|
||||||
- Update to 1.89
|
- Update to 1.89
|
||||||
- If IO::Socket::IP is used it should be at least version 0.20; otherwise we
|
- If IO::Socket::IP is used it should be at least version 0.20; otherwise we
|
||||||
|
Loading…
Reference in New Issue
Block a user