[perl-IO-Socket-SSL] Update to 1.90

Paul Howarth pghmcfc at fedoraproject.org
Wed May 29 22:27:31 UTC 2013


commit 805af9d5bf8956112e1eb3fde0b682c397ffd388
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed May 29 22:14:04 2013 +0100

    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

 perl-IO-Socket-SSL.spec |   15 +++++++++++++--
 sources                 |    2 +-
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 0e057cc..e33dd24 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.89
+Version:	1.90
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 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
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
+BuildRequires:	openssl >= 0.9.7e
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(constant)
 BuildRequires:	perl(Exporter)
@@ -17,7 +18,7 @@ BuildRequires:	perl(IO::Socket)
 BuildRequires:	perl(IO::Socket::INET)
 BuildRequires:	perl(IO::Socket::INET6)
 BuildRequires:	perl(Net::LibIDN)
-BuildRequires:	perl(Net::SSLeay) >= 1.21
+BuildRequires:	perl(Net::SSLeay) >= 1.46
 BuildRequires:	perl(Scalar::Util)
 BuildRequires:	perl(Socket)
 BuildRequires:	perl(Socket6)
@@ -31,6 +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
 
 %description
 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*
 
 %changelog
+* Wed May 29 2013 Paul Howarth <paul at 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 at city-fan.org> - 1.89-1
 - Update to 1.89
   - If IO::Socket::IP is used it should be at least version 0.20; otherwise we
diff --git a/sources b/sources
index 0e5b248..5c8146d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-282b18874f4266c96e78eb36c6d7e16a  IO-Socket-SSL-1.89.tar.gz
+0d0a15f5178edbbf84b7a8eef34b9a06  IO-Socket-SSL-1.90.tar.gz


More information about the scm-commits mailing list