Update to 1.94

- New upstream release 1.94
  - Makefile.PL reported wrong version of openssl if Net::SSLeay was not
    installed, instead of reporting a missing dependency of Net::SSLeay
This commit is contained in:
Paul Howarth 2013-06-01 18:27:54 +01:00
parent 3ed72db8d2
commit 4b2baf4c09
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.93 Version: 1.94
Release: 1%{?dist} Release: 1%{?dist}
Summary: Perl library for transparent SSL Summary: Perl library for transparent SSL
Group: Development/Libraries Group: Development/Libraries
@ -70,6 +70,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm* %{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
%changelog %changelog
* Sat Jun 1 2013 Paul Howarth <paul@city-fan.org> - 1.94-1
- Update to 1.94
- Makefile.PL reported wrong version of openssl if Net::SSLeay was not
installed, instead of reporting a missing dependency of Net::SSLeay
* Fri May 31 2013 Paul Howarth <paul@city-fan.org> - 1.93-1 * Fri May 31 2013 Paul Howarth <paul@city-fan.org> - 1.93-1
- Update to 1.93 - Update to 1.93
- Need at least OpenSSL version 0.9.8 now, since last 0.9.7 was released 6 - Need at least OpenSSL version 0.9.8 now, since last 0.9.7 was released 6

View File

@ -1 +1 @@
19ce0c62b3521fe9e4560255fe2943f1 IO-Socket-SSL-1.93.tar.gz 96f19be345b87f659d945764b058e750 IO-Socket-SSL-1.94.tar.gz