Mailinglist Archive: opensuse-commit (849 mails)
| < Previous | Next > |
commit perl-IO-Socket-SSL for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 07 Mar 2011 15:03:03 +0100
- Message-id: <20110307140303.39633202A8@hilbert.suse.de>
Hello community,
here is the log from the commit of package perl-IO-Socket-SSL for
openSUSE:Factory
checked in at Mon Mar 7 15:03:03 CET 2011.
--------
--- perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes 2011-01-19
17:36:06.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes
2011-03-04 17:40:06.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Mar 4 16:34:20 UTC 2011 - vcizek@xxxxxxxxxx
+
+- update to 1.39
+ - fixed documentation of http verification: wildcards in cn is allowed
+ - close should undef _SSL_fileno, because the fileno is no longer
+ valid (SSL connection and socket are closed)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
IO-Socket-SSL-1.38.tar.bz2
New:
----
IO-Socket-SSL-1.39.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-IO-Socket-SSL.spec ++++++
--- /var/tmp/diff_new_pack.Bk94fV/_old 2011-03-07 15:02:47.000000000 +0100
+++ /var/tmp/diff_new_pack.Bk94fV/_new 2011-03-07 15:02:47.000000000 +0100
@@ -21,7 +21,7 @@
Name: perl-IO-Socket-SSL
%define cpan_name IO-Socket-SSL
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
-Version: 1.38
+Version: 1.39
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
++++++ IO-Socket-SSL-1.38.tar.bz2 -> IO-Socket-SSL-1.39.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/IO-Socket-SSL-1.38/Changes
new/IO-Socket-SSL-1.39/Changes
--- old/IO-Socket-SSL-1.38/Changes 2011-01-18 09:39:10.000000000 +0100
+++ new/IO-Socket-SSL-1.39/Changes 2011-03-03 12:35:38.000000000 +0100
@@ -1,4 +1,9 @@
+v1.39 2011.03.03
+- fixed documentation of http verification: wildcards in cn is allowed
+v1.38_1 2011.01.24
+- close should undef _SSL_fileno, because the fileno is no longer
+ valid (SSL connection and socket are closed)
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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/IO-Socket-SSL-1.38/META.yml
new/IO-Socket-SSL-1.39/META.yml
--- old/IO-Socket-SSL-1.38/META.yml 2011-01-18 09:39:30.000000000 +0100
+++ new/IO-Socket-SSL-1.39/META.yml 2011-03-03 12:38:53.000000000 +0100
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: IO-Socket-SSL
-version: 1.38
+version: 1.39
abstract: Nearly transparent SSL encapsulation for IO::Socket::INET.
author:
- Steffen Ullrich & Peter Behroozi & Marko Asplund
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/IO-Socket-SSL-1.38/SSL.pm
new/IO-Socket-SSL-1.39/SSL.pm
--- old/IO-Socket-SSL-1.38/SSL.pm 2011-01-18 09:37:15.000000000 +0100
+++ new/IO-Socket-SSL-1.39/SSL.pm 2011-03-03 12:38:35.000000000 +0100
@@ -78,7 +78,7 @@
}) {
@ISA = qw(IO::Socket::INET);
}
- $VERSION = '1.38';
+ $VERSION = '1.39';
$GLOBAL_CONTEXT_ARGS = {};
#Make $DEBUG another name for $Net::SSLeay::trace
@@ -801,6 +801,7 @@
if ( ! $close_args->{_SSL_in_DESTROY} ) {
untie( *$self );
+ undef ${*$self}{_SSL_fileno};
return $self->SUPER::close;
}
return 1;
@@ -1950,8 +1951,8 @@
=item http (rfc2818), alias is www
-Extended wildcards in subjectAltNames are possible, e.g. *.example.org or
-even www*.example.org. Wildcards in the common name are not allowed. The common
+Extended wildcards in subjectAltNames and common name are possible, e.g.
+*.example.org or even www*.example.org. The common
name will be only checked if no names are given in subjectAltNames.
=item smtp (rfc3207)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |