Update to 1.993
- New upstream release 1.993 - Major rewrite of documentation, now in separate file - Rework error handling to distinguish between SSL errors and internal errors (like missing capabilities) - Fix handling of default_ca if given during the run of the program (Debian #750646) - util/analyze-ssl.pl - fix hostname check if SNI does not work
This commit is contained in:
parent
e8dc5a3938
commit
049da7beb6
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.992
|
Version: 1.993
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -79,13 +79,26 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%doc BUGS Changes README docs/ certs/ example/ util/
|
%doc BUGS Changes README docs/ certs/ example/ util/
|
||||||
%{perl_vendorlib}/IO/
|
%dir %{perl_vendorlib}/IO/
|
||||||
|
%dir %{perl_vendorlib}/IO/Socket/
|
||||||
|
%doc %{perl_vendorlib}/IO/Socket/SSL.pod
|
||||||
|
%{perl_vendorlib}/IO/Socket/SSL.pm
|
||||||
|
%{perl_vendorlib}/IO/Socket/SSL/
|
||||||
%{_mandir}/man3/IO::Socket::SSL.3*
|
%{_mandir}/man3/IO::Socket::SSL.3*
|
||||||
%{_mandir}/man3/IO::Socket::SSL::Intercept.3*
|
%{_mandir}/man3/IO::Socket::SSL::Intercept.3*
|
||||||
%{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3*
|
%{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3*
|
||||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 15 2014 Paul Howarth <paul@city-fan.org> - 1.993-1
|
||||||
|
- Update to 1.993
|
||||||
|
- Major rewrite of documentation, now in separate file
|
||||||
|
- Rework error handling to distinguish between SSL errors and internal errors
|
||||||
|
(like missing capabilities)
|
||||||
|
- Fix handling of default_ca if given during the run of the program
|
||||||
|
(Debian #750646)
|
||||||
|
- util/analyze-ssl.pl - fix hostname check if SNI does not work
|
||||||
|
|
||||||
* Tue Jun 10 2014 Paul Howarth <paul@city-fan.org> - 1.992-1
|
* Tue Jun 10 2014 Paul Howarth <paul@city-fan.org> - 1.992-1
|
||||||
- Update to 1.992
|
- Update to 1.992
|
||||||
- Set $! to undef before doing IO (accept, read...); on Windows a connection
|
- Set $! to undef before doing IO (accept, read...); on Windows a connection
|
||||||
|
Loading…
Reference in New Issue
Block a user