Update to 1.56
- New upstream release 1.56 - Add automatic or explicit (via SSL_hostname) SNI support, needed for multiple SSL hostnames with the same IP (currently only supported for the client) - Use DESTDIR rather than PERL_INSTALL_ROOT - No need to delete empty directories from buildroot
This commit is contained in:
parent
4ac798649d
commit
fa689fe3b8
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.55
|
||||
Version: 1.56
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -37,9 +37,8 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -59,6 +58,14 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 22 2012 Paul Howarth <paul@city-fan.org> - 1.56-1
|
||||
- Update to 1.56
|
||||
- add automatic or explicit (via SSL_hostname) SNI support, needed for
|
||||
multiple SSL hostnames with the same IP (currently only supported for the
|
||||
client)
|
||||
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
||||
- No need to delete empty directories from buildroot
|
||||
|
||||
* Mon Feb 20 2012 Paul Howarth <paul@city-fan.org> - 1.55-1
|
||||
- Update to 1.55
|
||||
- work around IO::Socket's work around for systems returning EISCONN etc. on
|
||||
|
Loading…
Reference in New Issue
Block a user