Update to 1.89
- New upstream release 1.89 - If IO::Socket::IP is used it should be at least version 0.20; otherwise we get problems with HTTP::Daemon::SSL and maybe others (CPAN RT#81932) - Spelling corrections
This commit is contained in:
parent
37d1376280
commit
2f01417e72
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.88
|
Version: 1.89
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -24,8 +24,8 @@ BuildRequires: perl(Socket6)
|
|||||||
BuildRequires: procps
|
BuildRequires: procps
|
||||||
# Use IO::Socket::IP for IPv6 support where available, else IO::Socket::INET6
|
# Use IO::Socket::IP for IPv6 support where available, else IO::Socket::INET6
|
||||||
%if 0%{?fedora} > 15 || 0%{?rhel} > 6
|
%if 0%{?fedora} > 15 || 0%{?rhel} > 6
|
||||||
BuildRequires: perl(IO::Socket::IP) >= 0.11, perl(Socket) >= 1.95
|
BuildRequires: perl(IO::Socket::IP) >= 0.20, perl(Socket) >= 1.95
|
||||||
Requires: perl(IO::Socket::IP) >= 0.11, perl(Socket) >= 1.95
|
Requires: perl(IO::Socket::IP) >= 0.20, perl(Socket) >= 1.95
|
||||||
%else
|
%else
|
||||||
Requires: perl(IO::Socket::INET6), perl(Socket6)
|
Requires: perl(IO::Socket::INET6), perl(Socket6)
|
||||||
%endif
|
%endif
|
||||||
@ -66,6 +66,12 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 14 2013 Paul Howarth <paul@city-fan.org> - 1.89-1
|
||||||
|
- Update to 1.89
|
||||||
|
- If IO::Socket::IP is used it should be at least version 0.20; otherwise we
|
||||||
|
get problems with HTTP::Daemon::SSL and maybe others (CPAN RT#81932)
|
||||||
|
- Spelling corrections
|
||||||
|
|
||||||
* Thu May 2 2013 Paul Howarth <paul@city-fan.org> - 1.88-1
|
* Thu May 2 2013 Paul Howarth <paul@city-fan.org> - 1.88-1
|
||||||
- Update to 1.88
|
- Update to 1.88
|
||||||
- Consider a value of '' the same as undef for SSL_ca_(path|file), SSL_key*
|
- Consider a value of '' the same as undef for SSL_ca_(path|file), SSL_key*
|
||||||
|
Loading…
Reference in New Issue
Block a user