--- rpms/e-smith-formmagick/sme10/e-smith-formmagick.spec 2019/01/27 05:53:46 1.2 +++ rpms/e-smith-formmagick/sme10/e-smith-formmagick.spec 2021/03/06 05:54:03 1.5 @@ -1,16 +1,18 @@ -# $Id: e-smith-formmagick.spec,v 1.1 2016/02/05 23:01:22 stephdl Exp $ +# $Id: e-smith-formmagick.spec,v 1.4 2021/01/06 03:41:20 jpp Exp $ Summary: e-smith-formmagick Perl modules for web manager i18n %define name e-smith-formmagick Name: %{name} %define version 2.6.0 -%define release 2 +%define release 5 Version: %{version} Release: %{release}%{?dist} License: Artistic Group: Applications/CPAN Source0: %{name}-%{version}.tar.xz Patch0: smeserver-e-smith-formmagick-csrf.patch +Patch1: e-smith-formmagick-2.6.0-bz10902-csrf-timeout.patch + BuildRoot: /var/tmp/%{name}-{%version}-%{release}-buildroot/ Requires: perl-CGI-FormMagick >= 0.92-16.el4.sme Requires: perl(WWW::Automate) >= 0.20 @@ -21,8 +23,19 @@ BuildRequires: e-smith-devtools >= 1.6.6 BuildArchitectures: noarch %changelog +* Sat Mar 06 2021 Jean-Philipe Pialasse 2.6.0-5.sme +- increase CSRF timeout from 120s to 180s [SME: 10902] + added property httpd-admin{csrfTimeout} in second to override + added hability to ovarride the Timeout from panel to panel + +* Tue Jan 05 2021 Jean-Philipe Pialasse 2.6.0-4.sme +- add update event [SME: 11136] + +* Sun Jan 27 2019 Jean-Philipe Pialasse 2.6.0-3.sme +- add locale for CSRF [SME: 10626] + * Sun Jan 27 2019 Jean-Philipe Pialasse 2.6.0-2.sme -- add CSRF patch [SME:10626] - thank you to Daniel Berteaud +- add CSRF patch [SME: 10626] - thank you to Daniel Berteaud * Sat Feb 06 2016 stephane de Labrusse 2.6.0-1.sme - Initial release to sme10 @@ -521,6 +534,8 @@ convenience functions used to create SME %prep %setup -q -n %{name}-%{version} %patch0 -p1 +mkdir -p root/etc/e-smith/events/%{name}-update +%patch1 -p1 %build # build the test suite from embedded tests