1 |
jpp |
1.1 |
%define version 3.0.0 |
2 |
jpp |
1.51 |
%define release 41 |
3 |
jpp |
1.1 |
%define name smeserver-php |
4 |
|
|
|
5 |
|
|
|
6 |
|
|
Summary: PHP FPM pools and more on SME Server |
7 |
|
|
Name: %{name} |
8 |
|
|
Version: %{version} |
9 |
|
|
Release: %{release}%{?dist} |
10 |
|
|
License: MIT |
11 |
|
|
Group: Applications/System |
12 |
|
|
Source: %{name}-%{version}.tar.gz |
13 |
jpp |
1.3 |
Patch0: smeserver-php-fpm-0.1.1-bz10871-ibay-php-fpm.patch |
14 |
jpp |
1.4 |
Patch1: smeserver-php-fpm-0.1.1-bz10871-bz10335-fix1.patch |
15 |
|
|
Patch2: smeserver-php-fpm-0.1.1-bz10879-php-fpm_syslog.patch |
16 |
|
|
Patch3: smeserver-php-fpm-0.1.1-bz10877-pool-logs.patch |
17 |
jpp |
1.5 |
Patch4: smeserver-php-3.0.0-bz10888-sys_temp_dir.patch |
18 |
|
|
Patch5: smeserver-php-fpm-0.1.1-bz0335-fix2.patch |
19 |
jpp |
1.9 |
Patch6: smeserver-php-fpm-0.1.1-bz10335-fix3-systemd-units.patch |
20 |
jpp |
1.8 |
Patch7: smeserver-php-3.0.0-bz10891-php.ini-allversions.patch |
21 |
jpp |
1.9 |
Patch8: smeserver-php-3.0.0-bz10904-pass-auth-token-to-fpm.patch |
22 |
jpp |
1.12 |
Patch9: smeserver-php-3.0.0-bz8787-phpmail.patch |
23 |
jpp |
1.16 |
Patch10: smeserver-php-3.0.0-bz11014.sme-server.target.patch |
24 |
jpp |
1.17 |
Patch11: smeserver-php-3.0.0-bz11087-webapps.patch |
25 |
jpp |
1.18 |
Patch12: smeserver-php-3.0.0-bz11092.typo-upload.patch |
26 |
jpp |
1.19 |
Patch13: smeserver-php-3.0.0-bz11173-bz11015-logging.patch |
27 |
jcrisp |
1.22 |
Patch14: smeserver-php-3.0.0-bz11267-ibay-php-version.patch |
28 |
jcrisp |
1.23 |
Patch15: smeserver-php-3.0.0-bz11287-fix-event-links.patch |
29 |
jpp |
1.26 |
Patch16: smeserver-php-3.0.0-bz11325-logging.patch |
30 |
jpp |
1.27 |
Patch17: smeserver-php-3.0.0-bz11287-pooldir.patch |
31 |
jpp |
1.28 |
Patch18: smeserver-php-3.0.0-bz11295-addphp80.patch |
32 |
jpp |
1.31 |
Patch19: smeserver-php-3.0.0-bz11410-sendmail.patch |
33 |
jpp |
1.32 |
Patch20: smeserver-php-3.0.0-bz11413-php-perl-module.patch |
34 |
jpp |
1.33 |
Patch21: smeserver-php-3.0.0-bz11401-empty-property-not-honored.patch |
35 |
jpp |
1.34 |
Patch22: smeserver-php-3.0.0-bz10907-phpfile-exist.patch |
36 |
jpp |
1.35 |
Patch23: smeserver-php-3.0.0-bz10890-allowphpembdedcode.patch |
37 |
jpp |
1.36 |
Patch24: smeserver-php-3.0.0-bz11427-timeout.patch |
38 |
jpp |
1.37 |
Patch25: smeserver-php-3.0.0-bz11411-uniformizePhpProperties.patch |
39 |
jpp |
1.40 |
Patch26: smeserver-php-3.0.0-bz11412-phptempsdirs.patch |
40 |
jpp |
1.42 |
Patch27: smeserver-php-3.0.0-bz11452-bz5759.patch |
41 |
jpp |
1.43 |
Patch28: smeserver-php-3.0.0-bz11422-logging.patch |
42 |
jpp |
1.44 |
Patch29: smeserver-php-3.0.0-bz11573.patch |
43 |
jpp |
1.48 |
Patch30: smeserver-php-3.0.0-bz8077-bz11666.patch |
44 |
jcrisp |
1.50 |
Patch31: smeserver-php-3.0.0-bz11666-error_reporting.patch |
45 |
jpp |
1.51 |
Patch32: smeserver-php-3.0.0-bz11717-addphp81.patch |
46 |
jpp |
1.1 |
|
47 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
48 |
|
|
BuildArch: x86_64 |
49 |
|
|
BuildRequires: e-smith-devtools |
50 |
|
|
|
51 |
|
|
Requires: e-smith-base >= 5.6.0 |
52 |
|
|
Provides: e-smith-php = %{version}-%{release} |
53 |
|
|
Obsoletes: e-smith-php < %{version} |
54 |
jpp |
1.17 |
Provides: smeserver-webapps-common |
55 |
jpp |
1.31 |
Provides: php(language) = 8.0 |
56 |
|
|
Provides: php(language) = 7.4 |
57 |
|
|
Provides: php(language) = 7.3 |
58 |
|
|
Provides: php(language) = 7.2 |
59 |
|
|
Provides: php(language) = 7.1 |
60 |
|
|
Provides: php(language) = 7.0 |
61 |
jpp |
1.1 |
Requires: tmpwatch |
62 |
|
|
Requires: logrotate |
63 |
|
|
|
64 |
|
|
# Stock PHP |
65 |
|
|
Requires: php-cli |
66 |
|
|
Requires: php-ldap |
67 |
|
|
Requires: php-imap |
68 |
|
|
Requires: php-gd |
69 |
|
|
Requires: php-xml |
70 |
|
|
Requires: php-xmlrpc |
71 |
|
|
Requires: php-soap |
72 |
|
|
Requires: php-opcache |
73 |
|
|
Requires: php-fpm |
74 |
|
|
Requires: php-mbstring |
75 |
|
|
Requires: php-mysql |
76 |
|
|
Requires: php-json |
77 |
|
|
Requires: php-bcmath |
78 |
|
|
Requires: php-intl |
79 |
|
|
Requires: php-mcrypt |
80 |
|
|
Requires: php-pear |
81 |
|
|
Requires: php-process |
82 |
|
|
Requires: php-snmp |
83 |
|
|
|
84 |
|
|
|
85 |
|
|
# PHP 5.5 |
86 |
|
|
Requires: php55-php-cli |
87 |
|
|
Requires: php55-php-ldap |
88 |
|
|
Requires: php55-php-imap |
89 |
|
|
Requires: php55-php-gd |
90 |
|
|
Requires: php55-php-xml |
91 |
|
|
Requires: php55-php-xmlrpc |
92 |
|
|
Requires: php55-php-soap |
93 |
|
|
Requires: php55-php-opcache |
94 |
|
|
Requires: php55-php-fpm |
95 |
|
|
Requires: php55-php-mbstring |
96 |
|
|
Requires: php55-php-mysql |
97 |
|
|
Requires: php55-php-json |
98 |
|
|
Requires: php55-php-bcmath |
99 |
|
|
Requires: php55-php-intl |
100 |
|
|
Requires: php55-php-mcrypt |
101 |
|
|
Requires: php55-php-pear |
102 |
|
|
Requires: php55-php-process |
103 |
|
|
Requires: php55-php-snmp |
104 |
|
|
Requires: php55-php, php55-php-enchant , php55-php-pdo php55-php-tidy , php55-php-mysqlnd php55-php-pecl-zip |
105 |
|
|
|
106 |
|
|
# PHP 5.6 |
107 |
|
|
Requires: php56-php-cli |
108 |
|
|
Requires: php56-php-ldap |
109 |
|
|
Requires: php56-php-imap |
110 |
|
|
Requires: php56-php-gd |
111 |
|
|
Requires: php56-php-xml |
112 |
|
|
Requires: php56-php-xmlrpc |
113 |
|
|
Requires: php56-php-soap |
114 |
|
|
Requires: php56-php-opcache |
115 |
|
|
Requires: php56-php-fpm |
116 |
|
|
Requires: php56-php-mbstring |
117 |
|
|
Requires: php56-php-mysql |
118 |
|
|
Requires: php56-php-json |
119 |
|
|
Requires: php56-php-bcmath |
120 |
|
|
Requires: php56-php-intl |
121 |
|
|
Requires: php56-php-mcrypt |
122 |
|
|
Requires: php56-php-pear |
123 |
|
|
Requires: php56-php-process |
124 |
|
|
Requires: php56-php-snmp |
125 |
|
|
Requires: php56-php, php56-php-enchant , php56-php-pdo php56-php-tidy , php56-php-mysqlnd php56-php-pecl-zip |
126 |
|
|
|
127 |
|
|
# PHP 7.0 |
128 |
|
|
Requires: php70-php-cli |
129 |
|
|
Requires: php70-php-ldap |
130 |
|
|
Requires: php70-php-imap |
131 |
|
|
Requires: php70-php-gd |
132 |
|
|
Requires: php70-php-xml |
133 |
|
|
Requires: php70-php-xmlrpc |
134 |
|
|
Requires: php70-php-soap |
135 |
|
|
Requires: php70-php-opcache |
136 |
|
|
Requires: php70-php-fpm |
137 |
|
|
Requires: php70-php-mbstring |
138 |
|
|
Requires: php70-php-mysql |
139 |
|
|
Requires: php70-php-json |
140 |
|
|
Requires: php70-php-bcmath |
141 |
|
|
Requires: php70-php-intl |
142 |
|
|
Requires: php70-php-mcrypt |
143 |
|
|
Requires: php70-php-pear |
144 |
|
|
Requires: php70-php-process |
145 |
|
|
Requires: php70-php-snmp |
146 |
|
|
Requires: php70-php, php70-php-enchant , php70-php-pdo php70-php-tidy , php70-php-mysqlnd php70-php-pecl-zip |
147 |
|
|
|
148 |
|
|
# PHP 7.1 |
149 |
|
|
Requires: php71-php-cli |
150 |
|
|
Requires: php71-php-ldap |
151 |
|
|
Requires: php71-php-imap |
152 |
|
|
Requires: php71-php-gd |
153 |
|
|
Requires: php71-php-xml |
154 |
|
|
Requires: php71-php-xmlrpc |
155 |
|
|
Requires: php71-php-soap |
156 |
|
|
Requires: php71-php-opcache |
157 |
|
|
Requires: php71-php-fpm |
158 |
|
|
Requires: php71-php-mbstring |
159 |
|
|
Requires: php71-php-mysql |
160 |
|
|
Requires: php71-php-json |
161 |
|
|
Requires: php71-php-bcmath |
162 |
|
|
Requires: php71-php-intl |
163 |
|
|
Requires: php71-php-mcrypt |
164 |
|
|
Requires: php71-php-pear |
165 |
|
|
Requires: php71-php-process |
166 |
|
|
Requires: php71-php-snmp |
167 |
|
|
Requires: php71-php, php71-php-enchant , php71-php-pdo php71-php-tidy , php71-php-mysqlnd php71-php-pecl-zip |
168 |
|
|
|
169 |
|
|
# PHP 7.2 |
170 |
|
|
Requires: php72-php-cli |
171 |
|
|
Requires: php72-php-ldap |
172 |
|
|
Requires: php72-php-imap |
173 |
|
|
Requires: php72-php-gd |
174 |
|
|
Requires: php72-php-xml |
175 |
|
|
Requires: php72-php-xmlrpc |
176 |
|
|
Requires: php72-php-soap |
177 |
|
|
Requires: php72-php-opcache |
178 |
|
|
Requires: php72-php-fpm |
179 |
|
|
Requires: php72-php-mbstring |
180 |
|
|
Requires: php72-php-mysql |
181 |
|
|
Requires: php72-php-json |
182 |
|
|
Requires: php72-php-bcmath |
183 |
|
|
Requires: php72-php-intl |
184 |
|
|
Requires: php72-php-mcrypt |
185 |
|
|
Requires: php72-php-pear |
186 |
|
|
Requires: php72-php-process |
187 |
|
|
Requires: php72-php-snmp |
188 |
|
|
Requires: php72-php, php72-php-enchant , php72-php-pdo php72-php-tidy , php72-php-mysqlnd php72-php-pecl-zip |
189 |
|
|
|
190 |
|
|
# PHP 7.3 |
191 |
|
|
Requires: php73-php-cli |
192 |
|
|
Requires: php73-php-ldap |
193 |
|
|
Requires: php73-php-imap |
194 |
|
|
Requires: php73-php-gd |
195 |
|
|
Requires: php73-php-xml |
196 |
|
|
Requires: php73-php-xmlrpc |
197 |
|
|
Requires: php73-php-soap |
198 |
|
|
Requires: php73-php-opcache |
199 |
|
|
Requires: php73-php-fpm |
200 |
|
|
Requires: php73-php-mbstring |
201 |
|
|
Requires: php73-php-mysql |
202 |
|
|
Requires: php73-php-json |
203 |
|
|
Requires: php73-php-bcmath |
204 |
|
|
Requires: php73-php-intl |
205 |
|
|
Requires: php73-php-pear |
206 |
|
|
Requires: php73-php-process |
207 |
|
|
Requires: php73-php-snmp |
208 |
|
|
Requires: php73-php, php73-php-enchant , php73-php-pdo php73-php-tidy , php73-php-mysqlnd php73-php-pecl-zip |
209 |
|
|
|
210 |
|
|
# PHP 7.4 |
211 |
|
|
Requires: php74-php-cli |
212 |
|
|
Requires: php74-php-ldap |
213 |
|
|
Requires: php74-php-imap |
214 |
|
|
Requires: php74-php-gd |
215 |
|
|
Requires: php74-php-xml |
216 |
|
|
Requires: php74-php-xmlrpc |
217 |
|
|
Requires: php74-php-soap |
218 |
|
|
Requires: php74-php-opcache |
219 |
|
|
Requires: php74-php-fpm |
220 |
|
|
Requires: php74-php-mbstring |
221 |
|
|
Requires: php74-php-json |
222 |
|
|
Requires: php74-php-bcmath |
223 |
|
|
Requires: php74-php-intl |
224 |
|
|
Requires: php74-php-pear |
225 |
|
|
Requires: php74-php-process |
226 |
|
|
Requires: php74-php-snmp |
227 |
|
|
Requires: php74-php, php74-php-enchant , php74-php-pdo php74-php-tidy , php74-php-mysqlnd php74-php-pecl-zip |
228 |
|
|
|
229 |
jpp |
1.28 |
# PHP 8.0 |
230 |
|
|
Requires: php80-php-cli |
231 |
|
|
Requires: php80-php-ldap |
232 |
|
|
Requires: php80-php-imap |
233 |
|
|
Requires: php80-php-gd |
234 |
|
|
Requires: php80-php-xml |
235 |
|
|
Requires: php80-php-xmlrpc |
236 |
|
|
Requires: php80-php-soap |
237 |
|
|
Requires: php80-php-opcache |
238 |
|
|
Requires: php80-php-fpm |
239 |
|
|
Requires: php80-php-mbstring |
240 |
|
|
Requires: php80-php-json |
241 |
|
|
Requires: php80-php-bcmath |
242 |
|
|
Requires: php80-php-intl |
243 |
|
|
Requires: php80-php-pear |
244 |
|
|
Requires: php80-php-process |
245 |
|
|
Requires: php80-php-snmp |
246 |
|
|
Requires: php80-php, php80-php-enchant , php80-php-pdo php80-php-tidy , php80-php-mysqlnd php80-php-pecl-zip |
247 |
|
|
|
248 |
jpp |
1.51 |
# PHP 8.1 |
249 |
|
|
Requires: php81-php-cli |
250 |
|
|
Requires: php81-php-ldap |
251 |
|
|
Requires: php81-php-imap |
252 |
|
|
Requires: php81-php-gd |
253 |
|
|
Requires: php81-php-xml |
254 |
|
|
Requires: php81-php-xmlrpc |
255 |
|
|
Requires: php81-php-soap |
256 |
|
|
Requires: php81-php-opcache |
257 |
|
|
Requires: php81-php-fpm |
258 |
|
|
Requires: php81-php-mbstring |
259 |
|
|
Requires: php81-php-json |
260 |
|
|
Requires: php81-php-bcmath |
261 |
|
|
Requires: php81-php-intl |
262 |
|
|
Requires: php81-php-pear |
263 |
|
|
Requires: php81-php-process |
264 |
|
|
Requires: php81-php-snmp |
265 |
|
|
Requires: php81-php, php81-php-enchant , php81-php-pdo php81-php-tidy , php81-php-mysqlnd php81-php-pecl-zip |
266 |
|
|
|
267 |
jpp |
1.1 |
%description |
268 |
|
|
Manage PHP FPM pools, and switch between PHP versions easily |
269 |
|
|
|
270 |
|
|
%prep |
271 |
|
|
%setup -q -n %{name}-%{version} |
272 |
jpp |
1.3 |
%patch0 -p1 |
273 |
jpp |
1.4 |
%patch1 -p1 |
274 |
|
|
%patch2 -p1 |
275 |
|
|
%patch3 -p1 |
276 |
jpp |
1.5 |
%patch4 -p1 |
277 |
|
|
%patch5 -p1 |
278 |
jpp |
1.7 |
%patch6 -p1 |
279 |
jpp |
1.8 |
%patch7 -p1 |
280 |
jpp |
1.9 |
%patch8 -p1 |
281 |
jpp |
1.12 |
%patch9 -p1 |
282 |
jpp |
1.16 |
%patch10 -p1 |
283 |
jpp |
1.17 |
%patch11 -p1 |
284 |
jpp |
1.18 |
%patch12 -p1 |
285 |
jpp |
1.19 |
%patch13 -p1 |
286 |
jcrisp |
1.22 |
%patch14 -p1 |
287 |
jcrisp |
1.23 |
%patch15 -p1 |
288 |
jpp |
1.26 |
%patch16 -p1 |
289 |
jpp |
1.27 |
%patch17 -p1 |
290 |
jpp |
1.28 |
%patch18 -p1 |
291 |
jpp |
1.31 |
%patch19 -p1 |
292 |
jpp |
1.32 |
%patch20 -p1 |
293 |
jpp |
1.33 |
%patch21 -p1 |
294 |
jpp |
1.34 |
%patch22 -p1 |
295 |
jpp |
1.35 |
%patch23 -p1 |
296 |
jpp |
1.36 |
%patch24 -p1 |
297 |
jpp |
1.39 |
%patch25 -p1 -F4 |
298 |
jpp |
1.40 |
%patch26 -p1 |
299 |
jpp |
1.42 |
%patch27 -p1 |
300 |
jpp |
1.43 |
%patch28 -p1 |
301 |
jpp |
1.44 |
%patch29 -p1 |
302 |
jpp |
1.48 |
%patch30 -p1 |
303 |
jcrisp |
1.50 |
%patch31 -p1 |
304 |
jpp |
1.51 |
%patch32 -p1 |
305 |
jpp |
1.1 |
|
306 |
|
|
%build |
307 |
|
|
perl createlinks |
308 |
|
|
%{__mkdir_p} root/var/www/php-cgi-bin/ |
309 |
|
|
%{__mkdir_p} root/var/log/php/php/ |
310 |
|
|
%{__mkdir_p} root/var/lib/php/php/{session,tmp,opcache,wsdlcache} |
311 |
|
|
#create service configuration for SME Seerver |
312 |
|
|
#%{__mkdir_p} root/%{_unitdir}/php-fpm.service.d/ |
313 |
|
|
#echo '' > root/%{_unitdir}/php-fpm.service.d/php-fpm.conf |
314 |
|
|
#enable by default |
315 |
jpp |
1.26 |
#%{__mkdir_p} root/%{_presetdir} |
316 |
|
|
#echo 'enable php-fpm.service' >root/%{_presetdir}/80-koozali-php.preset |
317 |
jpp |
1.1 |
|
318 |
jpp |
1.24 |
#drop in systemd file |
319 |
|
|
%{__mkdir_p} root/usr/lib/systemd/system/php-fpm.service.d |
320 |
jpp |
1.25 |
echo "[Install]" > root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf |
321 |
|
|
echo "WantedBy=sme-server.target" > root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf |
322 |
jpp |
1.24 |
|
323 |
jpp |
1.19 |
%{__mkdir_p} root/etc/e-smith/templates.metadata/etc/logrotate.d/ |
324 |
jpp |
1.51 |
for phpver in "55" "56" "70" "71" "72" "73" "74" "80" "81"; do |
325 |
jpp |
1.1 |
#needed folder |
326 |
|
|
%{__mkdir_p} root/var/log/php/php$phpver/ |
327 |
|
|
%{__mkdir_p} root/var/lib/php/php$phpver/{session,tmp,opcache,wsdlcache} |
328 |
|
|
|
329 |
|
|
#db configuration |
330 |
|
|
%{__mkdir_p} root/etc/e-smith/db/configuration/defaults/php$phpver-php-fpm |
331 |
jpp |
1.52 |
%{__mkdir_p} root/etc/e-smith/db/configuration/defaults/php$phpver |
332 |
jpp |
1.1 |
echo 'enabled' > root/etc/e-smith/db/configuration/defaults/php$phpver-php-fpm/status |
333 |
|
|
echo 'service'> root/etc/e-smith/db/configuration/defaults/php$phpver-php-fpm/type |
334 |
|
|
|
335 |
jpp |
1.51 |
echo 'configuration'> root/etc/e-smith/db/configuration/defaults/php$phpver/type |
336 |
|
|
echo 'Off'> root/etc/e-smith/db/configuration/defaults/php$phpver/AllowUrlFopen |
337 |
jpp |
1.1 |
|
338 |
jpp |
1.19 |
#logrotate templates |
339 |
|
|
echo 'TEMPLATE_PATH="/etc/logrotate.d/php-fpm" |
340 |
|
|
MORE_DATA={ PHP_VERSION => '$phpver'}' > root/etc/e-smith/templates.metadata/etc/logrotate.d/php$phpver-php-fpm |
341 |
|
|
|
342 |
jpp |
1.24 |
#drop in systemd file |
343 |
|
|
%{__mkdir_p} root/usr/lib/systemd/system/php$phpver-php-fpm.service.d |
344 |
|
|
echo "[Install]" > root/usr/lib/systemd/system/php$phpver-php-fpm.service.d/51koozali.conf |
345 |
jpp |
1.45 |
echo "WantedBy=sme-server.target" >> root/usr/lib/systemd/system/php$phpver-php-fpm.service.d/51koozali.conf |
346 |
jpp |
1.24 |
|
347 |
jpp |
1.1 |
done |
348 |
|
|
|
349 |
|
|
#to add a new php version |
350 |
|
|
#php5* |
351 |
|
|
for phpver in "55" ; do |
352 |
|
|
#cp php56 metadata |
353 |
jpp |
1.11 |
mkdir -p root/etc/e-smith/templates.metadata/opt/remi/php$phpver |
354 |
|
|
cp -a root/etc/e-smith/templates.metadata/opt/remi/php56/* root/etc/e-smith/templates.metadata/opt/remi/php$phpver |
355 |
jpp |
1.1 |
#sed inplace |
356 |
|
|
find root/etc/e-smith/templates.metadata/opt/remi/php$phpver -type f -print0 | xargs -0 sed -i 's/56/'$phpver'/g' |
357 |
|
|
done |
358 |
|
|
|
359 |
|
|
# php7* |
360 |
jpp |
1.51 |
for phpver in "72" "73" "74" "80" "81"; do |
361 |
jpp |
1.1 |
#cp ph70 metada |
362 |
jpp |
1.11 |
mkdir -p root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/ |
363 |
|
|
cp -a root/etc/e-smith/templates.metadata/etc/opt/remi/php70/* root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/ |
364 |
jpp |
1.1 |
#sed inplace |
365 |
|
|
find root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver -type f -print0 | xargs -0 sed -i 's/70/'$phpver'/g' |
366 |
|
|
done |
367 |
|
|
|
368 |
|
|
# then patch the following files |
369 |
jpp |
1.51 |
### TODO |
370 |
|
|
### fix those files so we do not have to patch them, but generate them or sed them to change a known WORDTODOGENERIC |
371 |
|
|
#smeserver-php-3.0.0/createlinks |
372 |
|
|
#smeserver-php-3.0.0/root/etc/e-smith/templates/etc/cron.daily/tmpwatch-php-fpm/10Defaults |
373 |
|
|
#smeserver-php-3.0.0/root/etc/e-smith/templates/etc/logrotate.d/php-fpm/php-fpm |
374 |
|
|
#smeserver-php-3.0.0/root/etc/e-smith/templates/etc/rsyslog.conf/32php # this one could be cut in fragments per version |
375 |
|
|
#smeserver-php-3.0.0/root/etc/e-smith/templates.metadata/etc/opt/remi/php81/php.ini |
376 |
jpp |
1.1 |
|
377 |
|
|
%install |
378 |
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
379 |
|
|
(cd root; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
380 |
|
|
/bin/rm -f %{name}-%{version}-filelist |
381 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
382 |
|
|
--dir /var/log/php/php 'attr(0770,root,www)' \ |
383 |
|
|
--dir /var/lib/php/php/session 'attr(0770,root,www)' \ |
384 |
|
|
--dir /var/lib/php/php/tmp 'attr(0770,root,www)' \ |
385 |
|
|
--dir /var/lib/php/php/opcache 'attr(0770,root,www)' \ |
386 |
|
|
--dir /var/lib/php/php/wsdlcache 'attr(0770,root,www)' \ |
387 |
jpp |
1.51 |
`for phpver in "54" "55" "56" "70" "71" "72" "73" "74" "80" "81"; do echo -n "--dir /var/log/php/php$phpver attr(0770,root,www) --dir /var/lib/php/php$phpver/session attr(0770,root,www) --dir /var/lib/php/php$phpver/tmp attr(0770,root,www) --dir /var/lib/php/php$phpver/opcache attr(0770,root,www) --dir /var/lib/php/php$phpver/wsdlcache attr(0770,root,www) ";done ` \ |
388 |
jpp |
1.1 |
> %{name}-%{version}-filelist |
389 |
|
|
|
390 |
|
|
|
391 |
|
|
|
392 |
|
|
%clean |
393 |
|
|
rm -rf $RPM_BUILD_ROOT |
394 |
|
|
|
395 |
|
|
%files -f %{name}-%{version}-filelist |
396 |
|
|
%defattr(-,root,root) |
397 |
|
|
|
398 |
|
|
%pre |
399 |
|
|
|
400 |
|
|
%post |
401 |
|
|
# %systemd_post %{pkgname}.service |
402 |
|
|
|
403 |
|
|
%preun |
404 |
|
|
|
405 |
|
|
%changelog |
406 |
jpp |
1.51 |
* Sun Oct 24 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-41.sme |
407 |
|
|
- add php81 support [SME: 11717] |
408 |
|
|
|
409 |
jcrisp |
1.50 |
* Fri Sep 24 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.0.0-40.sme |
410 |
|
|
- Fix incorrect commenting for error reporting |
411 |
|
|
|
412 |
jpp |
1.49 |
* Fri Sep 17 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-39.sme |
413 |
jpp |
1.48 |
- add ErrorReporting and DisplayErrors properties [SME: 8077] |
414 |
|
|
only per ibays (php defaults still hardcoded) |
415 |
|
|
- fix typo in AllowUrlFopen, was using AllowUrlfOpen for ibays in httpd [SME: 11666] |
416 |
|
|
|
417 |
jpp |
1.47 |
* Wed Jun 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-37.sme |
418 |
|
|
- fix typo in 25SSLDirectives fragment for WebAppVirtualHost [SME: 11641] |
419 |
|
|
|
420 |
terryfage |
1.46 |
* Thu Jun 03 2021 Terry Fage <tfage@yahoo.com.au> 3.0.0-35.sme |
421 |
|
|
- fix syntax error "> - >>" in spec file for systemd drop in [SME: 11612] |
422 |
|
|
|
423 |
jpp |
1.44 |
* Wed Apr 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-34.sme |
424 |
|
|
- fix open_basedir for pool missing /var/lib/php/$ibay/ [SME: 11573] |
425 |
|
|
|
426 |
jpp |
1.43 |
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-33.sme |
427 |
|
|
- clean rsyslog syntax for php [SME: 11422] |
428 |
|
|
|
429 |
jpp |
1.42 |
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-32.sme |
430 |
|
|
- add /usr/share/pear and /usr/share/php to basedir [SME: 5759] |
431 |
|
|
- fix last big differences between module setting and fpm [SME: 11452] |
432 |
|
|
|
433 |
jpp |
1.40 |
* Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-31.sme |
434 |
|
|
- move from e-smith-ibays handling of temps dirs [SME: 11412] |
435 |
jpp |
1.41 |
- improve httpd fragment [SME: 11401] |
436 |
jpp |
1.40 |
|
437 |
jpp |
1.38 |
* Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-30.sme |
438 |
jpp |
1.37 |
- uniformize php related properties between ibays and php [SME: 11411] |
439 |
|
|
tidy fragments for php-fpm and ibays |
440 |
jpp |
1.39 |
- revert patch for timeouts [SME: 11427] |
441 |
jpp |
1.37 |
|
442 |
jpp |
1.34 |
* Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-28.sme |
443 |
|
|
- filter non existing php script [SME: 10907] |
444 |
jpp |
1.35 |
- allow php embded files per ibay using AllowPHTML [SME: 10890] |
445 |
jpp |
1.36 |
- add timeout property in case of need for long running script [SME: 11427] |
446 |
|
|
e.g. upgrade of a wiki |
447 |
jpp |
1.34 |
|
448 |
jpp |
1.33 |
* Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-27.sme |
449 |
|
|
- String not honoured as php-fpm but as default [SME: 11401] |
450 |
|
|
|
451 |
jpp |
1.31 |
* Sat Mar 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-26.sme |
452 |
|
|
- improve sendmail parameter, force sender [SME: 11410] |
453 |
|
|
MailForceSender as property for php versions, ibays and pools |
454 |
jpp |
1.32 |
- add perl module to help handling fpm version available [SME: 11413] |
455 |
jpp |
1.31 |
|
456 |
jpp |
1.30 |
* Mon Feb 22 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-25.sme |
457 |
|
|
- add missing default db configuration for php80* [SME: 11378] |
458 |
|
|
|
459 |
jpp |
1.27 |
* Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-24.sme |
460 |
|
|
- allow php-pool-dirs to run from generik event [SME: 11287] |
461 |
jpp |
1.28 |
- add php80 support [SME: 11295] |
462 |
jpp |
1.27 |
|
463 |
jpp |
1.26 |
* Wed Jan 27 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-23.sme |
464 |
|
|
- fix php55 logrotate [SME: 11325] |
465 |
|
|
- cleanup remove services in sme-server.target.wants [SME: 10956] |
466 |
|
|
- remove usr/lib preset file from rpm [SME: 10958] |
467 |
|
|
|
468 |
jpp |
1.24 |
* Fri Dec 25 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-22.sme |
469 |
|
|
- add WantedBy=sme-server.target for all php-fpm service files [SME: 11294] |
470 |
|
|
|
471 |
jcrisp |
1.23 |
* Mon Dec 21 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.0.0.21.sme |
472 |
|
|
- Fix createlinks typo missing event links [SME: 11287] |
473 |
|
|
- Fix typo |
474 |
|
|
|
475 |
jcrisp |
1.22 |
* Thu Dec 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.0.0.20.sme |
476 |
|
|
- Fix individual PHP version for ibay [SME: 11267] |
477 |
|
|
|
478 |
jpp |
1.21 |
* Sun Dec 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-19.sme |
479 |
|
|
- fix wrong syntax = in place of eq [SME: 11173] |
480 |
|
|
thanks to Terry Fage |
481 |
|
|
|
482 |
jpp |
1.20 |
* Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-18.sme |
483 |
|
|
- fix logrotate error because parent directory has insecure permissions [SME: 11173] |
484 |
|
|
|
485 |
jpp |
1.19 |
* Wed Nov 18 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-17.sme |
486 |
|
|
- fix warning: ~ action is deprecated with rsyslog [SME: 11015] |
487 |
|
|
- fix logrotate error because parent directory has insecure permissions [SME: 11173] |
488 |
|
|
|
489 |
jpp |
1.18 |
* Mon Nov 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-16.sme |
490 |
|
|
- fix typo for upload_tmp_dir [SME: 11092] |
491 |
|
|
|
492 |
jpp |
1.17 |
* Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-15.sme |
493 |
|
|
- improve integration of webapps : virtualhost and event [SME: 11087] |
494 |
|
|
|
495 |
jpp |
1.16 |
* Wed Sep 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-14.sme |
496 |
|
|
- enable php services for sme-server.target [SME: 11014] |
497 |
|
|
|
498 |
jpp |
1.15 |
* Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-13.sme |
499 |
|
|
- move and fix link to start services units [SME: 10960] |
500 |
|
|
|
501 |
jpp |
1.14 |
* Fri Mar 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-12.sme |
502 |
|
|
- fix typo in smeserver-php-3.0.0-bz10904-pass-auth-token-to-fpm.patch [SME: 10904] |
503 |
|
|
|
504 |
jpp |
1.13 |
* Thu Mar 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-11.sme |
505 |
jpp |
1.12 |
- help monitoring email sent by php [SME: 8787] |
506 |
|
|
|
507 |
jpp |
1.10 |
* Thu Mar 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-9.sme |
508 |
|
|
- move auto_prepend_file from php.ini to php-fpm.d [SME: 10904] |
509 |
|
|
add /usr/share/php in open_basedir if dfined to allow execution of auto_prepend_file |
510 |
jpp |
1.11 |
- fix templates-metadata path fot php 55 72 73 74 |
511 |
jpp |
1.10 |
|
512 |
jpp |
1.9 |
* Tue Mar 24 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-8.sme |
513 |
|
|
- transfer SERVER auth variables from httpd server to php-fpm pool [SME: 10904] |
514 |
|
|
this allow easy auth for php app using httpd auth as if using php module |
515 |
|
|
|
516 |
jpp |
1.8 |
* Tue Mar 24 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-7.sme |
517 |
|
|
- templating all php.ini for all available version [SME: 10891] |
518 |
|
|
expanded using webapps-update, smeserver-php-update, console-save and bootstrap-console-save |
519 |
|
|
Values are those from php configuration key, unless defined for the php$VERSION key. |
520 |
|
|
only one template for all, using templates.metadata and conditions vhen needed. |
521 |
|
|
reworked the content of the php.ini to have it uptodate |
522 |
|
|
|
523 |
jpp |
1.7 |
* Wed Mar 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-6.sme |
524 |
|
|
- enable units for php-fpm services [SME: 10335] |
525 |
|
|
|
526 |
jpp |
1.6 |
* Tue Mar 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-5.sme |
527 |
jpp |
1.5 |
- set sys_temp_dir for php-fpm and ibays [SME: 10888] |
528 |
jpp |
1.6 |
- set restart for php-fpm services in the smeserver-php-update event [SME: 10335] |
529 |
jpp |
1.5 |
|
530 |
jpp |
1.4 |
* Mon Mar 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-3.sme |
531 |
|
|
- fix typos and logic in scripts [SME: 10335] |
532 |
|
|
- only set php admin values if php module is enabled [SME: 10871] |
533 |
|
|
- redirect php*-php-fpm services logs to /var/log/php/php*/php-fpm.log [SME: 10879] |
534 |
|
|
- pool logs in /var/log/php/*/error.log [SME: 10877] |
535 |
|
|
|
536 |
jpp |
1.3 |
* Sat Feb 01 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-2.sme |
537 |
|
|
- modification for ibays php-fpm support in httpd.conf [SME: 10871] |
538 |
|
|
|
539 |
jpp |
1.1 |
* Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-1.sme |
540 |
|
|
- initial release of smeserver-php from smeserver-php-fpm [SME: 10335] |
541 |
|
|
added support for ibays, remove references to shares (should move to smeserver-share-folders) |
542 |
|
|
- merge and Obsoletes e-smith-php [SME: 10335] |
543 |
|
|
- remove reference to php3 and php4 files [SME: 10865] |
544 |
|
|
|
545 |
|
|
* Thu Jul 27 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1.sme |
546 |
|
|
- Fix closing parenthesis on prop method in httpd template |
547 |
|
|
|
548 |
|
|
* Wed Jul 26 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1.sme |
549 |
|
|
- Initial release |
550 |
|
|
|
551 |
|
|
Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
552 |
|
|
- clean daily session and tmp folders [SME: 9626] |
553 |
|
|
- updated path for ibays' session and tmp folders to /var/cache |
554 |
|
|
|
555 |
|
|
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
556 |
|
|
- add tmp folder to ibays [SME: 7011] |
557 |
|
|
- add session folder to ibays [SME: 9620] |
558 |
|
|
- change global session folder from /tmp to /var/lib/php/session/ [SME: 139] |
559 |
|
|
|
560 |
|
|
* Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
561 |
|
|
- remove deprecated allow_call_time_pass_reference from php.ini [SME: 9416] |
562 |
|
|
|
563 |
|
|
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
564 |
|
|
- Initial release to sme10 |
565 |
|
|
|
566 |
|
|
* Mon Jun 29 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-5 |
567 |
|
|
- revert the e-smith-php-2.4.0_add_upload_tmp_folder.patch [SME: 7011] |
568 |
|
|
|
569 |
|
|
* Fri Nov 14 2014 Charlie Brady <charlie_brady@mitel.com> 2.4.0-4.sme |
570 |
|
|
- Remove obsolete gpc_order setting from php.ini. [SME: 8652] |
571 |
|
|
|
572 |
jpp |
1.2 |
* Sun May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
573 |
jpp |
1.1 |
- Add an upload_tmp_folder setting by db command [SME: 7011] |
574 |
|
|
- Thanks to Michael McCarn and Jean-philippe Pialasse |
575 |
|
|
|
576 |
|
|
* Sun May 19 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
577 |
|
|
- Force magic_quotes Off [SME: 7605] |
578 |
|
|
|
579 |
|
|
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
580 |
|
|
- Roll new stream for sme9 |
581 |
|
|
|
582 |
|
|
* Mon Sep 19 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme |
583 |
|
|
- Remove PHP version check from migrate script [SME: 6727] |
584 |
|
|
|
585 |
|
|
* Mon Sep 19 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
586 |
|
|
- Obsolete magic_quotes settings [SME: 6725] |
587 |
|
|
|
588 |
|
|
* Sat Sep 17 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme |
589 |
|
|
- Set default timezone [SME: 6716] |
590 |
|
|
|
591 |
|
|
* Mon Jul 19 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme |
592 |
|
|
- Default expose_php in php.ini to Off [SME: 6136] |
593 |
|
|
|
594 |
|
|
* Sun Mar 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
595 |
|
|
- Prepare for obsoletion of magic_quotes* when we supply PHP 5.3.0+ [SME: 5843] |
596 |
|
|
|
597 |
|
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
598 |
|
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
599 |
|
|
|
600 |
|
|
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-8 |
601 |
|
|
- Fix latest patches to prevent .orig file [SME: 4513] |
602 |
|
|
|
603 |
|
|
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-7 |
604 |
|
|
- Fix some minor layout issues introduced by fixes in [SME: 4513] |
605 |
|
|
|
606 |
|
|
* Tue Aug 19 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-6 |
607 |
|
|
- Fix whiteline and spacing issues [SME: 4513] |
608 |
|
|
|
609 |
|
|
* Fri Apr 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-5 |
610 |
|
|
- Split 80ModuleSettings template fragmenent to have one frament per module [SME: 3282] |
611 |
|
|
|
612 |
|
|
* Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.12.0-4 |
613 |
|
|
- Use correct lib for modules |
614 |
|
|
|
615 |
|
|
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
616 |
|
|
- Clean up spec so package can be built by koji/plague |
617 |
|
|
|
618 |
|
|
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
619 |
|
|
- Update to new release naming. No functional changes. |
620 |
|
|
- Make Packager generic |
621 |
|
|
|
622 |
|
|
* Fri Oct 13 2006 Shad L. Lords <slords@mail.com> 1.12.0-02 |
623 |
|
|
- Add support for php5 [SME: 1120] |
624 |
|
|
|
625 |
|
|
* Fri Mar 17 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-01 |
626 |
|
|
- Roll stable stream version. [SME: 1016] |
627 |
|
|
|
628 |
|
|
* Mon Jan 30 2006 Charlie Brady <charlie_brady@mitel.com> 1.11.0-10 |
629 |
|
|
- Remove all pre/post/preun/postun scriptlets. [SME: 469] |
630 |
|
|
|
631 |
|
|
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-09 |
632 |
|
|
- Bump release number only |
633 |
|
|
|
634 |
|
|
* Tue Oct 18 2005 Charlie Brady <charlieb@e-smith.com> |
635 |
|
|
- [1.11.0-08] |
636 |
|
|
- Prevent i-bay name aliasing in default open_basedir restriction. |
637 |
|
|
[SF: 1330228] |
638 |
|
|
|
639 |
|
|
* Tue Sep 6 2005 Tony Clayton <apc@e-smith.com> |
640 |
|
|
- [1.11.0-07] |
641 |
|
|
- Turn register_globals off by default [SF: 1271218] |
642 |
|
|
|
643 |
|
|
* Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com> |
644 |
|
|
- [1.11.0-06] |
645 |
|
|
- Update to current db access APIs, in readiness for move of dbs to private |
646 |
|
|
directory. [SF: 1216546 (Shad)] |
647 |
|
|
|
648 |
|
|
* Sun May 1 2005 Charlie Brady <charlieb@e-smith.com> |
649 |
|
|
- [1.11.0-05] |
650 |
|
|
- Update include_path in php.ini, to base and add-on pear directories. |
651 |
|
|
|
652 |
|
|
* Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com> |
653 |
|
|
- [1.11.0-04] |
654 |
|
|
- Use generic_template_expand action to expand /etc/php.ini. |
655 |
|
|
Add e-smith-lib dependency. Add e-smith-devtools dependency. [MN00064130] |
656 |
|
|
- Remove anachronisms in /etc/php.ini templates. |
657 |
|
|
- Fix loss of AllowUrlFopen property during post-install. [MN00064752] |
658 |
|
|
|
659 |
|
|
* Wed Nov 10 2004 Charlie Brady <charlieb@e-smith.com> |
660 |
|
|
- [1.11.0-03] |
661 |
|
|
- Convert apache config fragments to apache2 format. [charlieb MN00051144] |
662 |
|
|
|
663 |
|
|
* Fri Nov 5 2004 Charlie Brady <charlieb@e-smith.com> |
664 |
|
|
- [1.11.0-02] |
665 |
|
|
- Remove specification of dynamic extensions, as that is done with newer |
666 |
|
|
php via /etc/php.d/. [charlieb MN00051515] |
667 |
|
|
- Replace deprecated Copyright header with License header. |
668 |
|
|
- Remove bogus WARNING text from spec file. [charlieb] |
669 |
|
|
|
670 |
|
|
* Mon Jan 26 2004 Michael Soulier <msoulier@e-smith.com> |
671 |
|
|
- [1.11.0-01] |
672 |
|
|
- rolling to dev - 1.11.0 |
673 |
|
|
|
674 |
|
|
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com> |
675 |
|
|
- [1.10.0-01] |
676 |
|
|
- Changing version to stable stream number - 1.10.0 |
677 |
|
|
|
678 |
|
|
* Wed May 28 2003 Michael Soulier <msoulier@e-smith.com> |
679 |
|
|
- [1.9.0-13] |
680 |
|
|
- Fixed a typo in the previous version. [msoulier 8852] |
681 |
|
|
|
682 |
|
|
* Wed May 28 2003 Michael Soulier <msoulier@e-smith.com> |
683 |
|
|
- [1.9.0-12] |
684 |
|
|
- Wrappered the restart of the e-smith web server so that it is conditional on |
685 |
|
|
e-smith-apache being installed. [msoulier 8852] |
686 |
|
|
|
687 |
|
|
* Tue May 27 2003 Michael Soulier <msoulier@e-smith.com> |
688 |
|
|
- [1.9.0-11] |
689 |
|
|
- Remembered that we can't query the rpm database during rpm installs. |
690 |
|
|
[msoulier 8852] |
691 |
|
|
|
692 |
|
|
* Tue May 27 2003 Michael Soulier <msoulier@e-smith.com> |
693 |
|
|
- [1.9.0-10] |
694 |
|
|
- Wrappered the restart of the e-smith web server so that it is conditional on |
695 |
|
|
e-smith-apache being installed. [msoulier 8852] |
696 |
|
|
|
697 |
|
|
* Tue May 27 2003 Michael Soulier <msoulier@e-smith.com> |
698 |
|
|
- [1.9.0-09] |
699 |
|
|
- Added a type default fragment. [msoulier 3299] |
700 |
|
|
|
701 |
|
|
* Wed Apr 23 2003 Gordon Rowell <gordonr@e-smith.com> |
702 |
|
|
- [1.9.0-08] |
703 |
|
|
- Increase limits to allow webmail attachments of 10MB, rather than 2MB |
704 |
|
|
MemoryLimit 8M -> 32M, PostMaxSize 8M -> 20M, UploadMaxFilesize 2M -> 10M [gordonr 8478] |
705 |
|
|
|
706 |
|
|
* Wed Apr 2 2003 Gordon Rowell <gordonr@e-smith.com> |
707 |
|
|
- [1.9.0-07] |
708 |
|
|
- set allow_url_fopen = Off by default, tunable in config db [gordonr 4970] |
709 |
|
|
|
710 |
|
|
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
711 |
|
|
- [1.9.0-06] |
712 |
|
|
- And back out last change - not a bug [gordonr 7836] |
713 |
|
|
|
714 |
|
|
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
715 |
|
|
- [1.9.0-05] |
716 |
|
|
- Fix include_path in php.ini [gordonr 7836] |
717 |
|
|
|
718 |
|
|
* Fri Mar 7 2003 Gordon Rowell <gordonr@e-smith.com> |
719 |
|
|
- [1.9.0-04] |
720 |
|
|
- Update more httpd.conf fragments to new interface [gordonr 7600] |
721 |
|
|
|
722 |
|
|
* Fri Mar 7 2003 Gordon Rowell <gordonr@e-smith.com> |
723 |
|
|
- [1.9.0-03] |
724 |
|
|
- Update httpd.conf fragment to new interface [gordonr 7600] |
725 |
|
|
|
726 |
|
|
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
727 |
|
|
- [1.9.0-02] |
728 |
|
|
- Adding .phtml extension. [msoulier 6543] |
729 |
|
|
|
730 |
|
|
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
731 |
|
|
- [1.9.0-01] |
732 |
|
|
- rolling to development stream to 1.9.0 |
733 |
|
|
|
734 |
|
|
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
735 |
|
|
- [1.8.0-05] |
736 |
|
|
- Backing out changes since 1.8.0-01, as they belong in a development stream. |
737 |
|
|
[msoulier 6543] |
738 |
|
|
|
739 |
|
|
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
740 |
|
|
- [1.8.0-04] |
741 |
|
|
- Fixed a syntax error that I should have caught before committing the last |
742 |
|
|
version. [msoulier 6543] |
743 |
|
|
|
744 |
|
|
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
745 |
|
|
- [1.8.0-03] |
746 |
|
|
- Bringing the api up to the modern version. [msoulier 6543] |
747 |
|
|
|
748 |
|
|
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
749 |
|
|
- [1.8.0-02] |
750 |
|
|
- Added index.phtml to the DirectoryIndex directive, and made the code a |
751 |
|
|
little nicer to look at. [msoulier 6543] |
752 |
|
|
|
753 |
|
|
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
754 |
|
|
- [1.8.0-01] |
755 |
|
|
- Roll to maintained version number to 1.8.0 |
756 |
|
|
|
757 |
|
|
* Mon Jul 22 2002 Charlie Brady <charlieb@e-smith.com> |
758 |
|
|
- [1.7.1-01] |
759 |
|
|
- Add conf-php link to bootstrap-console-save event [charlieb 1939] |
760 |
|
|
|
761 |
|
|
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
762 |
|
|
- [1.7.0-01] |
763 |
|
|
- Changing version to development stream number to 1.7.0 |
764 |
|
|
|
765 |
|
|
* Fri May 31 2002 Charlie Brady <charlieb@e-smith.com> |
766 |
|
|
- [1.6.0-01] |
767 |
|
|
- Changing version to maintained stream number to 1.6.0 |
768 |
|
|
|
769 |
|
|
* Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com> |
770 |
|
|
- [1.5.5-01] |
771 |
|
|
- RPM rebuild forced by cvsroot2rpm |
772 |
|
|
|
773 |
|
|
* Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com> |
774 |
|
|
- [1.5.4-01] |
775 |
|
|
- Turned off display_errors, use error_log -> syslog instead, as per |
776 |
|
|
Dan Brown's PHP upgrade HOWTO |
777 |
|
|
- Tidied up formatting in that fragment [gordonr 3019] |
778 |
|
|
|
779 |
|
|
* Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com> |
780 |
|
|
- [1.5.3-01] |
781 |
|
|
- Imported into CVS |
782 |
|
|
|
783 |
|
|
* Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com> |
784 |
|
|
- [1.5.1-01] |
785 |
|
|
- rollRPM: Rolled version number to 1.5.1-01. Includes patches up to 1.5.0-03. |
786 |
|
|
|
787 |
|
|
* Mon Feb 04 2002 Charlie Brady <charlieb@e-smith.com> |
788 |
|
|
- [1.5.0-03] |
789 |
|
|
- Remove all comments from php.ini template fragments. |
790 |
|
|
- Allow some resource limits to be set by properties of the php service |
791 |
|
|
in the config db. |
792 |
|
|
|
793 |
|
|
* Mon Feb 04 2002 Charlie Brady <charlieb@e-smith.com> |
794 |
|
|
- [1.5.0-02] |
795 |
|
|
- Template /etc/php.ini, and expand template during conf-php action. |
796 |
|
|
- Make some simplifications to the conf-php script, and remove a |
797 |
|
|
potential error case (php is not in config db and event is neither |
798 |
|
|
post-install or post-upgrade). |
799 |
|
|
|
800 |
|
|
* Mon Feb 4 2002 Charlie Brady <charlieb@e-smith.com> |
801 |
|
|
- [1.5.0-01] |
802 |
|
|
- rollRPM: Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-03. |
803 |
|
|
|
804 |
|
|
* Thu Sep 6 2001 Charlie Brady <charlieb@e-smith.com> |
805 |
|
|
- [1.4.0-03] |
806 |
|
|
- Restrict PHP programs residing in an i-bay to only be able to open files |
807 |
|
|
which reside in the same i-bay. An i-bay property PHPBaseDir is available |
808 |
|
|
to override this restriction. |
809 |
|
|
|
810 |
|
|
* Fri Aug 17 2001 gordonr |
811 |
|
|
- [1.4.0-02] |
812 |
|
|
- Autorebuild by rebuildRPM |
813 |
|
|
|
814 |
|
|
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
815 |
|
|
- [1.4.0-01] |
816 |
|
|
- Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-02. |
817 |
|
|
|
818 |
|
|
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
819 |
|
|
- [1.3.0-02] |
820 |
|
|
- Load PHP modules late, not first. This corrects a compatibility problem |
821 |
|
|
with RedHat 7.1 RPMS. |
822 |
|
|
|
823 |
|
|
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
824 |
|
|
- [1.3.0-01] |
825 |
|
|
- Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-05. |
826 |
|
|
|
827 |
|
|
* Fri Jul 6 2001 Peter Samuel <peters@e-smith.com> |
828 |
|
|
- [1.2.0-05] |
829 |
|
|
- Changed license to GPL |
830 |
|
|
|
831 |
|
|
* Fri Mar 23 2001 Charlie Brady <charlieb@e-smith.com> |
832 |
|
|
- [1.2.0-04] |
833 |
|
|
- Disable PHP MIME type by default |
834 |
|
|
- Enable PHP MIME type for each i-bay for which dynamic content is enabled. |
835 |
|
|
|
836 |
|
|
* Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com> |
837 |
|
|
- [1.2.0-03] |
838 |
|
|
- Rolling release number for GPG signing. |
839 |
|
|
|
840 |
|
|
* Thu Jan 25 2001 Adrian Chung <adrianc@e-smith.com> |
841 |
|
|
- [1.2.0-02] |
842 |
|
|
- changed action to run at 50, instead of 55. |
843 |
|
|
|
844 |
|
|
* Thu Jan 25 2001 Peter Samuel <peters@e-smith.com> |
845 |
|
|
- [1.2.0-01] |
846 |
|
|
- Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-10. |
847 |
|
|
|
848 |
|
|
* Wed Jan 17 2001 Adrian Chung <adrianc@e-smith.com> |
849 |
|
|
- [1.1.0-10] |
850 |
|
|
- PHP is enabled by default. |
851 |
|
|
|
852 |
|
|
* Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com> |
853 |
|
|
- [1.1.0-9] |
854 |
|
|
- rolling to 9, 8 is missing. |
855 |
|
|
- pulling expand httpd.conf, we'll leave conf-httpd |
856 |
|
|
to do it. |
857 |
|
|
|
858 |
|
|
* Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com> |
859 |
|
|
- [1.1.0-8] |
860 |
|
|
- pulled restarting apache - just expand httpd.conf |
861 |
|
|
|
862 |
|
|
* Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com> |
863 |
|
|
- [1.1.0-7] |
864 |
|
|
- apache now restarts whenever php's status changes |
865 |
|
|
|
866 |
|
|
* Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com> |
867 |
|
|
- [1.1.0-6] |
868 |
|
|
- expand httpd.conf template from conf-php |
869 |
|
|
|
870 |
|
|
* Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com> |
871 |
|
|
- [1.1.0-5] |
872 |
|
|
- add apache restart code to conf-php |
873 |
|
|
|
874 |
|
|
* Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com> |
875 |
|
|
- [1.1.0-4] |
876 |
|
|
- Only run %post actions in runlevel 7 |
877 |
|
|
|
878 |
|
|
* Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com> |
879 |
|
|
- [1.1.0-3] |
880 |
|
|
- put createlinks back in. |
881 |
|
|
|
882 |
|
|
* Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com> |
883 |
|
|
- [1.1.0-2] |
884 |
|
|
- expand PHP httpd.conf fragments conditionally based on |
885 |
|
|
service status. |
886 |
|
|
- add PHP to the services database and default to disabled. |
887 |
|
|
|
888 |
|
|
* Wed Dec 06 2000 Peter Samuel <peters@e-smith.com> |
889 |
|
|
- [1.1.0-1] |
890 |
|
|
- Rolled version to 1.1.0-1. Inlcudes patches up to 0.1-1. |
891 |
|
|
|
892 |
|
|
* Tue Nov 14 2000 Adrian Chung <adrianc@e-smith.com> |
893 |
|
|
- initial release |