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:
Paul Howarth 2013-05-14 15:36:29 +01:00
parent 37d1376280
commit 2f01417e72
2 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 1.88
Version: 1.89
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -24,8 +24,8 @@ BuildRequires: perl(Socket6)
BuildRequires: procps
# Use IO::Socket::IP for IPv6 support where available, else IO::Socket::INET6
%if 0%{?fedora} > 15 || 0%{?rhel} > 6
BuildRequires: perl(IO::Socket::IP) >= 0.11, perl(Socket) >= 1.95
Requires: 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.20, perl(Socket) >= 1.95
%else
Requires: perl(IO::Socket::INET6), perl(Socket6)
%endif
@ -66,6 +66,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm*
%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
- Update to 1.88
- Consider a value of '' the same as undef for SSL_ca_(path|file), SSL_key*

View File

@ -1 +1 @@
83cdb29cba4d5ac892b7edefe2566a42 IO-Socket-SSL-1.88.tar.gz
282b18874f4266c96e78eb36c6d7e16a IO-Socket-SSL-1.89.tar.gz