- update to 1.54

- return 0 instead of undef in SSL_verify_callback to fix unitialized
  warnings.  Thanks to d[DOT]thomas[AT]its[DOT]uq[DOT]edu[DOT]au for 
  reporting the bug and MIKEM for the fix.
  https://rt.cpan.org/Ticket/Display.html?id=73629

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=53
This commit is contained in:
Vítězslav Čížek 2012-01-13 12:39:39 +00:00 committed by Git OBS Bridge
parent 8083875b7f
commit 6bc0ae9c39
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:68498466fdebc48e3e4a2e31d13cd2428775fc11b8f930fb99ff1c1fda5c28a3
size 71552

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 13 02:36:10 UTC 2012 - vcizek@suse.com
- update to 1.54
- return 0 instead of undef in SSL_verify_callback to fix unitialized
warnings. Thanks to d[DOT]thomas[AT]its[DOT]uq[DOT]edu[DOT]au for
reporting the bug and MIKEM for the fix.
https://rt.cpan.org/Ticket/Display.html?id=73629
-------------------------------------------------------------------
Sun Dec 11 23:27:04 UTC 2011 - pascal.bleser@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-IO-Socket-SSL
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@ -16,9 +16,8 @@
#
Name: perl-IO-Socket-SSL
Version: 1.53
Version: 1.54
Release: 0
%define cpan_name IO-Socket-SSL
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET