/[smeserver]/rpms/php/sme8/php.spec
ViewVC logotype

Diff of /rpms/php/sme8/php.spec

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

Revision 1.3 by slords, Mon Jun 20 19:27:01 2011 UTC Revision 1.11 by slords, Mon Jul 15 13:51:22 2013 UTC
# Line 18  Line 18 
18  Summary: PHP scripting language for creating dynamic web sites  Summary: PHP scripting language for creating dynamic web sites
19  Name: php  Name: php
20  Version: 5.3.3  Version: 5.3.3
21  Release: 1%{?dist}.1  Release: 13%{?dist}.2
22  License: PHP and LGPLv2 and LGPLv2+  License: PHP and LGPLv2 and LGPLv2+
23  Group: Development/Languages  Group: Development/Languages
24  URL: http://www.php.net/  URL: http://www.php.net/
# Line 51  Patch62: php-5.3.2-testfail.patch Line 51  Patch62: php-5.3.2-testfail.patch
51  # Bug fixes  # Bug fixes
52  Patch100: php-5.3.2-r305570.patch  Patch100: php-5.3.2-r305570.patch
53  Patch101: php-5.3.3-r305043.patch  Patch101: php-5.3.3-r305043.patch
54    Patch102: php-5.3.3-varnegidx.patch
55    
56  # Fixes for security bugs  # Fixes for security bugs
57  Patch207: php-5.3.2-CVE-2010-3709.patch  Patch207: php-5.3.2-CVE-2010-3709.patch
58  Patch208: php-5.3.2-CVE-2010-3870.patch  Patch208: php-5.3.2-CVE-2010-3870.patch
59  Patch209: php-5.3.3-CVE-2010-4156.patch  Patch209: php-5.3.2-CVE-2010-4645.patch
60  Patch210: php-5.3.3-CVE-2010-3710.patch  Patch210: php-5.3.3-CVE-2010-3710.patch
61  Patch211: php-5.3.2-CVE-2010-4645.patch  Patch211: php-5.3.3-CVE-2010-4156.patch
62    Patch212: php-5.3.3-CVE-2011-0708.patch
63    Patch213: php-5.3.3-CVE-2011-1148.patch
64    Patch214: php-5.3.3-CVE-2011-1466.patch
65    Patch215: php-5.3.3-CVE-2011-1468.patch
66    Patch216: php-5.3.3-CVE-2011-1469.patch
67    Patch218: php-5.3.3-CVE-2011-1471.patch
68    Patch219: php-5.3.3-CVE-2011-1938.patch
69    Patch220: php-5.3.3-CVE-2011-2202.patch
70    Patch221: php-5.3.3-CVE-2011-2483.patch
71    Patch222: php-5.3.3-CVE-2011-4885.patch
72    Patch223: php-5.3.3-CVE-2011-4566.patch
73    Patch224: php-5.3.3-CVE-2012-0830.patch
74    Patch225: php-5.3.3-CVE-2012-1823.patch
75    Patch226: php-5.3.3-CVE-2012-2336.patch
76    Patch230: php-5.3.3-CVE-2011-4153.patch
77    Patch232: php-5.3.3-CVE-2012-1172.patch
78    Patch233: php-5.3.3-CVE-2012-2143.patch
79    Patch234: php-5.3.3-CVE-2012-2386.patch
80    Patch235: php-5.3.3-CVE-2012-0057.patch
81    Patch236: php-5.3.3-CVE-2012-0789.patch
82    Patch237: php-5.3.3-CVE-2010-2950.patch
83    Patch238: php-5.3.3-CVE-2013-4113.patch
84    
85  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
86    
# Line 68  BuildRequires: zlib-devel, pcre-devel >= Line 91  BuildRequires: zlib-devel, pcre-devel >=
91  BuildRequires: bzip2, perl, libtool >= 1.4.3, gcc-c++  BuildRequires: bzip2, perl, libtool >= 1.4.3, gcc-c++
92  Requires: httpd-mmn = %{httpd_mmn}  Requires: httpd-mmn = %{httpd_mmn}
93  Provides: mod_php = %{version}-%{release}  Provides: mod_php = %{version}-%{release}
94    Provides: php53 = %{version}-%{release}, config(php53) = %{version}-%{release}
95  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
96  # For backwards-compatibility, require php-cli for the time being:  # For backwards-compatibility, require php-cli for the time being:
97  Requires: %{name}-cli = %{version}-%{release}  Requires: %{name}-cli = %{version}-%{release}
# Line 89  language to Apache HTTP Server. Line 113  language to Apache HTTP Server.
113  Group: Development/Languages  Group: Development/Languages
114  Summary: Command-line interface for PHP  Summary: Command-line interface for PHP
115  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
116  Provides: php-cgi = %{version}-%{release}, php-cli = %{version}-%{release}  Provides: php-cgi = %{version}-%{release}, php53-cli = %{version}-%{release}
117  Provides: php-pcntl  Provides: php-pcntl
118    
119  %description cli  %description cli
# Line 101  Group: Development/Languages Line 125  Group: Development/Languages
125  Summary: Common files for PHP  Summary: Common files for PHP
126  Provides: php-api = %{apiver}, php-zend-abi = %{zendver}  Provides: php-api = %{apiver}, php-zend-abi = %{zendver}
127  Provides: php(api) = %{apiver}, php(zend-abi) = %{zendver}  Provides: php(api) = %{apiver}, php(zend-abi) = %{zendver}
 Conflicts: php-common  
