- update to 1.37

* 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 he is doing and will work around the problems
   by itself.
 * update documentation for SSL_verify_callback based on

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=23
This commit is contained in:
Anna Maresova 2010-12-16 12:53:20 +00:00 committed by Git OBS Bridge
parent 3f4c9c3419
commit f485fcce5f
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59d33c5f83a1489e1afd89e343eef2420a9bbc2b7c39b27bbd842cae3e9c75c2
size 60821

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Dec 16 13:34:57 CET 2010 - anicka@suse.cz
- update to 1.37
* 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 he is doing and will work around the problems
by itself.
* update documentation for SSL_verify_callback based on
-------------------------------------------------------------------
Tue Dec 7 15:02:25 CET 2010 - anicka@suse.cz

View File

@ -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.35
Version: 1.37
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl