--- rpms/perl-CGI-FormMagick/sme9/perl-CGI-FormMagick.spec 2013/03/17 02:08:54 1.3 +++ rpms/perl-CGI-FormMagick/sme9/perl-CGI-FormMagick.spec 2018/10/22 13:50:37 1.4 @@ -1,9 +1,9 @@ -# $Id: perl-CGI-FormMagick.spec,v 1.2 2013/01/25 17:43:22 slords Exp $ +# $Id: perl-CGI-FormMagick.spec,v 1.3 2013/03/17 02:08:54 wellsi Exp $ Summary: CGI-FormMagick module for perl %define name perl-CGI-FormMagick %define version 0.93 -%define release 2 +%define release 3 Name: %{name} Version: %{version} Release: %{release}%{?dist} @@ -11,6 +11,7 @@ License: distributable Group: Applications/CPAN Source0: %{name}-%{version}.tar.xz Patch1: perl-CGI-FormMagick-0.93-Starter-WebPage-Error.patch +Patch2: perl-CGI-FormMagick-0.93-csrf.patch Url: http://www.cpan.org BuildRoot: /var/tmp/perl-CGI-FormMagick-buildroot/ BuildArchitectures: noarch @@ -36,6 +37,7 @@ to generate HTML wizard-like forms. It %prep %setup -q %patch1 -p1 +%patch2 -p1 %build grep -rsl '^#!.*perl' . | @@ -72,6 +74,9 @@ find $RPM_BUILD_ROOT/usr -type f -print %defattr(-,root,root) %changelog +* Mon Oct 22 2018 John Crisp 0.93-3.sme +- add CSRF patch [SME:10626] - thank you to Daniel Berteaud + * Sat Mar 16 2013 Terry Fage 0.93-2 - Remove log noise from Create starter web site panel [SME: 7496]