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:
parent
5caac13a67
commit
546e8d9068
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/IO-Socket-SSL-1.40.tar.gz
|
||||
/IO-Socket-SSL-1.41.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user