Update to 1.41

- New upstream release 1.41:
  - Fix issue in stop_SSL where it did not issue a shutdown of the SSL
    connection if it first received the shutdown from the other side
  - Try to make t/nonblock.t more reliable, at least report the real cause of
    SSL connection errors
- No longer need to re-code docs to UTF-8
This commit is contained in:
Paul Howarth 2011-05-10 13:07:39 +01:00
parent 5caac13a67
commit 546e8d9068
3 changed files with 11 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/IO-Socket-SSL-1.40.tar.gz
/IO-Socket-SSL-1.41.tar.gz

View File

@ -4,7 +4,7 @@
#
Name: perl-IO-Socket-SSL
Version: 1.40
Version: 1.41
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -30,9 +30,6 @@ mod_perl.
%prep
%setup -q -n IO-Socket-SSL-%{version}
for f in README SSL.pm; do
iconv -f iso-8859-1 -t utf-8 -o $f{.utf8,}; mv $f{.utf8,}
done
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -62,6 +59,14 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog
* Tue May 10 2011 Paul Howarth <paul@city-fan.org> - 1.41-1
- Update to 1.41
- fix issue in stop_SSL where it did not issue a shutdown of the SSL
connection if it first received the shutdown from the other side
- try to make t/nonblock.t more reliable, at least report the real cause of
SSL connection errors
- No longer need to re-code docs to UTF-8
* Mon May 2 2011 Paul Howarth <paul@city-fan.org> - 1.40-1
- Update to 1.40
- fix in example/async_https_server

View File

@ -1 +1 @@
af83e5968b892e857b4333c4309b503d IO-Socket-SSL-1.40.tar.gz
a0d64780820ab20fe61abb45ac82eff2 IO-Socket-SSL-1.41.tar.gz