- update to 1.33

* attempt to make t/memleak_bad_handshake.t more stable, it fails 
   for unknown reason on various systems
 * fix hostname checking: an IP should only be checked against 
   subjectAltName GEN_IPADD, never against GEN_DNS or CN.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=11
This commit is contained in:
Anna Maresova 2010-03-26 10:54:20 +00:00 committed by Git OBS Bridge
parent bcaf353e5e
commit eb7faa8cae
5 changed files with 21 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 25 17:42:20 CET 2010 - anicka@suse.cz
- update to 1.33
* attempt to make t/memleak_bad_handshake.t more stable, it fails
for unknown reason on various systems
* fix hostname checking: an IP should only be checked against
subjectAltName GEN_IPADD, never against GEN_DNS or CN.
-------------------------------------------------------------------
Tue Feb 23 16:22:22 CET 2010 - anicka@suse.cz
- update to 1.32
* Makefile.PL: die if Scalar::Util has no dualvar support instead of
only complaining.
-------------------------------------------------------------------
Wed Jan 13 16:34:59 CET 2010 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-IO-Socket-SSL (Version 1.31)
# spec file for package perl-IO-Socket-SSL (Version 1.32)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,7 +20,7 @@
Name: perl-IO-Socket-SSL
BuildRequires: perl-Net-SSLeay perl-libwww-perl
Version: 1.31
Version: 1.33
Release: 1
Provides: p_iossl
Obsoletes: p_iossl

0
ready
View File