Accepting request 29459 from devel:languages:perl

Copy from devel:languages:perl/perl-IO-Socket-SSL based on submit request 29459 from user anicka

OBS-URL: https://build.opensuse.org/request/show/29459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=22
This commit is contained in:
OBS User autobuild 2010-01-14 17:13:04 +00:00 committed by Git OBS Bridge
commit b7280c882a
4 changed files with 27 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Jan 13 16:34:59 CET 2010 - anicka@suse.cz
- update to 1.31
* add and export constants for SSL_VERIFY_*
* set SSL_use_cert if cert is given and not SSL_server
* support alternative CRL file with SSL_crl_file thanks to patch of
w[DOT]phillip[DOT]moore[AT]gmail[DOT]com
* make t/memleak_bad_handshake.t more stable (increase listen queue,
ignore errors on connect, don't run on windows..)
* t/memleak_bad_handshake.t don't write errors with ps to stderr,
-o vsize argument is not supported on all platforms, just skip
test then
* make sure that idn_to_ascii gets no \0 bytes from identity, because
it simply cuts the string their (using C semantics). Not really a
security problem because IDN like identity is provided by user in
hostname, not by certificate.
* fix test t/memleak_bad_handshake.t
* fixed thanks for version 1.28
* fix memleak when SSL handshake failed.
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

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