Update to 1.80

- New upstream release 1.80
  - Removed some warnings in test (missing SSL_verify_mode => 0), which caused
    tests to hang on Windows (CPAN RT#81493)
This commit is contained in:
Paul Howarth 2012-11-30 12:47:19 +00:00
parent 4b03cab2e5
commit 0c9239ef2c
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 1.79
Version: 1.80
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -65,6 +65,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog
* Fri Nov 30 2012 Paul Howarth <paul@city-fan.org> - 1.80-1
- Update to 1.80
- Removed some warnings in test (missing SSL_verify_mode => 0), which caused
tests to hang on Windows (CPAN RT#81493)
* Sun Nov 25 2012 Paul Howarth <paul@city-fan.org> - 1.79-1
- Update to 1.79
- Use getnameinfo instead of unpack_sockaddr_in6 to get PeerAddr and PeerPort
@ -421,7 +426,7 @@ rm -rf %{buildroot}
- 0.97.
- Convert docs to UTF-8, drop some unuseful ones.
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.96-4
* Fri Apr 8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.96-4
- Rebuilt
* Tue Oct 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-3

View File

@ -1 +1 @@
a8a68e432e02d58a67c3e99742c07f83 IO-Socket-SSL-1.79.tar.gz
cf5aeb949c4d403eb380b8f22a6b19bf IO-Socket-SSL-1.80.tar.gz