--- rpms/perl-CGI-FormMagick/sme9/perl-CGI-FormMagick.spec 2013/01/25 17:43:22 1.2 +++ rpms/perl-CGI-FormMagick/sme9/perl-CGI-FormMagick.spec 2018/10/22 13:50:37 1.4 @@ -1,15 +1,17 @@ -# $Id: perl-CGI-FormMagick.spec,v 1.1 2013/01/25 17:39:33 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 1 +%define release 3 Name: %{name} Version: %{version} Release: %{release}%{?dist} 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 @@ -34,6 +36,8 @@ to generate HTML wizard-like forms. It %prep %setup -q +%patch1 -p1 +%patch2 -p1 %build grep -rsl '^#!.*perl' . | @@ -70,6 +74,12 @@ 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] + * Fri Jan 25 2013 Shad L. Lords 0.93-1 - Roll new stream for sme9