1 |
%define version 3.0.0 |
%define version 3.0.0 |
2 |
%define release 27 |
%define release 28 |
3 |
%define name smeserver-php |
%define name smeserver-php |
4 |
|
|
5 |
|
|
32 |
Patch19: smeserver-php-3.0.0-bz11410-sendmail.patch |
Patch19: smeserver-php-3.0.0-bz11410-sendmail.patch |
33 |
Patch20: smeserver-php-3.0.0-bz11413-php-perl-module.patch |
Patch20: smeserver-php-3.0.0-bz11413-php-perl-module.patch |
34 |
Patch21: smeserver-php-3.0.0-bz11401-empty-property-not-honored.patch |
Patch21: smeserver-php-3.0.0-bz11401-empty-property-not-honored.patch |
35 |
|
Patch22: smeserver-php-3.0.0-bz10907-phpfile-exist.patch |
36 |
|
Patch23: smeserver-php-3.0.0-bz10890-allowphpembdedcode.patch |
37 |
|
|
38 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
39 |
BuildArch: x86_64 |
BuildArch: x86_64 |
263 |
%patch19 -p1 |
%patch19 -p1 |
264 |
%patch20 -p1 |
%patch20 -p1 |
265 |
%patch21 -p1 |
%patch21 -p1 |
266 |
|
%patch22 -p1 |
267 |
|
%patch23 -p1 |
268 |
|
|
269 |
%build |
%build |
270 |
perl createlinks |
perl createlinks |
366 |
%preun |
%preun |
367 |
|
|
368 |
%changelog |
%changelog |
369 |
|
* Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-28.sme |
370 |
|
- filter non existing php script [SME: 10907] |
371 |
|
- allow php embded files per ibay using AllowPHTML [SME: 10890] |
372 |
|
|
373 |
* Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-27.sme |
* Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-27.sme |
374 |
- String not honoured as php-fpm but as default [SME: 11401] |
- String not honoured as php-fpm but as default [SME: 11401] |
375 |
|
|