Update to 20170521
- New upstream release 20170521 - Includes fix for CVE-2016-10374: Uses current working directory without symlink-attack protection - See CHANGES for details of other bug fixes and enhancements - Simplify find command using -delete
This commit is contained in:
parent
455f26b803
commit
efe86df1b5
3
.rpmlint
Normal file
3
.rpmlint
Normal file
@ -0,0 +1,3 @@
|
||||
from Config import *
|
||||
|
||||
addFilter("spelling-error %description -l en_US Perltidy -> ")
|
@ -1,6 +1,6 @@
|
||||
Name: perltidy
|
||||
Version: 20160302
|
||||
Release: 3%{?dist}
|
||||
Version: 20170521
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for indenting and re-formatting Perl scripts
|
||||
License: GPLv2+
|
||||
URL: http://perltidy.sourceforge.net/
|
||||
@ -67,8 +67,8 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
%{_fixperms} %{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -86,6 +86,13 @@ make test
|
||||
%{_mandir}/man3/Perl::Tidy.3*
|
||||
|
||||
%changelog
|
||||
* Mon May 22 2017 Paul Howarth <paul@city-fan.org> - 20170521-1
|
||||
- Update to 20170521
|
||||
- Includes fix for CVE-2016-10374: Uses current working directory without
|
||||
symlink-attack protection
|
||||
- See CHANGES for details of other bug fixes and enhancements
|
||||
- Simplify find command using -delete
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20160302-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user