/[smeserver]/rpms/smeserver-php/sme10/smeserver-php.spec
ViewVC logotype

Annotation of /rpms/smeserver-php/sme10/smeserver-php.spec

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


Revision 1.21 - (hide annotations) (download)
Sun Dec 13 22:24:43 2020 UTC (3 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-php-3_0_0-19_el7_sme
Changes since 1.20: +5 -1 lines
* Sun Dec 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-19.sme
- fix wrong syntax = in place of eq [SME: 11173]
  thanks to Terry Fage

1 jpp 1.1 %define version 3.0.0
2 jpp 1.21 %define release 19
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 jpp 1.1
28     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
29     BuildArch: x86_64
30     BuildRequires: e-smith-devtools
31    
32     Requires: e-smith-base >= 5.6.0
33     Provides: e-smith-php = %{version}-%{release}
34     Obsoletes: e-smith-php < %{version}
35 jpp 1.17 Provides: smeserver-webapps-common
36 jpp 1.1
37     Requires: tmpwatch
38     Requires: logrotate
39    
40     # Stock PHP
41     Requires: php-cli
42     Requires: php-ldap
43     Requires: php-imap
44     Requires: php-gd
45     Requires: php-xml
46     Requires: php-xmlrpc
47     Requires: php-soap
48     Requires: php-opcache
49     Requires: php-fpm
50     Requires: php-mbstring
51     Requires: php-mysql
52     Requires: php-json
53     Requires: php-bcmath
54     Requires: php-intl
55     Requires: php-mcrypt
56     Requires: php-pear
57     Requires: php-process
58     Requires: php-snmp
59    
60    
61     # PHP 5.5
62     Requires: php55-php-cli
63     Requires: php55-php-ldap
64     Requires: php55-php-imap
65     Requires: php55-php-gd
66     Requires: php55-php-xml
67     Requires: php55-php-xmlrpc
68     Requires: php55-php-soap
69     Requires: php55-php-opcache
70     Requires: php55-php-fpm
71     Requires: php55-php-mbstring
72     Requires: php55-php-mysql
73     Requires: php55-php-json
74     Requires: php55-php-bcmath
75     Requires: php55-php-intl
76     Requires: php55-php-mcrypt
77     Requires: php55-php-pear
78     Requires: php55-php-process
79     Requires: php55-php-snmp
80     Requires: php55-php, php55-php-enchant , php55-php-pdo php55-php-tidy , php55-php-mysqlnd php55-php-pecl-zip
81    
82     # PHP 5.6
83     Requires: php56-php-cli
84     Requires: php56-php-ldap
85     Requires: php56-php-imap
86     Requires: php56-php-gd
87     Requires: php56-php-xml
88     Requires: php56-php-xmlrpc
89     Requires: php56-php-soap
90     Requires: php56-php-opcache
91     Requires: php56-php-fpm
92     Requires: php56-php-mbstring
93     Requires: php56-php-mysql
94     Requires: php56-php-json
95     Requires: php56-php-bcmath
96     Requires: php56-php-intl
97     Requires: php56-php-mcrypt
98     Requires: php56-php-pear
99     Requires: php56-php-process
100     Requires: php56-php-snmp
101     Requires: php56-php, php56-php-enchant , php56-php-pdo php56-php-tidy , php56-php-mysqlnd php56-php-pecl-zip
102    
103     # PHP 7.0
104     Requires: php70-php-cli
105     Requires: php70-php-ldap
106     Requires: php70-php-imap
107     Requires: php70-php-gd
108     Requires: php70-php-xml
109     Requires: php70-php-xmlrpc
110     Requires: php70-php-soap
111     Requires: php70-php-opcache
112     Requires: php70-php-fpm
113     Requires: php70-php-mbstring
114     Requires: php70-php-mysql
115     Requires: php70-php-json
116     Requires: php70-php-bcmath
117     Requires: php70-php-intl
118     Requires: php70-php-mcrypt
119     Requires: php70-php-pear
120     Requires: php70-php-process
121     Requires: php70-php-snmp
122     Requires: php70-php, php70-php-enchant , php70-php-pdo php70-php-tidy , php70-php-mysqlnd php70-php-pecl-zip
123    
124     # PHP 7.1
125     Requires: php71-php-cli
126     Requires: php71-php-ldap
127     Requires: php71-php-imap
128     Requires: php71-php-gd
129     Requires: php71-php-xml
130     Requires: php71-php-xmlrpc
131     Requires: php71-php-soap
132     Requires: php71-php-opcache
133     Requires: php71-php-fpm
134     Requires: php71-php-mbstring
135     Requires: php71-php-mysql
136     Requires: php71-php-json
137     Requires: php71-php-bcmath
138     Requires: php71-php-intl
139     Requires: php71-php-mcrypt
140     Requires: php71-php-pear
141     Requires: php71-php-process
142     Requires: php71-php-snmp
143     Requires: php71-php, php71-php-enchant , php71-php-pdo php71-php-tidy , php71-php-mysqlnd php71-php-pecl-zip
144    
145     # PHP 7.2
146     Requires: php72-php-cli
147     Requires: php72-php-ldap
148     Requires: php72-php-imap
149     Requires: php72-php-gd
150     Requires: php72-php-xml
151     Requires: php72-php-xmlrpc
152     Requires: php72-php-soap
153     Requires: php72-php-opcache
154     Requires: php72-php-fpm
155     Requires: php72-php-mbstring
156     Requires: php72-php-mysql
157     Requires: php72-php-json
158     Requires: php72-php-bcmath
159     Requires: php72-php-intl
160     Requires: php72-php-mcrypt
161     Requires: php72-php-pear
162     Requires: php72-php-process
163     Requires: php72-php-snmp
164     Requires: php72-php, php72-php-enchant , php72-php-pdo php72-php-tidy , php72-php-mysqlnd php72-php-pecl-zip
165    
166     # PHP 7.3
167     Requires: php73-php-cli
168     Requires: php73-php-ldap
169     Requires: php73-php-imap
170     Requires: php73-php-gd
171     Requires: php73-php-xml
172     Requires: php73-php-xmlrpc
173     Requires: php73-php-soap
174     Requires: php73-php-opcache
175     Requires: php73-php-fpm
176     Requires: php73-php-mbstring
177     Requires: php73-php-mysql
178     Requires: php73-php-json
179     Requires: php73-php-bcmath
180     Requires: php73-php-intl
181     Requires: php73-php-pear
182     Requires: php73-php-process
183     Requires: php73-php-snmp
184     Requires: php73-php, php73-php-enchant , php73-php-pdo php73-php-tidy , php73-php-mysqlnd php73-php-pecl-zip
185    
186     # PHP 7.4
187     Requires: php74-php-cli
188     Requires: php74-php-ldap
189     Requires: php74-php-imap
190     Requires: php74-php-gd
191     Requires: php74-php-xml
192     Requires: php74-php-xmlrpc
193     Requires: php74-php-soap
194     Requires: php74-php-opcache
195     Requires: php74-php-fpm
196     Requires: php74-php-mbstring
197     Requires: php74-php-mysql
198     Requires: php74-php-json
199     Requires: php74-php-bcmath
200     Requires: php74-php-intl
201     Requires: php74-php-pear
202     Requires: php74-php-process
203     Requires: php74-php-snmp
204     Requires: php74-php, php74-php-enchant , php74-php-pdo php74-php-tidy , php74-php-mysqlnd php74-php-pecl-zip
205    
206     %description
207     Manage PHP FPM pools, and switch between PHP versions easily
208    
209     %prep
210     %setup -q -n %{name}-%{version}
211 jpp 1.3 %patch0 -p1
212 jpp 1.4 %patch1 -p1
213     %patch2 -p1
214     %patch3 -p1
215 jpp 1.5 %patch4 -p1
216     %patch5 -p1
217 jpp 1.7 %patch6 -p1
218 jpp 1.8 %patch7 -p1
219 jpp 1.9 %patch8 -p1
220 jpp 1.12 %patch9 -p1
221 jpp 1.16 %patch10 -p1
222 jpp 1.17 %patch11 -p1
223 jpp 1.18 %patch12 -p1
224 jpp 1.19 %patch13 -p1
225 jpp 1.1
226     %build
227     perl createlinks
228     %{__mkdir_p} root/var/www/php-cgi-bin/
229     %{__mkdir_p} root/var/log/php/php/
230     %{__mkdir_p} root/var/lib/php/php/{session,tmp,opcache,wsdlcache}
231     #create service configuration for SME Seerver
232     #%{__mkdir_p} root/%{_unitdir}/php-fpm.service.d/
233     #echo '' > root/%{_unitdir}/php-fpm.service.d/php-fpm.conf
234     #enable by default
235     %{__mkdir_p} root/%{_presetdir}
236     echo 'enable php-fpm.service' >root/%{_presetdir}/80-koozali-php.preset
237    
238 jpp 1.19 %{__mkdir_p} root/etc/e-smith/templates.metadata/etc/logrotate.d/
239 jpp 1.1 for phpver in "55" "56" "70" "71" "72" "73" "74"; do
240     #needed folder
241     %{__mkdir_p} root/var/log/php/php$phpver/
242     %{__mkdir_p} root/var/lib/php/php$phpver/{session,tmp,opcache,wsdlcache}
243    
244     #db configuration
245     %{__mkdir_p} root/etc/e-smith/db/configuration/defaults/php$phpver-php-fpm
246     echo 'enabled' > root/etc/e-smith/db/configuration/defaults/php$phpver-php-fpm/status
247     echo 'service'> root/etc/e-smith/db/configuration/defaults/php$phpver-php-fpm/type
248    
249     #create service configuration for SME Seerver
250     #%{__mkdir_p} root/%{_unitdir}/php$phpver-php-fpm.service.d/
251     #echo '' > root/%{_unitdir}/php$phpver-php-fpm.service.d/php$phpver-php-fpm.conf
252    
253     #enable by default php fpm
254     echo 'enable php'$phpver'-php-fpm.service' >>root/%{_presetdir}/80-koozali-php.preset
255    
256 jpp 1.19 #logrotate templates
257     echo 'TEMPLATE_PATH="/etc/logrotate.d/php-fpm"
258     MORE_DATA={ PHP_VERSION => '$phpver'}' > root/etc/e-smith/templates.metadata/etc/logrotate.d/php$phpver-php-fpm
259    
260 jpp 1.1 done
261    
262     #to add a new php version
263     #php5*
264     for phpver in "55" ; do
265     #cp php56 metadata
266 jpp 1.11 mkdir -p root/etc/e-smith/templates.metadata/opt/remi/php$phpver
267     cp -a root/etc/e-smith/templates.metadata/opt/remi/php56/* root/etc/e-smith/templates.metadata/opt/remi/php$phpver
268 jpp 1.1 #sed inplace
269     find root/etc/e-smith/templates.metadata/opt/remi/php$phpver -type f -print0 | xargs -0 sed -i 's/56/'$phpver'/g'
270     done
271    
272     # php7*
273     for phpver in "72" "73" "74"; do
274     #cp ph70 metada
275 jpp 1.11 mkdir -p root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/
276     cp -a root/etc/e-smith/templates.metadata/etc/opt/remi/php70/* root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/
277 jpp 1.1 #sed inplace
278     find root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver -type f -print0 | xargs -0 sed -i 's/70/'$phpver'/g'
279     done
280    
281     # then patch the following files
282     #./templates/etc/logrotate.d/php-fpm/php-fpm: /sbin/e-smith/service php56-php-fpm reload >/dev/null 2>&1 || true
283     #./templates/etc/httpd/conf/httpd.conf/68FastCGIConfig: foreach my $ver ('', '56', '70', '71'){
284     #./templates/etc/cron.daily/tmpwatch-php-fpm/10Defaults:for VER in php php56 php70 php71; do
285    
286    
287     %install
288     /bin/rm -rf $RPM_BUILD_ROOT
289     (cd root; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
290     /bin/rm -f %{name}-%{version}-filelist
291     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
292     --dir /var/log/php/php 'attr(0770,root,www)' \
293     --dir /var/lib/php/php/session 'attr(0770,root,www)' \
294     --dir /var/lib/php/php/tmp 'attr(0770,root,www)' \
295     --dir /var/lib/php/php/opcache 'attr(0770,root,www)' \
296     --dir /var/lib/php/php/wsdlcache 'attr(0770,root,www)' \
297     `for phpver in "54" "55" "56" "70" "71" "72" "73" "74"; 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 ` \
298     > %{name}-%{version}-filelist
299    
300    
301    
302     %clean
303     rm -rf $RPM_BUILD_ROOT
304    
305     %files -f %{name}-%{version}-filelist
306     %defattr(-,root,root)
307    
308     %pre
309    
310     %post
311     # %systemd_post %{pkgname}.service
312    
313     %preun
314    
315     %changelog
316 jpp 1.21 * Sun Dec 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-19.sme
317     - fix wrong syntax = in place of eq [SME: 11173]
318     thanks to Terry Fage
319    
320 jpp 1.20 * Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-18.sme
321     - fix logrotate error because parent directory has insecure permissions [SME: 11173]
322    
323 jpp 1.19 * Wed Nov 18 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-17.sme
324     - fix warning: ~ action is deprecated with rsyslog [SME: 11015]
325     - fix logrotate error because parent directory has insecure permissions [SME: 11173]
326    
327 jpp 1.18 * Mon Nov 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-16.sme
328     - fix typo for upload_tmp_dir [SME: 11092]
329    
330 jpp 1.17 * Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-15.sme
331     - improve integration of webapps : virtualhost and event [SME: 11087]
332    
333 jpp 1.16 * Wed Sep 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-14.sme
334     - enable php services for sme-server.target [SME: 11014]
335    
336 jpp 1.15 * Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-13.sme
337     - move and fix link to start services units [SME: 10960]
338    
339 jpp 1.14 * Fri Mar 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-12.sme
340     - fix typo in smeserver-php-3.0.0-bz10904-pass-auth-token-to-fpm.patch [SME: 10904]
341    
342 jpp 1.13 * Thu Mar 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-11.sme
343 jpp 1.12 - help monitoring email sent by php [SME: 8787]
344    
345 jpp 1.10 * Thu Mar 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-9.sme
346     - move auto_prepend_file from php.ini to php-fpm.d [SME: 10904]
347     add /usr/share/php in open_basedir if dfined to allow execution of auto_prepend_file
348 jpp 1.11 - fix templates-metadata path fot php 55 72 73 74
349 jpp 1.10
350 jpp 1.9 * Tue Mar 24 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-8.sme
351     - transfer SERVER auth variables from httpd server to php-fpm pool [SME: 10904]
352     this allow easy auth for php app using httpd auth as if using php module
353    
354 jpp 1.8 * Tue Mar 24 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-7.sme
355     - templating all php.ini for all available version [SME: 10891]
356     expanded using webapps-update, smeserver-php-update, console-save and bootstrap-console-save
357     Values are those from php configuration key, unless defined for the php$VERSION key.
358     only one template for all, using templates.metadata and conditions vhen needed.
359     reworked the content of the php.ini to have it uptodate
360    
361 jpp 1.7 * Wed Mar 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-6.sme
362     - enable units for php-fpm services [SME: 10335]
363    
364 jpp 1.6 * Tue Mar 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-5.sme
365 jpp 1.5 - set sys_temp_dir for php-fpm and ibays [SME: 10888]
366 jpp 1.6 - set restart for php-fpm services in the smeserver-php-update event [SME: 10335]
367 jpp 1.5
368 jpp 1.4 * Mon Mar 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-3.sme
369     - fix typos and logic in scripts [SME: 10335]
370     - only set php admin values if php module is enabled [SME: 10871]
371     - redirect php*-php-fpm services logs to /var/log/php/php*/php-fpm.log [SME: 10879]
372     - pool logs in /var/log/php/*/error.log [SME: 10877]
373    
374 jpp 1.3 * Sat Feb 01 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-2.sme
375     - modification for ibays php-fpm support in httpd.conf [SME: 10871]
376    
377 jpp 1.1 * Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-1.sme
378     - initial release of smeserver-php from smeserver-php-fpm [SME: 10335]
379     added support for ibays, remove references to shares (should move to smeserver-share-folders)
380     - merge and Obsoletes e-smith-php [SME: 10335]
381     - remove reference to php3 and php4 files [SME: 10865]
382    
383     * Thu Jul 27 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1.sme
384     - Fix closing parenthesis on prop method in httpd template
385    
386     * Wed Jul 26 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1.sme
387     - Initial release
388    
389     Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
390     - clean daily session and tmp folders [SME: 9626]
391     - updated path for ibays' session and tmp folders to /var/cache
392    
393     * Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
394     - add tmp folder to ibays [SME: 7011]
395     - add session folder to ibays [SME: 9620]
396     - change global session folder from /tmp to /var/lib/php/session/ [SME: 139]
397    
398     * Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
399     - remove deprecated allow_call_time_pass_reference from php.ini [SME: 9416]
400    
401     * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
402     - Initial release to sme10
403    
404     * Mon Jun 29 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-5
405     - revert the e-smith-php-2.4.0_add_upload_tmp_folder.patch [SME: 7011]
406    
407     * Fri Nov 14 2014 Charlie Brady <charlie_brady@mitel.com> 2.4.0-4.sme
408     - Remove obsolete gpc_order setting from php.ini. [SME: 8652]
409    
410 jpp 1.2 * Sun May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme
411 jpp 1.1 - Add an upload_tmp_folder setting by db command [SME: 7011]
412     - Thanks to Michael McCarn and Jean-philippe Pialasse
413    
414     * Sun May 19 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme
415     - Force magic_quotes Off [SME: 7605]
416    
417     * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
418     - Roll new stream for sme9
419    
420     * Mon Sep 19 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
421     - Remove PHP version check from migrate script [SME: 6727]
422    
423     * Mon Sep 19 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
424     - Obsolete magic_quotes settings [SME: 6725]
425    
426     * Sat Sep 17 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme
427     - Set default timezone [SME: 6716]
428    
429     * Mon Jul 19 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme
430     - Default expose_php in php.ini to Off [SME: 6136]
431    
432     * Sun Mar 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
433     - Prepare for obsoletion of magic_quotes* when we supply PHP 5.3.0+ [SME: 5843]
434    
435     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
436     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
437    
438     * Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-8
439     - Fix latest patches to prevent .orig file [SME: 4513]
440    
441     * Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-7
442     - Fix some minor layout issues introduced by fixes in [SME: 4513]
443    
444     * Tue Aug 19 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-6
445     - Fix whiteline and spacing issues [SME: 4513]
446    
447     * Fri Apr 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-5
448     - Split 80ModuleSettings template fragmenent to have one frament per module [SME: 3282]
449    
450     * Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.12.0-4
451     - Use correct lib for modules
452    
453     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
454     - Clean up spec so package can be built by koji/plague
455    
456     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
457     - Update to new release naming. No functional changes.
458     - Make Packager generic
459    
460     * Fri Oct 13 2006 Shad L. Lords <slords@mail.com> 1.12.0-02
461     - Add support for php5 [SME: 1120]
462    
463     * Fri Mar 17 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-01
464     - Roll stable stream version. [SME: 1016]
465    
466     * Mon Jan 30 2006 Charlie Brady <charlie_brady@mitel.com> 1.11.0-10
467     - Remove all pre/post/preun/postun scriptlets. [SME: 469]
468    
469     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-09
470     - Bump release number only
471    
472     * Tue Oct 18 2005 Charlie Brady <charlieb@e-smith.com>
473     - [1.11.0-08]
474     - Prevent i-bay name aliasing in default open_basedir restriction.
475     [SF: 1330228]
476    
477     * Tue Sep 6 2005 Tony Clayton <apc@e-smith.com>
478     - [1.11.0-07]
479     - Turn register_globals off by default [SF: 1271218]
480    
481     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
482     - [1.11.0-06]
483     - Update to current db access APIs, in readiness for move of dbs to private
484     directory. [SF: 1216546 (Shad)]
485    
486     * Sun May 1 2005 Charlie Brady <charlieb@e-smith.com>
487     - [1.11.0-05]
488     - Update include_path in php.ini, to base and add-on pear directories.
489    
490     * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
491     - [1.11.0-04]
492     - Use generic_template_expand action to expand /etc/php.ini.
493     Add e-smith-lib dependency. Add e-smith-devtools dependency. [MN00064130]
494     - Remove anachronisms in /etc/php.ini templates.
495     - Fix loss of AllowUrlFopen property during post-install. [MN00064752]
496    
497     * Wed Nov 10 2004 Charlie Brady <charlieb@e-smith.com>
498     - [1.11.0-03]
499     - Convert apache config fragments to apache2 format. [charlieb MN00051144]
500    
501     * Fri Nov 5 2004 Charlie Brady <charlieb@e-smith.com>
502     - [1.11.0-02]
503     - Remove specification of dynamic extensions, as that is done with newer
504     php via /etc/php.d/. [charlieb MN00051515]
505     - Replace deprecated Copyright header with License header.
506     - Remove bogus WARNING text from spec file. [charlieb]
507    
508     * Mon Jan 26 2004 Michael Soulier <msoulier@e-smith.com>
509     - [1.11.0-01]
510     - rolling to dev - 1.11.0
511    
512     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
513     - [1.10.0-01]
514     - Changing version to stable stream number - 1.10.0
515    
516     * Wed May 28 2003 Michael Soulier <msoulier@e-smith.com>
517     - [1.9.0-13]
518     - Fixed a typo in the previous version. [msoulier 8852]
519    
520     * Wed May 28 2003 Michael Soulier <msoulier@e-smith.com>
521     - [1.9.0-12]
522     - Wrappered the restart of the e-smith web server so that it is conditional on
523     e-smith-apache being installed. [msoulier 8852]
524    
525     * Tue May 27 2003 Michael Soulier <msoulier@e-smith.com>
526     - [1.9.0-11]
527     - Remembered that we can't query the rpm database during rpm installs.
528     [msoulier 8852]
529    
530     * Tue May 27 2003 Michael Soulier <msoulier@e-smith.com>
531     - [1.9.0-10]
532     - Wrappered the restart of the e-smith web server so that it is conditional on
533     e-smith-apache being installed. [msoulier 8852]
534    
535     * Tue May 27 2003 Michael Soulier <msoulier@e-smith.com>
536     - [1.9.0-09]
537     - Added a type default fragment. [msoulier 3299]
538    
539     * Wed Apr 23 2003 Gordon Rowell <gordonr@e-smith.com>
540     - [1.9.0-08]
541     - Increase limits to allow webmail attachments of 10MB, rather than 2MB
542     MemoryLimit 8M -> 32M, PostMaxSize 8M -> 20M, UploadMaxFilesize 2M -> 10M [gordonr 8478]
543    
544     * Wed Apr 2 2003 Gordon Rowell <gordonr@e-smith.com>
545     - [1.9.0-07]
546     - set allow_url_fopen = Off by default, tunable in config db [gordonr 4970]
547    
548     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
549     - [1.9.0-06]
550     - And back out last change - not a bug [gordonr 7836]
551    
552     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
553     - [1.9.0-05]
554     - Fix include_path in php.ini [gordonr 7836]
555    
556     * Fri Mar 7 2003 Gordon Rowell <gordonr@e-smith.com>
557     - [1.9.0-04]
558     - Update more httpd.conf fragments to new interface [gordonr 7600]
559    
560     * Fri Mar 7 2003 Gordon Rowell <gordonr@e-smith.com>
561     - [1.9.0-03]
562     - Update httpd.conf fragment to new interface [gordonr 7600]
563    
564     * Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com>
565     - [1.9.0-02]
566     - Adding .phtml extension. [msoulier 6543]
567    
568     * Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com>
569     - [1.9.0-01]
570     - rolling to development stream to 1.9.0
571    
572     * Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com>
573     - [1.8.0-05]
574     - Backing out changes since 1.8.0-01, as they belong in a development stream.
575     [msoulier 6543]
576    
577     * Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com>
578     - [1.8.0-04]
579     - Fixed a syntax error that I should have caught before committing the last
580     version. [msoulier 6543]
581    
582     * Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com>
583     - [1.8.0-03]
584     - Bringing the api up to the modern version. [msoulier 6543]
585    
586     * Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com>
587     - [1.8.0-02]
588     - Added index.phtml to the DirectoryIndex directive, and made the code a
589     little nicer to look at. [msoulier 6543]
590    
591     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
592     - [1.8.0-01]
593     - Roll to maintained version number to 1.8.0
594    
595     * Mon Jul 22 2002 Charlie Brady <charlieb@e-smith.com>
596     - [1.7.1-01]
597     - Add conf-php link to bootstrap-console-save event [charlieb 1939]
598    
599     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
600     - [1.7.0-01]
601     - Changing version to development stream number to 1.7.0
602    
603     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
604     - [1.6.0-01]
605     - Changing version to maintained stream number to 1.6.0
606    
607     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
608     - [1.5.5-01]
609     - RPM rebuild forced by cvsroot2rpm
610    
611     * Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com>
612     - [1.5.4-01]
613     - Turned off display_errors, use error_log -> syslog instead, as per
614     Dan Brown's PHP upgrade HOWTO
615     - Tidied up formatting in that fragment [gordonr 3019]
616    
617     * Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com>
618     - [1.5.3-01]
619     - Imported into CVS
620    
621     * Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com>
622     - [1.5.1-01]
623     - rollRPM: Rolled version number to 1.5.1-01. Includes patches up to 1.5.0-03.
624    
625     * Mon Feb 04 2002 Charlie Brady <charlieb@e-smith.com>
626     - [1.5.0-03]
627     - Remove all comments from php.ini template fragments.
628     - Allow some resource limits to be set by properties of the php service
629     in the config db.
630    
631     * Mon Feb 04 2002 Charlie Brady <charlieb@e-smith.com>
632     - [1.5.0-02]
633     - Template /etc/php.ini, and expand template during conf-php action.
634     - Make some simplifications to the conf-php script, and remove a
635     potential error case (php is not in config db and event is neither
636     post-install or post-upgrade).
637    
638     * Mon Feb 4 2002 Charlie Brady <charlieb@e-smith.com>
639     - [1.5.0-01]
640     - rollRPM: Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-03.
641    
642     * Thu Sep 6 2001 Charlie Brady <charlieb@e-smith.com>
643     - [1.4.0-03]
644     - Restrict PHP programs residing in an i-bay to only be able to open files
645     which reside in the same i-bay. An i-bay property PHPBaseDir is available
646     to override this restriction.
647    
648     * Fri Aug 17 2001 gordonr
649     - [1.4.0-02]
650     - Autorebuild by rebuildRPM
651    
652     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
653     - [1.4.0-01]
654     - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-02.
655    
656     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
657     - [1.3.0-02]
658     - Load PHP modules late, not first. This corrects a compatibility problem
659     with RedHat 7.1 RPMS.
660    
661     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
662     - [1.3.0-01]
663     - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-05.
664    
665     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
666     - [1.2.0-05]
667     - Changed license to GPL
668    
669     * Fri Mar 23 2001 Charlie Brady <charlieb@e-smith.com>
670     - [1.2.0-04]
671     - Disable PHP MIME type by default
672     - Enable PHP MIME type for each i-bay for which dynamic content is enabled.
673    
674     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
675     - [1.2.0-03]
676     - Rolling release number for GPG signing.
677    
678     * Thu Jan 25 2001 Adrian Chung <adrianc@e-smith.com>
679     - [1.2.0-02]
680     - changed action to run at 50, instead of 55.
681    
682     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
683     - [1.2.0-01]
684     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-10.
685    
686     * Wed Jan 17 2001 Adrian Chung <adrianc@e-smith.com>
687     - [1.1.0-10]
688     - PHP is enabled by default.
689    
690     * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
691     - [1.1.0-9]
692     - rolling to 9, 8 is missing.
693     - pulling expand httpd.conf, we'll leave conf-httpd
694     to do it.
695    
696     * Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com>
697     - [1.1.0-8]
698     - pulled restarting apache - just expand httpd.conf
699    
700     * Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com>
701     - [1.1.0-7]
702     - apache now restarts whenever php's status changes
703    
704     * Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com>
705     - [1.1.0-6]
706     - expand httpd.conf template from conf-php
707    
708     * Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com>
709     - [1.1.0-5]
710     - add apache restart code to conf-php
711    
712     * Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com>
713     - [1.1.0-4]
714     - Only run %post actions in runlevel 7
715    
716     * Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com>
717     - [1.1.0-3]
718     - put createlinks back in.
719    
720     * Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com>
721     - [1.1.0-2]
722     - expand PHP httpd.conf fragments conditionally based on
723     service status.
724     - add PHP to the services database and default to disabled.
725    
726     * Wed Dec 06 2000 Peter Samuel <peters@e-smith.com>
727     - [1.1.0-1]
728     - Rolled version to 1.1.0-1. Inlcudes patches up to 0.1-1.
729    
730     * Tue Nov 14 2000 Adrian Chung <adrianc@e-smith.com>
731     - initial release

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