Update to 1.60
- New upstream release 1.60 - Don't make blocking readline if socket was set nonblocking, but return as soon no more data are available (CPAN RT#75910) - Fix BUG section about threading so that it shows package as thread safe as long as Net::SSLeay ≥ 1.43 is used (CPAN RT#75749) - BR: perl(constant), perl(Exporter) and perl(IO::Socket)
This commit is contained in:
parent
3e7b01b807
commit
8d029778df
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.59
|
Version: 1.60
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -10,7 +10,10 @@ Patch0: IO-Socket-SSL-1.58-dhe.patch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
|
BuildRequires: perl(constant)
|
||||||
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(IO::Socket)
|
||||||
BuildRequires: perl(IO::Socket::INET6)
|
BuildRequires: perl(IO::Socket::INET6)
|
||||||
BuildRequires: perl(Net::LibIDN)
|
BuildRequires: perl(Net::LibIDN)
|
||||||
BuildRequires: perl(Net::SSLeay) >= 1.21
|
BuildRequires: perl(Net::SSLeay) >= 1.21
|
||||||
@ -57,6 +60,14 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 20 2012 Paul Howarth <paul@city-fan.org> - 1.60-1
|
||||||
|
- Update to 1.60
|
||||||
|
- don't make blocking readline if socket was set nonblocking, but return as
|
||||||
|
soon no more data are available (CPAN RT#75910)
|
||||||
|
- fix BUG section about threading so that it shows package as thread safe
|
||||||
|
as long as Net::SSLeay ≥ 1.43 is used (CPAN RT#75749)
|
||||||
|
- BR: perl(constant), perl(Exporter) and perl(IO::Socket)
|
||||||
|
|
||||||
* Thu Mar 8 2012 Paul Howarth <paul@city-fan.org> - 1.59-1
|
* Thu Mar 8 2012 Paul Howarth <paul@city-fan.org> - 1.59-1
|
||||||
- Update to 1.59
|
- Update to 1.59
|
||||||
- if SSLv2 is not supported by Net::SSLeay set SSL_ERROR with useful message
|
- if SSLv2 is not supported by Net::SSLeay set SSL_ERROR with useful message
|
||||||
|
Loading…
Reference in New Issue
Block a user