--- rpms/smeserver-php/sme10/smeserver-php.spec 2021/03/08 08:44:09 1.37 +++ rpms/smeserver-php/sme10/smeserver-php.spec 2021/04/22 01:49:35 1.44 @@ -1,5 +1,5 @@ %define version 3.0.0 -%define release 29 +%define release 34 %define name smeserver-php @@ -36,6 +36,10 @@ Patch22: smeserver-php-3.0.0-bz10907-php Patch23: smeserver-php-3.0.0-bz10890-allowphpembdedcode.patch Patch24: smeserver-php-3.0.0-bz11427-timeout.patch Patch25: smeserver-php-3.0.0-bz11411-uniformizePhpProperties.patch +Patch26: smeserver-php-3.0.0-bz11412-phptempsdirs.patch +Patch27: smeserver-php-3.0.0-bz11452-bz5759.patch +Patch28: smeserver-php-3.0.0-bz11422-logging.patch +Patch29: smeserver-php-3.0.0-bz11573.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArch: x86_64 @@ -268,7 +272,11 @@ Manage PHP FPM pools, and switch between %patch22 -p1 %patch23 -p1 %patch24 -p1 -%patch25 -p1 +%patch25 -p1 -F4 +%patch26 -p1 +%patch27 -p1 +%patch28 -p1 +%patch29 -p1 %build perl createlinks @@ -370,9 +378,24 @@ rm -rf $RPM_BUILD_ROOT %preun %changelog -* Mon Mar 08 2021 Jean-Philipe Pialasse 3.0.0-29.sme +* Wed Apr 21 2021 Jean-Philippe Pialasse 3.0.0-34.sme +- fix open_basedir for pool missing /var/lib/php/$ibay/ [SME: 11573] + +* Tue Mar 16 2021 Jean-Philippe Pialasse 3.0.0-33.sme +- clean rsyslog syntax for php [SME: 11422] + +* Tue Mar 16 2021 Jean-Philippe Pialasse 3.0.0-32.sme +- add /usr/share/pear and /usr/share/php to basedir [SME: 5759] +- fix last big differences between module setting and fpm [SME: 11452] + +* Mon Mar 08 2021 Jean-Philipe Pialasse 3.0.0-31.sme +- move from e-smith-ibays handling of temps dirs [SME: 11412] +- improve httpd fragment [SME: 11401] + +* Mon Mar 08 2021 Jean-Philipe Pialasse 3.0.0-30.sme - uniformize php related properties between ibays and php [SME: 11411] tidy fragments for php-fpm and ibays +- revert patch for timeouts [SME: 11427] * Mon Mar 08 2021 Jean-Philipe Pialasse 3.0.0-28.sme - filter non existing php script [SME: 10907]