commit eefbde615fd84e8998257924b4b5b9b3e2f70b40
Author: Paul Howarth <paul(a)city-fan.org>
Date: Tue Nov 2 13:09:38 2010 +0000
Update to 1.34
- New upstream release 1.34:
- schema http for certificate verification changed to wildcards_in_cn=1
- if upgrading socket from inet to ssl fails due to handshake problems, the
socket gets downgraded back again but is still open (CPAN RT#61466)
- deprecate kill_socket: just use close()
.gitignore | 2 +-
perl-IO-Socket-SSL.spec | 11 +++++++++--
sources | 2 +-
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8798a8c..dbdc9ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-IO-Socket-SSL-1.33.tar.gz
+/IO-Socket-SSL-1.34.tar.gz
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 323f78c..2c25ae2 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -4,8 +4,8 @@
#
Name: perl-IO-Socket-SSL
-Version: 1.33
-Release: 2%{?dist}
+Version: 1.34
+Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
License: GPL+ or Artistic
@@ -61,6 +61,13 @@ done
%{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog
+* Tue Nov 2 2010 Paul Howarth <paul(a)city-fan.org> - 1.34-1
+- Update to 1.34
+ - schema http for certificate verification changed to wildcards_in_cn=1
+ - if upgrading socket from inet to ssl fails due to handshake problems, the
+ socket gets downgraded back again but is still open (CPAN RT#61466)
+ - deprecate kill_socket: just use close()
+
* Sun May 02 2010 Marcela Maslanova <mmaslano(a)redhat.com> - 1.33-2
- Mass rebuild with perl-5.12.0
diff --git a/sources b/sources
index 7b6a378..c48f473 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e288b5cda3de1f4cbf15e2eb709e9d7c IO-Socket-SSL-1.33.tar.gz
+c42dfa4172e6ee3673b5ead6709f7c04 IO-Socket-SSL-1.34.tar.gz