- 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
This commit is contained in:
Vítězslav Čížek 2011-03-04 16:40:07 +00:00 committed by Git OBS Bridge
parent f35763fdc0
commit a2e3a08e88
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86f82c903997543d3deeb3b4413c0f340eef2b8007019da0fa9305024d840c21
size 61031

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30d46e67a2da50400eaeae5bc07a1687839e3cfed2347eabe444f37cdf6d286a
size 61159

View File

@ -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

View File

@ -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