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:
parent
1b3e2576a4
commit
16cfe40816
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user