128  # Provides for all builtin modules:  # Provides for all builtin modules:
129  Provides: php-bz2, php-calendar, php-ctype, php-curl, php-date, php-exif  Provides: php-bz2, php-calendar, php-ctype, php-curl, php-date, php-exif
130  Provides: php-ftp, php-gettext, php-gmp, php-hash, php-iconv, php-libxml  Provides: php-ftp, php-gettext, php-gmp, php-hash, php-iconv, php-libxml
131  Provides: php-reflection, php-session, php-shmop, php-simplexml, php-sockets  Provides: php-reflection, php-session, php-shmop, php-simplexml, php-sockets
132  Provides: php-spl, php-tokenizer, php-openssl, php-pcre  Provides: php-spl, php-tokenizer, php-openssl, php-pcre
133  Provides: php-zlib, php-json, php-zip, php-fileinfo  Provides: php-zlib, php-json, php-zip, php-fileinfo
134    Provides: php53-common = %{version}-%{release}, config(php53-common) = %{version}-%{release}
135    Obsoletes: php-openssl, php-json
136  # For obsoleted pecl extension  # For obsoleted pecl extension
137  Provides: php-pecl-json = %{jsonver}, php-pecl(json) = %{jsonver}  Provides: php-pecl-json = %{jsonver}, php-pecl(json) = %{jsonver}
138  Provides: php-pecl-zip = %{zipver}, php-pecl(zip) = %{zipver}  Provides: php-pecl-zip = %{zipver}, php-pecl(zip) = %{zipver}
139  Provides: php-pecl-phar = %{pharver}, php-pecl(phar) = %{pharver}  Provides: php-pecl-phar = %{pharver}, php-pecl(phar) = %{pharver}
140  Provides: php-pecl-Fileinfo = %{fileinfover}, php-pecl(Fileinfo) = %{fileinfover}  Provides: php-pecl-Fileinfo = %{fileinfover}, php-pecl(Fileinfo) = %{fileinfover}
141    Obsoletes: php-pecl-json, php-pecl-zip, php-pecl-phar, php-pecl-Fileinfo
142    
143  %description common  %description common
144  The %{name}-common package contains files used by both the php  The %{name}-common package contains files used by both the php
# Line 122  package and the php-cli package. Line 148  package and the php-cli package.
148  Group: Development/Libraries  Group: Development/Libraries
149  Summary: Files needed for building PHP extensions  Summary: Files needed for building PHP extensions
150  Requires: %{name} = %{version}-%{release}, autoconf, automake  Requires: %{name} = %{version}-%{release}, autoconf, automake
151  Provides: php-devel = %{version}-%{release}  Provides: php53-devel = %{version}-%{release}, config(php53-devel) = %{version}-%{release}
152    
153  %description devel  %description devel
154  The php-devel package contains the files needed for building PHP  The php-devel package contains the files needed for building PHP
# Line 134  Summary: A module for PHP applications t Line 160  Summary: A module for PHP applications t
160  Group: Development/Languages  Group: Development/Languages
161  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
162  BuildRequires: krb5-devel, openssl-devel, libc-client-devel  BuildRequires: krb5-devel, openssl-devel, libc-client-devel
163    Provides: php53-imap = %{version}-%{release}, config(php53-imap) = %{version}-%{release}
164    
165  %description imap  %description imap
166  The php-imap package contains a dynamic shared object that will  The php-imap package contains a dynamic shared object that will
# Line 144  Summary: A module for PHP applications t Line 171  Summary: A module for PHP applications t
171  Group: Development/Languages  Group: Development/Languages
172  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
173  BuildRequires: cyrus-sasl-devel, openldap-devel, openssl-devel  BuildRequires: cyrus-sasl-devel, openldap-devel, openssl-devel
174    Provides: php53-ldap = %{version}-%{release}, config(php53-ldap) = %{version}-%{release}
175    
176  %description ldap  %description ldap
177  The php-ldap package is a dynamic shared object (DSO) for the Apache  The php-ldap package is a dynamic shared object (DSO) for the Apache
# Line 159  Group: Development/Languages Line 187  Group: Development/Languages
187  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
188  Provides: php-pdo-abi = %{pdover}  Provides: php-pdo-abi = %{pdover}
189  Provides: php-pdo_sqlite  Provides: php-pdo_sqlite
190    Provides: php53-pdo = %{version}-%{release}, config(php53-pdo) = %{version}-%{release}
191    
192  %description pdo  %description pdo
193  The %{name}-pdo package contains a dynamic shared object that will add  The %{name}-pdo package contains a dynamic shared object that will add
# Line 172  Group: Development/Languages Line 201  Group: Development/Languages
201  Requires: %{name}-common = %{version}-%{release}, %{name}-pdo  Requires: %{name}-common = %{version}-%{release}, %{name}-pdo
202  Provides: php_database, php-mysqli, php-pdo_mysql  Provides: php_database, php-mysqli, php-pdo_mysql
203  BuildRequires: mysql-devel >= 4.1.0  BuildRequires: mysql-devel >= 4.1.0
204    Provides: php53-mysql = %{version}-%{release}, config(php53-mysql) = %{version}-%{release}
205    
206  %description mysql  %description mysql
207  The php-mysql package contains a dynamic shared object that will add  The php-mysql package contains a dynamic shared object that will add
# Line 186  Group: Development/Languages Line 216  Group: Development/Languages
216  Requires: %{name}-common = %{version}-%{release}, %{name}-pdo  Requires: %{name}-common = %{version}-%{release}, %{name}-pdo
217  Provides: php_database, php-pdo_pgsql  Provides: php_database, php-pdo_pgsql
218  BuildRequires: krb5-devel, openssl-devel, postgresql-devel  BuildRequires: krb5-devel, openssl-devel, postgresql-devel
219    Provides: php53-pgsql = %{version}-%{release}, config(php53-pgsql) = %{version}-%{release}
220    
221  %description pgsql  %description pgsql
222  The php-pgsql package includes a dynamic shared object (DSO) that can  The php-pgsql package includes a dynamic shared object (DSO) that can
# Line 201  Summary: Modules for PHP script using sy Line 232  Summary: Modules for PHP script using sy
232  Group: Development/Languages  Group: Development/Languages
233  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
234  Provides: php-posix, php-sysvsem, php-sysvshm, php-sysvmsg  Provides: php-posix, php-sysvsem, php-sysvshm, php-sysvmsg
235    Provides: php53-process = %{version}-%{release}, config(php53-process) = %{version}-%{release}
236    
237  %description process  %description process
238  The php-process package contains dynamic shared objects which add  The php-process package contains dynamic shared objects which add
# Line 213  Requires: %{name}-common = %{version}-%{ Line 245  Requires: %{name}-common = %{version}-%{
245  Summary: A module for PHP applications that use ODBC databases  Summary: A module for PHP applications that use ODBC databases
246  Provides: php_database, php-pdo_odbc  Provides: php_database, php-pdo_odbc
247  BuildRequires: unixODBC-devel  BuildRequires: unixODBC-devel
248    Provides: php53-odbc = %{version}-%{release}, config(php53-odbc) = %{version}-%{release}
249    
250  %description odbc  %description odbc
251  The php-odbc package contains a dynamic shared object that will add  The php-odbc package contains a dynamic shared object that will add
# Line 228  Group: Development/Languages Line 261  Group: Development/Languages
261  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
262  Summary: A module for PHP applications that use the SOAP protocol  Summary: A module for PHP applications that use the SOAP protocol
263  BuildRequires: libxml2-devel  BuildRequires: libxml2-devel
264    Provides: php53-soap = %{version}-%{release}, config(php53-soap) = %{version}-%{release}
265    
266  %description soap  %description soap
267  The php-soap package contains a dynamic shared object that will add  The php-soap package contains a dynamic shared object that will add
# Line 238  Summary: A module for PHP applications t Line 272  Summary: A module for PHP applications t
272  Group: Development/Languages  Group: Development/Languages
273  Requires: %{name}-common = %{version}-%{release}, net-snmp  Requires: %{name}-common = %{version}-%{release}, net-snmp
274  BuildRequires: net-snmp-devel  BuildRequires: net-snmp-devel
275    Provides: php53-snmp = %{version}-%{release}, config(php53-snmp) = %{version}-%{release}
276    
277  %description snmp  %description snmp
278  The php-snmp package contains a dynamic shared object that will add  The php-snmp package contains a dynamic shared object that will add
# Line 251  Group: Development/Languages Line 286  Group: Development/Languages
286  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
287  Provides: php-dom, php-xsl, php-domxml, php-wddx  Provides: php-dom, php-xsl, php-domxml, php-wddx
288  BuildRequires: libxslt-devel >= 1.0.18-1, libxml2-devel >= 2.4.14-1  BuildRequires: libxslt-devel >= 1.0.18-1, libxml2-devel >= 2.4.14-1
289    Obsoletes: php-domxml, php-dom
290    Provides: php53-xml = %{version}-%{release}, config(php53-xml) = %{version}-%{release}
291    
292  %description xml  %description xml
293  The php-xml package contains dynamic shared objects which add support  The php-xml package contains dynamic shared objects which add support
# Line 261  and performing XSL transformations on XM Line 298  and performing XSL transformations on XM
298  Summary: A module for PHP applications which use the XML-RPC protocol  Summary: A module for PHP applications which use the XML-RPC protocol
299  Group: Development/Languages  Group: Development/Languages
300  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
301    Provides: php53-xmlrpc = %{version}-%{release}, config(php53-xmlrpc) = %{version}-%{release}
302    
303  %description xmlrpc  %description xmlrpc
304  The php-xmlrpc package contains a dynamic shared object that will add  The php-xmlrpc package contains a dynamic shared object that will add
# Line 270  support for the XML-RPC protocol to PHP. Line 308  support for the XML-RPC protocol to PHP.
308  Summary: A module for PHP applications which need multi-byte string handling  Summary: A module for PHP applications which need multi-byte string handling
309  Group: Development/Languages  Group: Development/Languages
310  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
311    Provides: php53-mbstring = %{version}-%{release}, config(php53-mbstring) = %{version}-%{release}
312    
313  %description mbstring  %description mbstring
314  The php-mbstring package contains a dynamic shared object that will add  The php-mbstring package contains a dynamic shared object that will add
# Line 281  Group: Development/Languages Line 320  Group: Development/Languages
320  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
321  # Required to build the bundled GD library  # Required to build the bundled GD library
322  BuildRequires: libXpm-devel, libjpeg-devel, libpng-devel, freetype-devel  BuildRequires: libXpm-devel, libjpeg-devel, libpng-devel, freetype-devel
323    Provides: php53-gd = %{version}-%{release}, config(php53-gd) = %{version}-%{release}
324    
325  %description gd  %description gd
326  The php-gd package contains a dynamic shared object that will add  The php-gd package contains a dynamic shared object that will add
# Line 290  support for using the gd graphics librar Line 330  support for using the gd graphics librar
330  Summary: A module for PHP applications for using the bcmath library  Summary: A module for PHP applications for using the bcmath library
331  Group: Development/Languages  Group: Development/Languages
332  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
333    Provides: php53-bcmath = %{version}-%{release}, config(php53-bcmath) = %{version}-%{release}
334    
335  %description bcmath  %description bcmath
336  The php-bcmath package contains a dynamic shared object that will add  The php-bcmath package contains a dynamic shared object that will add
# Line 299  support for using the bcmath library to Line 340  support for using the bcmath library to
340  Summary: A database abstraction layer module for PHP applications  Summary: A database abstraction layer module for PHP applications
341  Group: Development/Languages  Group: Development/Languages
342  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
343    Provides: php53-dba = %{version}-%{release}, config(php53-dba) = %{version}-%{release}
344    
345  %description dba  %description dba
346  The php-dba package contains a dynamic shared object that will add  The php-dba package contains a dynamic shared object that will add
# Line 309  Summary: A module for PHP applications f Line 351  Summary: A module for PHP applications f
351  Group: System Environment/Libraries  Group: System Environment/Libraries
352  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
353  BuildRequires: aspell-devel >= 0.50.0  BuildRequires: aspell-devel >= 0.50.0
354    Provides: php53-pspell = %{version}-%{release}, config(php53-pspell) = %{version}-%{release}
355    
356  %description pspell  %description pspell
357  The php-pspell package contains a dynamic shared object that will add  The php-pspell package contains a dynamic shared object that will add
# Line 319  Summary: Internationalization extension Line 362  Summary: Internationalization extension
362  Group: System Environment/Libraries  Group: System Environment/Libraries
363  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
364  BuildRequires: libicu-devel >= 3.6  BuildRequires: libicu-devel >= 3.6
365    Provides: php53-intl = %{version}-%{release}, config(php53-intl) = %{version}-%{release}
366    
367  %description intl  %description intl
368  The php-intl package contains a dynamic shared object that will add  The php-intl package contains a dynamic shared object that will add
# Line 344  support for using the ICU library to PHP Line 388  support for using the ICU library to PHP
388    
389  %patch100 -p1 -b .r305570  %patch100 -p1 -b .r305570
390  %patch101 -p1 -b .r305043  %patch101 -p1 -b .r305043
391    %patch102 -p1 -b .varnegidx
392    
393  %patch207 -p1 -b .cve3709  %patch207 -p1 -b .cve3709
394  %patch208 -p1 -b .cve3870  %patch208 -p1 -b .cve3870
395    %patch209 -p1 -b .cve4645
 %patch209 -p1 -b .cve4156  
