Update to 2.025

- New upstream release 2.025
  - Resolved memleak if SSL_crl_file was used (CPAN RT#113257, CPAN RT#113530)
- Simplify find command using -delete
This commit is contained in:
Paul Howarth 2016-04-04 14:47:57 +01:00
parent 1b3e2576a4
commit 16cfe40816
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 2.024
Version: 2.025
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -93,7 +93,7 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot}
%check
@ -115,6 +115,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
%changelog
* Mon Apr 4 2016 Paul Howarth <paul@city-fan.org> - 2.025-1
- Update to 2.025
- Resolved memleak if SSL_crl_file was used (CPAN RT#113257, CPAN RT#113530)
- Simplify find command using -delete
* Sun Feb 7 2016 Paul Howarth <paul@city-fan.org> - 2.024-1
- Update to 2.024
- Work around issue where the connect fails on systems having only a loopback

View File

@ -1 +1 @@
9d1be9159475fe67afa5f2e238808086 IO-Socket-SSL-2.024.tar.gz
675664fbe0a48b5844f916761323b5ce IO-Socket-SSL-2.025.tar.gz