From a2e3a08e8839400190a205ff953a93f7ebfb805df2521c44e818b77b70e10392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Fri, 4 Mar 2011 16:40:07 +0000 Subject: [PATCH] - 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=27 --- IO-Socket-SSL-1.38.tar.bz2 | 3 --- IO-Socket-SSL-1.39.tar.bz2 | 3 +++ perl-IO-Socket-SSL.changes | 8 ++++++++ perl-IO-Socket-SSL.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 IO-Socket-SSL-1.38.tar.bz2 create mode 100644 IO-Socket-SSL-1.39.tar.bz2 diff --git a/IO-Socket-SSL-1.38.tar.bz2 b/IO-Socket-SSL-1.38.tar.bz2 deleted file mode 100644 index 1c6baf3..0000000 --- a/IO-Socket-SSL-1.38.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86f82c903997543d3deeb3b4413c0f340eef2b8007019da0fa9305024d840c21 -size 61031 diff --git a/IO-Socket-SSL-1.39.tar.bz2 b/IO-Socket-SSL-1.39.tar.bz2 new file mode 100644 index 0000000..d927959 --- /dev/null +++ b/IO-Socket-SSL-1.39.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d46e67a2da50400eaeae5bc07a1687839e3cfed2347eabe444f37cdf6d286a +size 61159 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index 5c18e6e..c633853 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 4 16:34:20 UTC 2011 - vcizek@novell.com + +- 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) + ------------------------------------------------------------------- Wed Jan 19 15:49:23 UTC 2011 - vcizek@novell.com diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index d70ffd0..cbd02c8 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-IO-Socket-SSL (Version 1.37) +# spec file for package perl-IO-Socket-SSL # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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