396  %patch210 -p1 -b .cve3710  %patch210 -p1 -b .cve3710
397  %patch211 -p1 -b .cve4645  %patch211 -p1 -b .cve4156
398    %patch212 -p1 -b .cve0708
399    %patch213 -p1 -b .cve1148
400    %patch214 -p1 -b .cve1466
401    %patch215 -p1 -b .cve1468
402    %patch216 -p1 -b .cve1469
403    %patch218 -p1 -b .cve1471
404    %patch219 -p1 -b .cve1938
405    %patch220 -p1 -b .cve2202
406    %patch221 -p1 -b .cve2483
407    %patch222 -p1 -b .cve4885
408    %patch223 -p1 -b .cve4566
409    %patch224 -p1 -b .cve0830
410    %patch225 -p1 -b .cve1823
411    %patch226 -p1 -b .cve2336
412    
413    %patch230 -p1 -b .cve4153
414    %patch232 -p1 -b .cve1172
415    %patch233 -p1 -b .cve2143
416    %patch234 -p1 -b .cve2386
417    %patch235 -p1 -b .cve0057
418    %patch236 -p1 -b .cve0789
419    %patch237 -p1 -b .cve2950
420    %patch238 -p1 -b .cve4113
421    
422  # Prevent %%doc confusion over LICENSE files  # Prevent %%doc confusion over LICENSE files
423  cp -p Zend/LICENSE Zend/ZEND_LICENSE  cp -p Zend/LICENSE Zend/ZEND_LICENSE
# Line 675  rm files.* macros.php Line 742  rm files.* macros.php
742  %defattr(-,root,root)  %defattr(-,root,root)
743  %doc CODING_STANDARDS CREDITS INSTALL LICENSE NEWS README*  %doc CODING_STANDARDS CREDITS INSTALL LICENSE NEWS README*
744  %doc Zend/ZEND_* TSRM_LICENSE regex_COPYRIGHT  %doc Zend/ZEND_* TSRM_LICENSE regex_COPYRIGHT
745  %doc php.ini-*  %doc php.ini-production php.ini-development
746  %config(noreplace) %{_sysconfdir}/php.ini  %config(noreplace) %{_sysconfdir}/php.ini
747  %dir %{_sysconfdir}/php.d  %dir %{_sysconfdir}/php.d
748  %dir %{_libdir}/php  %dir %{_libdir}/php
# Line 728  rm files.* macros.php Line 795  rm files.* macros.php
795  %files process -f files.process  %files process -f files.process
796    
797  %changelog  %changelog
798  * Wed Jan 19 2011 Joe Orton <jorton@redhat.com> - 5.3.3-1.1  * Mon Jul 15 2013 Shad L. Lords <slords@mail.com> - 5.3.3-13.sme.2
799  - add security fixes for CVE-2010-3710, CVE-2010-4156,  - Add php53-* provides to provide compatibility
800    CVE-2010-4645 (#670463)  - Obsolete php-domxml and php-dom [SME: 6733]
801    - Update Obsoletes and Conflicts [SME: 6436]
802    
803    * Fri Jul 12 2013 Remi Collet <rcollet@redhat.com> - 5.3.3-13.1
804    - add security fix for CVE-2013-4113
805    
806    * Mon Jun 25 2012 Joe Orton <jorton@redhat.com> - 5.3.3-13
807    - add security fix for CVE-2010-2950
808    
809    * Wed Jun 13 2012 Joe Orton <jorton@redhat.com> - 5.3.3-11
810    - fix tests for CVE-2012-2143, CVE-2012-0789
811    
812    * Tue Jun 12 2012 Joe Orton <jorton@redhat.com> - 5.3.3-10
813    - add security fix for CVE-2012-2336
814    
815    * Tue Jun 12 2012 Joe Orton <jorton@redhat.com> - 5.3.3-9
816    - add security fixes for CVE-2011-4153, CVE-2012-0057, CVE-2012-0789,
817      CVE-2012-1172, CVE-2012-2143, CVE-2012-2386
818    
819    * Thu May  3 2012 Joe Orton <jorton@redhat.com> - 5.3.3-7
820    - correct detection of = in CVE-2012-1823 fix (#818607)
821    
822    * Thu May  3 2012 Joe Orton <jorton@redhat.com> - 5.3.3-6
823    - add security fix for CVE-2012-1823 (#818607)
824    
825    * Thu Feb  2 2012 Joe Orton <jorton@redhat.com> - 5.3.3-5
826    - add security fix for CVE-2012-0830 (#786758)
827    
828    * Wed Jan 04 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 5.3.3-4
829    - remove extra php.ini-prod/devel files caused by %%patch -b
830    
831    * Tue Jan 03 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 5.3.3-3
832    - add security fixes for CVE-2011-4885, CVE-2011-4566 (#740734)
833    
834    * Fri Oct 28 2011 Joe Orton <jorton@redhat.com> - 5.3.3-2
835    - add php-$subpkg = V-R provides (#717158)
836    - add security fixes for CVE-2010-3710, CVE-2010-4156, CVE-2010-4645 (#670464)
837    - add security fixes for CVE-2011-2483, CVE-2011-0708, CVE-2011-1148,
838      CVE-2011-1466, CVE-2011-1468, CVE-2011-1469, CVE-2011-1471,
839      CVE-2011-1938, CVE-2011-2202 (#740734)
840    - fix negative keys with var_export (#700724)
841    
842  * Wed Dec  1 2010 Joe Orton <jorton@redhat.com> - 5.3.3-1  * Wed Dec  1 2010 Joe Orton <jorton@redhat.com> - 5.3.3-1
843  - update to 5.3.3 (#658315)  - update to 5.3.3 (#658315)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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