/[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.8 by slords, Fri Feb 3 15:51:39 2012 UTC Revision 1.10 by slords, Thu Aug 23 02:39:15 2012 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}.6  Release: 13%{?dist}.1
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  Patch212: php-5.3.3-CVE-2011-0708.patch
63  Patch213: php-5.3.3-CVE-2011-1148.patch  Patch213: php-5.3.3-CVE-2011-1148.patch
64  Patch214: php-5.3.3-CVE-2011-1466.patch  Patch214: php-5.3.3-CVE-2011-1466.patch
65  Patch215: php-5.3.3-CVE-2011-1468.patch  Patch215: php-5.3.3-CVE-2011-1468.patch
66  Patch216: php-5.3.3-CVE-2011-1469.patch  Patch216: php-5.3.3-CVE-2011-1469.patch
 Patch217: php-5.3.3-CVE-2011-1470.patch  
67  Patch218: php-5.3.3-CVE-2011-1471.patch  Patch218: php-5.3.3-CVE-2011-1471.patch
68  Patch219: php-5.3.3-CVE-2011-1938.patch  Patch219: php-5.3.3-CVE-2011-1938.patch
69  Patch220: php-5.3.3-CVE-2011-2202.patch  Patch220: php-5.3.3-CVE-2011-2202.patch
# Line 71  Patch221: php-5.3.3-CVE-2011-2483.patch Line 71  Patch221: php-5.3.3-CVE-2011-2483.patch
71  Patch222: php-5.3.3-CVE-2011-4885.patch  Patch222: php-5.3.3-CVE-2011-4885.patch
72  Patch223: php-5.3.3-CVE-2011-4566.patch  Patch223: php-5.3.3-CVE-2011-4566.patch
73  Patch224: php-5.3.3-CVE-2012-0830.patch  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    
84  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
85    
# Line 81  BuildRequires: zlib-devel, pcre-devel >= Line 90  BuildRequires: zlib-devel, pcre-devel >=
90  BuildRequires: bzip2, perl, libtool >= 1.4.3, gcc-c++  BuildRequires: bzip2, perl, libtool >= 1.4.3, gcc-c++
91  Requires: httpd-mmn = %{httpd_mmn}  Requires: httpd-mmn = %{httpd_mmn}
92  Provides: mod_php = %{version}-%{release}  Provides: mod_php = %{version}-%{release}
93    Provides: php53 = %{version}-%{release}, config(php53) = %{version}-%{release}
94  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
95  # For backwards-compatibility, require php-cli for the time being:  # For backwards-compatibility, require php-cli for the time being:
96  Requires: %{name}-cli = %{version}-%{release}  Requires: %{name}-cli = %{version}-%{release}
# Line 102  language to Apache HTTP Server. Line 112  language to Apache HTTP Server.
112  Group: Development/Languages  Group: Development/Languages
113  Summary: Command-line interface for PHP  Summary: Command-line interface for PHP
114  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
115  Provides: php-cgi = %{version}-%{release}, php-cli = %{version}-%{release}  Provides: php-cgi = %{version}-%{release}, php53-cli = %{version}-%{release}
116  Provides: php-pcntl  Provides: php-pcntl
117    
118  %description cli  %description cli
# Line 120  Provides: php-ftp, php-gettext, php-gmp, Line 130  Provides: php-ftp, php-gettext, php-gmp,
130  Provides: php-reflection, php-session, php-shmop, php-simplexml, php-sockets  Provides: php-reflection, php-session, php-shmop, php-simplexml, php-sockets
131  Provides: php-spl, php-tokenizer, php-openssl, php-pcre  Provides: php-spl, php-tokenizer, php-openssl, php-pcre
132  Provides: php-zlib, php-json, php-zip, php-fileinfo  Provides: php-zlib, php-json, php-zip, php-fileinfo
133    Provides: php53-common = %{version}-%{release}, config(php53-common) = %{version}-%{release}
134  Obsoletes: php-openssl, php-json  Obsoletes: php-openssl, php-json
135  # For obsoleted pecl extension  # For obsoleted pecl extension
136  Provides: php-pecl-json = %{jsonver}, php-pecl(json) = %{jsonver}  Provides: php-pecl-json = %{jsonver}, php-pecl(json) = %{jsonver}
# Line 136  package and the php-cli package. Line 147  package and the php-cli package.
147  Group: Development/Libraries  Group: Development/Libraries
148  Summary: Files needed for building PHP extensions  Summary: Files needed for building PHP extensions
149  Requires: %{name} = %{version}-%{release}, autoconf, automake  Requires: %{name} = %{version}-%{release}, autoconf, automake
150  Provides: php-devel = %{version}-%{release}  Provides: php53-devel = %{version}-%{release}, config(php53-devel) = %{version}-%{release}
151    
152  %description devel  %description devel
153  The php-devel package contains the files needed for building PHP  The php-devel package contains the files needed for building PHP
# Line 148  Summary: A module for PHP applications t Line 159  Summary: A module for PHP applications t
159  Group: Development/Languages  Group: Development/Languages
160  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
161  BuildRequires: krb5-devel, openssl-devel, libc-client-devel  BuildRequires: krb5-devel, openssl-devel, libc-client-devel
162    Provides: php53-imap = %{version}-%{release}, config(php53-imap) = %{version}-%{release}
163    
164  %description imap  %description imap
165  The php-imap package contains a dynamic shared object that will  The php-imap package contains a dynamic shared object that will
# Line 158  Summary: A module for PHP applications t Line 170  Summary: A module for PHP applications t
170  Group: Development/Languages  Group: Development/Languages
171  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
172  BuildRequires: cyrus-sasl-devel, openldap-devel, openssl-devel  BuildRequires: cyrus-sasl-devel, openldap-devel, openssl-devel
173    Provides: php53-ldap = %{version}-%{release}, config(php53-ldap) = %{version}-%{release}
174    
175  %description ldap  %description ldap
176  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 173  Group: Development/Languages Line 186  Group: Development/Languages
186  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
187  Provides: php-pdo-abi = %{pdover}  Provides: php-pdo-abi = %{pdover}
188  Provides: php-pdo_sqlite  Provides: php-pdo_sqlite
189    Provides: php53-pdo = %{version}-%{release}, config(php53-pdo) = %{version}-%{release}
190    
191  %description pdo  %description pdo
192  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 186  Group: Development/Languages Line 200  Group: Development/Languages
200  Requires: %{name}-common = %{version}-%{release}, %{name}-pdo  Requires: %{name}-common = %{version}-%{release}, %{name}-pdo
201  Provides: php_database, php-mysqli, php-pdo_mysql  Provides: php_database, php-mysqli, php-pdo_mysql
202  BuildRequires: mysql-devel >= 4.1.0  BuildRequires: mysql-devel >= 4.1.0
203    Provides: php53-mysql = %{version}-%{release}, config(php53-mysql) = %{version}-%{release}
204    
205  %description mysql  %description mysql
206  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 200  Group: Development/Languages Line 215  Group: Development/Languages
215  Requires: %{name}-common = %{version}-%{release}, %{name}-pdo  Requires: %{name}-common = %{version}-%{release}, %{name}-pdo
216  Provides: php_database, php-pdo_pgsql  Provides: php_database, php-pdo_pgsql
217  BuildRequires: krb5-devel, openssl-devel, postgresql-devel  BuildRequires: krb5-devel, openssl-devel, postgresql-devel
218    Provides: php53-pgsql = %{version}-%{release}, config(php53-pgsql) = %{version}-%{release}
219    
220  %description pgsql  %description pgsql
221  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 215  Summary: Modules for PHP script using sy Line 231  Summary: Modules for PHP script using sy
231  Group: Development/Languages  Group: Development/Languages
232  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
233  Provides: php-posix, php-sysvsem, php-sysvshm, php-sysvmsg  Provides: php-posix, php-sysvsem, php-sysvshm, php-sysvmsg
234    Provides: php53-process = %{version}-%{release}, config(php53-process) = %{version}-%{release}
235    
236  %description process  %description process
237  The php-process package contains dynamic shared objects which add  The php-process package contains dynamic shared objects which add
# Line 227  Requires: %{name}-common = %{version}-%{ Line 244  Requires: %{name}-common = %{version}-%{
244  Summary: A module for PHP applications that use ODBC databases  Summary: A module for PHP applications that use ODBC databases
245  Provides: php_database, php-pdo_odbc  Provides: php_database, php-pdo_odbc
246  BuildRequires: unixODBC-devel  BuildRequires: unixODBC-devel
247    Provides: php53-odbc = %{version}-%{release}, config(php53-odbc) = %{version}-%{release}
248    
249  %description odbc  %description odbc
250  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 242  Group: Development/Languages Line 260  Group: Development/Languages
260  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
261  Summary: A module for PHP applications that use the SOAP protocol  Summary: A module for PHP applications that use the SOAP protocol
262  BuildRequires: libxml2-devel  BuildRequires: libxml2-devel
263    Provides: php53-soap = %{version}-%{release}, config(php53-soap) = %{version}-%{release}
264    
265  %description soap  %description soap
266  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 252  Summary: A module for PHP applications t Line 271  Summary: A module for PHP applications t
271  Group: Development/Languages  Group: Development/Languages
272  Requires: %{name}-common = %{version}-%{release}, net-snmp  Requires: %{name}-common = %{version}-%{release}, net-snmp
273  BuildRequires: net-snmp-devel  BuildRequires: net-snmp-devel
274    Provides: php53-snmp = %{version}-%{release}, config(php53-snmp) = %{version}-%{release}
275    
276  %description snmp  %description snmp
277  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 266  Requires: %{name}-common = %{version}-%{ Line 286  Requires: %{name}-common = %{version}-%{
286  Provides: php-dom, php-xsl, php-domxml, php-wddx  Provides: php-dom, php-xsl, php-domxml, php-wddx
287  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
288  Obsoletes: php-domxml, php-dom  Obsoletes: php-domxml, php-dom
289    Provides: php53-xml = %{version}-%{release}, config(php53-xml) = %{version}-%{release}
290    
291  %description xml  %description xml
292  The php-xml package contains dynamic shared objects which add support  The php-xml package contains dynamic shared objects which add support
# Line 276  and performing XSL transformations on XM Line 297  and performing XSL transformations on XM
297  Summary: A module for PHP applications which use the XML-RPC protocol  Summary: A module for PHP applications which use the XML-RPC protocol
298  Group: Development/Languages  Group: Development/Languages
299  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
300    Provides: php53-xmlrpc = %{version}-%{release}, config(php53-xmlrpc) = %{version}-%{release}
301    
302  %description xmlrpc  %description xmlrpc
303  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 285  support for the XML-RPC protocol to PHP. Line 307  support for the XML-RPC protocol to PHP.
307  Summary: A module for PHP applications which need multi-byte string handling  Summary: A module for PHP applications which need multi-byte string handling
308  Group: Development/Languages  Group: Development/Languages
309  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
310    Provides: php53-mbstring = %{version}-%{release}, config(php53-mbstring) = %{version}-%{release}
311    
312  %description mbstring  %description mbstring
313  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 296  Group: Development/Languages Line 319  Group: Development/Languages
319  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
320  # Required to build the bundled GD library  # Required to build the bundled GD library
321  BuildRequires: libXpm-devel, libjpeg-devel, libpng-devel, freetype-devel  BuildRequires: libXpm-devel, libjpeg-devel, libpng-devel, freetype-devel
322    Provides: php53-gd = %{version}-%{release}, config(php53-gd) = %{version}-%{release}
323    
324  %description gd  %description gd
325  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 305  support for using the gd graphics librar Line 329  support for using the gd graphics librar
329  Summary: A module for PHP applications for using the bcmath library  Summary: A module for PHP applications for using the bcmath library
330  Group: Development/Languages  Group: Development/Languages
331  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
332    Provides: php53-bcmath = %{version}-%{release}, config(php53-bcmath) = %{version}-%{release}
333    
334  %description bcmath  %description bcmath
335  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 314  support for using the bcmath library to Line 339  support for using the bcmath library to
339  Summary: A database abstraction layer module for PHP applications  Summary: A database abstraction layer module for PHP applications
340  Group: Development/Languages  Group: Development/Languages
341  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
342    Provides: php53-dba = %{version}-%{release}, config(php53-dba) = %{version}-%{release}
343    
344  %description dba  %description dba
345  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 324  Summary: A module for PHP applications f Line 350  Summary: A module for PHP applications f
350  Group: System Environment/Libraries  Group: System Environment/Libraries
351  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
352  BuildRequires: aspell-devel >= 0.50.0  BuildRequires: aspell-devel >= 0.50.0
353    Provides: php53-pspell = %{version}-%{release}, config(php53-pspell) = %{version}-%{release}
354    
355  %description pspell  %description pspell
356  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 334  Summary: Internationalization extension Line 361  Summary: Internationalization extension
361  Group: System Environment/Libraries  Group: System Environment/Libraries
362  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
363  BuildRequires: libicu-devel >= 3.6  BuildRequires: libicu-devel >= 3.6
364    Provides: php53-intl = %{version}-%{release}, config(php53-intl) = %{version}-%{release}
365    
366  %description intl  %description intl
367  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 359  support for using the ICU library to PHP Line 387  support for using the ICU library to PHP
387    
388  %patch100 -p1 -b .r305570  %patch100 -p1 -b .r305570
389  %patch101 -p1 -b .r305043  %patch101 -p1 -b .r305043
390    %patch102 -p1 -b .varnegidx
391    
392  %patch207 -p1 -b .cve3709  %patch207 -p1 -b .cve3709
393  %patch208 -p1 -b .cve3870  %patch208 -p1 -b .cve3870
394    %patch209 -p1 -b .cve4645
 %patch209 -p1 -b .cve4156  
395  %patch210 -p1 -b .cve3710  %patch210 -p1 -b .cve3710
396  %patch211 -p1 -b .cve4645  %patch211 -p1 -b .cve4156
397  %patch212 -p1 -b .cve0708  %patch212 -p1 -b .cve0708
398  %patch213 -p1 -b .cve1148  %patch213 -p1 -b .cve1148
399  %patch214 -p1 -b .cve1466  %patch214 -p1 -b .cve1466
400  %patch215 -p1 -b .cve1468  %patch215 -p1 -b .cve1468
401  %patch216 -p1 -b .cve1469  %patch216 -p1 -b .cve1469
 %patch217 -p1 -b .cve1470  
402  %patch218 -p1 -b .cve1471  %patch218 -p1 -b .cve1471
403  %patch219 -p1 -b .cve1938  %patch219 -p1 -b .cve1938
404  %patch220 -p1 -b .cve2202  %patch220 -p1 -b .cve2202
# Line 379  support for using the ICU library to PHP Line 406  support for using the ICU library to PHP
406  %patch222 -p1 -b .cve4885  %patch222 -p1 -b .cve4885
407  %patch223 -p1 -b .cve4566  %patch223 -p1 -b .cve4566
408  %patch224 -p1 -b .cve0830  %patch224 -p1 -b .cve0830
409    %patch225 -p1 -b .cve1823
410    %patch226 -p1 -b .cve2336
411    
412    %patch230 -p1 -b .cve4153
413    %patch232 -p1 -b .cve1172
414    %patch233 -p1 -b .cve2143
415    %patch234 -p1 -b .cve2386
416    %patch235 -p1 -b .cve0057
417    %patch236 -p1 -b .cve0789
418    %patch237 -p1 -b .cve2950
419    
420  # Prevent %%doc confusion over LICENSE files  # Prevent %%doc confusion over LICENSE files
421  cp -p Zend/LICENSE Zend/ZEND_LICENSE  cp -p Zend/LICENSE Zend/ZEND_LICENSE
# Line 757  rm files.* macros.php Line 793  rm files.* macros.php
793  %files process -f files.process  %files process -f files.process
794    
795  %changelog  %changelog
796  * Fri Feb 3 2012 Shad L. Lords <slords@mail.com> - 5.3.3-1.6.sme  * Wed Aug 22 2012 Shad L. Lords <slords@mail.com> - 5.3.3-13.sme.1
797    - Add php53-* provides to provide compatibility
798    
799    * Fri Jun 29 2012 Shad L. Lords <slords@mail.com> - 5.3.3-13.sme
800  - Obsolete php-domxml and php-dom [SME: 6733]  - Obsolete php-domxml and php-dom [SME: 6733]
801  - Update Obsoletes and Conflicts [SME: 6436]  - Update Obsoletes and Conflicts [SME: 6436]
802    
803  * Thu Feb  2 2012 Joe Orton <jorton@redhat.com> - 5.3.3-1.6  * Mon Jun 25 2012 Joe Orton <jorton@redhat.com> - 5.3.3-13
804  - add security fix for CVE-2012-0830 (#786757)  - add security fix for CVE-2010-2950
805    
806  * Wed Jan 04 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 5.3.3-1.5  * Wed Jun 13 2012 Joe Orton <jorton@redhat.com> - 5.3.3-11
807  - remove extra php.ini-prod/devel files caused by %%patch -b  - fix tests for CVE-2012-2143, CVE-2012-0789
808    
809  * Tue Jan 03 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 5.3.3-1.4  * Tue Jun 12 2012 Joe Orton <jorton@redhat.com> - 5.3.3-10
810  - add security fixes for CVE-2011-4885, CVE-2011-4566 (#769758)  - add security fix for CVE-2012-2336
811    
812  * Mon Oct 24 2011 Joe Orton <jorton@redhat.com> - 5.3.3-1.3  * Tue Jun 12 2012 Joe Orton <jorton@redhat.com> - 5.3.3-9
813  - improve CVE-2011-1466 fix to cover CAL_GREGORIAN, CAL_JEWISH  - add security fixes for CVE-2011-4153, CVE-2012-0057, CVE-2012-0789,
814      CVE-2012-1172, CVE-2012-2143, CVE-2012-2386
815    
816  * Mon Sep 26 2011 Joe Orton <jorton@redhat.com> - 5.3.3-1.2  * Thu May  3 2012 Joe Orton <jorton@redhat.com> - 5.3.3-7
817  - add security fixes for CVE-2011-2483, CVE-2011-0708, CVE-2011-1148,  - correct detection of = in CVE-2012-1823 fix (#818607)
818    CVE-2011-1466, CVE-2011-1468, CVE-2011-1469, CVE-2011-1470,  
819    CVE-2011-1471, CVE-2011-1938, and CVE-2011-2202 (#740733)  * Thu May  3 2012 Joe Orton <jorton@redhat.com> - 5.3.3-6
820    - add security fix for CVE-2012-1823 (#818607)
821    
822  * Wed Jan 19 2011 Joe Orton <jorton@redhat.com> - 5.3.3-1.1  * Thu Feb  2 2012 Joe Orton <jorton@redhat.com> - 5.3.3-5
823  - add security fixes for CVE-2010-3710, CVE-2010-4156,  - add security fix for CVE-2012-0830 (#786758)
824    CVE-2010-4645 (#670463)  
825    * Wed Jan 04 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 5.3.3-4
826    - remove extra php.ini-prod/devel files caused by %%patch -b
827    
828    * Tue Jan 03 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 5.3.3-3
829    - add security fixes for CVE-2011-4885, CVE-2011-4566 (#740734)
830    
831    * Fri Oct 28 2011 Joe Orton <jorton@redhat.com> - 5.3.3-2
832    - add php-$subpkg = V-R provides (#717158)
833    - add security fixes for CVE-2010-3710, CVE-2010-4156, CVE-2010-4645 (#670464)
834    - add security fixes for CVE-2011-2483, CVE-2011-0708, CVE-2011-1148,
835      CVE-2011-1466, CVE-2011-1468, CVE-2011-1469, CVE-2011-1471,
836      CVE-2011-1938, CVE-2011-2202 (#740734)
837    - fix negative keys with var_export (#700724)
838    
839  * 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
840  - 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