OBS User unknown 2007-11-02 00:37:21 +00:00 committed by Git OBS Bridge
parent 18776d199c
commit dfbf31407f
5 changed files with 28 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 1 15:42:58 CET 2007 - anicka@suse.cz
- update to 1.12
* treat timeouts of 0 for accept_SSL and connect_SSL like
no timeout, like IO::Socket does.
* fixed errors in accept_SSL which would work when called
from start_SSL but not from accept
* start_SSL, accept_SSL and connect_SSL have argument for
Timeout so that the SSL handshake will not block forever. Only
used if the socket is blocking. If not set the Timeout value
from the underlying IO::Socket is used
-------------------------------------------------------------------
Mon Oct 8 09:24:08 CEST 2007 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-IO-Socket-SSL (Version 1.09)
# spec file for package perl-IO-Socket-SSL (Version 1.12)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,7 +12,7 @@
Name: perl-IO-Socket-SSL
BuildRequires: perl-Net_SSLeay perl-libwww-perl
Version: 1.09
Version: 1.12
Release: 1
Provides: p_iossl
Obsoletes: p_iossl
@ -65,6 +65,16 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/auto/IO
/var/adm/perl-modules/%{name}
%changelog
* Thu Nov 01 2007 - anicka@suse.cz
- update to 1.12
* treat timeouts of 0 for accept_SSL and connect_SSL like
no timeout, like IO::Socket does.
* fixed errors in accept_SSL which would work when called
from start_SSL but not from accept
* start_SSL, accept_SSL and connect_SSL have argument for
Timeout so that the SSL handshake will not block forever. Only
used if the socket is blocking. If not set the Timeout value
from the underlying IO::Socket is used
* Mon Oct 08 2007 - anicka@suse.cz
- update to 1.09
* new method stop_SSL as opposite of start_SSL