Accepting request 107589 from devel:languages:perl
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/107589 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=54
This commit is contained in:
commit
b745629f93
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:154b2790e2e66da6be3f1ee5c344d4bd976c414cd3a30f276dcce91fc1402cf9
|
|
||||||
size 70251
|
|
3
IO-Socket-SSL-1.55.tar.gz
Normal file
3
IO-Socket-SSL-1.55.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d32a4dc3a3ac7110e60f0e8aab818816af43bddd34ae8b8d55c820107d74e688
|
||||||
|
size 71831
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 22 02:35:27 UTC 2012 - vcizek@suse.com
|
||||||
|
|
||||||
|
- update to 1.55
|
||||||
|
- work around IO::Sockets work around for systems returning EISCONN etc
|
||||||
|
on connect retry for non-blocking sockets by clearing $! if SUPER::connect
|
||||||
|
returned true.
|
||||||
|
https://rt.cpan.org/Ticket/Display.html?id=75101
|
||||||
|
Thanks for Manoj Kumar for reporting.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 13 02:36:10 UTC 2012 - vcizek@suse.com
|
Fri Jan 13 02:36:10 UTC 2012 - vcizek@suse.com
|
||||||
|
|
||||||
|
@ -16,14 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.54
|
Version: 1.55
|
||||||
Release: 0
|
Release: 0
|
||||||
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
%define cpan_name IO-Socket-SSL
|
%define cpan_name IO-Socket-SSL
|
||||||
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
|
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
Url: http://search.cpan.org/dist/IO-Socket-SSL/
|
Url: http://search.cpan.org/dist/IO-Socket-SSL/
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
Source: http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
|
Loading…
Reference in New Issue
Block a user