r67531 - in /trunk/libio-socket-ssl-perl: Changes META.yml SSL.pm debian/changelog

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Wed Jan 19 12:21:49 UTC 2011


Author: carnil
Date: Wed Jan 19 12:21:40 2011
New Revision: 67531

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67531
Log:
New upstream release

Modified:
    trunk/libio-socket-ssl-perl/Changes
    trunk/libio-socket-ssl-perl/META.yml
    trunk/libio-socket-ssl-perl/SSL.pm
    trunk/libio-socket-ssl-perl/debian/changelog

Modified: trunk/libio-socket-ssl-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/Changes?rev=67531&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/Changes (original)
+++ trunk/libio-socket-ssl-perl/Changes Wed Jan 19 12:21:40 2011
@@ -1,4 +1,9 @@
 
+v1.38 2011.01.18
+- fixed wildcards_in_cn setting for http (wrongly set in 1.34 to 1
+  instead of anywhere). Thanks to dagolden[AT]cpan[DOT]org for
+  reporting
+  https://rt.cpan.org/Ticket/Display.html?id=64864
 v1.37 2010.12.09
 - don't complain about invalid certificate locations if user explicitly 
   set SSL_ca_path and SSL_ca_file to undef. Assume that user knows what

Modified: trunk/libio-socket-ssl-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/META.yml?rev=67531&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/META.yml (original)
+++ trunk/libio-socket-ssl-perl/META.yml Wed Jan 19 12:21:40 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               IO-Socket-SSL
-version:            1.37
+version:            1.38
 abstract:           Nearly transparent SSL encapsulation for IO::Socket::INET.
 author:
     - Steffen Ullrich & Peter Behroozi & Marko Asplund
@@ -17,7 +17,7 @@
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.55_02
+generated_by:       ExtUtils::MakeMaker version 6.54
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: trunk/libio-socket-ssl-perl/SSL.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/SSL.pm?rev=67531&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/SSL.pm (original)
+++ trunk/libio-socket-ssl-perl/SSL.pm Wed Jan 19 12:21:40 2011
@@ -78,7 +78,7 @@
 	}) {
 		@ISA = qw(IO::Socket::INET);
 	}
-	$VERSION = '1.37';
+	$VERSION = '1.38';
 	$GLOBAL_CONTEXT_ARGS = {};
 
 	#Make $DEBUG another name for $Net::SSLeay::trace
@@ -1027,7 +1027,7 @@
 		},
 		# rfc 2818
 		http => {
-			wildcards_in_cn	 => 1,
+			wildcards_in_cn	 => 'anywhere',
 			wildcards_in_alt => 'anywhere',
 			check_cn         => 'when_only',
 		},

Modified: trunk/libio-socket-ssl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ssl-perl/debian/changelog?rev=67531&op=diff
==============================================================================
--- trunk/libio-socket-ssl-perl/debian/changelog (original)
+++ trunk/libio-socket-ssl-perl/debian/changelog Wed Jan 19 12:21:40 2011
@@ -1,3 +1,9 @@
+libio-socket-ssl-perl (1.38-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Wed, 19 Jan 2011 13:21:31 +0100
+
 libio-socket-ssl-perl (1.37-1) unstable; urgency=low
 
   * New upstream release (Closes: #606243, #606248, #606249).




More information about the Pkg-perl-cvs-commits mailing list