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:
parent
4b03cab2e5
commit
0c9239ef2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user