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:
Paul Howarth 2012-02-22 21:21:43 +00:00
parent 4ac798649d
commit fa689fe3b8
2 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
d8196a120f889a23481416c4af058965 IO-Socket-SSL-1.55.tar.gz
ecd27ecdae9b39bdf0dc252be9f8023b IO-Socket-SSL-1.56.tar.gz