/[smecontribs]/rpms/smeserver-webhosting/contribs10/smeserver-webhosting-0.0.9-bz11077-bis.patch
ViewVC logotype

Contents of /rpms/smeserver-webhosting/contribs10/smeserver-webhosting-0.0.9-bz11077-bis.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Mar 16 06:05:48 2021 UTC (3 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: smeserver-webhosting-0_0_9-15_el7_sme, smeserver-webhosting-0_0_9-13_el7_sme, smeserver-webhosting-0_0_9-14_el7_sme, smeserver-webhosting-0_0_9-17_el7_sme, smeserver-webhosting-0_0_9-12_el7_sme, smeserver-webhosting-0_0_9-18_el7_sme, smeserver-webhosting-0_0_9-16_el7_sme, smeserver-webhosting-0_0_9-11_el7_sme, HEAD
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-11.sme
-  require smeserver-php >= 3.0.0-31 [SME: 11077]

1 diff -Nur --no-dereference smeserver-webhosting-0.0.9.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm smeserver-webhosting-0.0.9/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm
2 --- smeserver-webhosting-0.0.9.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm 2021-03-16 00:25:52.159000000 -0400
3 +++ smeserver-webhosting-0.0.9/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm 2021-03-16 02:02:22.517000000 -0400
4 @@ -32,7 +32,7 @@
5 validate_up_post
6 );
7
8 -our $VERSION = sprintf '%d.%03d', q$Revision: 1.8 $ =~ /: (\d+).(\d+)/;
9 +our $VERSION = sprintf '%d.%03d', q$Revision: 1.9 $ =~ /: (\d+).(\d+)/;
10
11 our $accountdb = esmith::AccountsDB->open();
12 our $configdb = esmith::ConfigDB->open();
13 @@ -72,7 +72,7 @@
14 our %binary = ('disabled' => 'DISABLED', 'enabled' => 'ENABLED');
15 our %timehash = ( '60' => 'T001m', '120' => 'T002m', '180' => 'T003m', '240' => 'T004m', '300' => 'T005m',
16 '360' => 'T006m', '420' => 'T007m', '480' => 'T008m', '540' => 'T009m', '600' => 'T010m', '900' => 'T015m',
17 - '1800' => 'T030m', '2700' => 'T045m', '3600' => 'T060m', '7200' => 'T120m', 'unlimited' => 'UNLIMITED');
18 + '1800' => 'T030m', '2700' => 'T045m', '3600' => 'T060m', '7200' => 'T120m', '0' => 'UNLIMITED');
19 our %optionsproperties =(
20 MemoryLimit => {'64M' => 'M0064MB', '128M' => 'M0128MB',
21 '256M' => 'M0256MB', '512M' => 'M0512MB', '768M' => 'M0768MB','1024M' => 'M1024MB'},
22 @@ -283,7 +283,7 @@
23 $q->param(-name=>'postmaxsize',-value=>
24 (get_current_value($self,'PostMaxSize')));
25 $q->param(-name=>'maxexecutiontime',-value=>
26 - (get_current_value($self,'MaxExecTime')));
27 + (get_current_value($self,'MaxExecutionTime')));
28 $q->param(-name=>'maxinputtime',-value=>
29 (get_current_value($self,'MaxInputTime')));
30 $q->param(-name=>'fileupload',-value=>

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed