/[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.5.2.2 by slords, Fri Feb 3 15:48:14 2012 UTC Revision 1.6 by slords, Thu Nov 3 22:54:19 2011 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: 1%{?dist}.3
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 68  Patch218: php-5.3.3-CVE-2011-1471.patch Line 68  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
70  Patch221: php-5.3.3-CVE-2011-2483.patch  Patch221: php-5.3.3-CVE-2011-2483.patch
 Patch222: php-5.3.3-CVE-2011-4885.patch  
 Patch223: php-5.3.3-CVE-2011-4566.patch  
 Patch224: php-5.3.3-CVE-2012-0830.patch  
71    
72  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
73    
# Line 114  Group: Development/Languages Line 111  Group: Development/Languages
111  Summary: Common files for PHP  Summary: Common files for PHP
112  Provides: php-api = %{apiver}, php-zend-abi = %{zendver}  Provides: php-api = %{apiver}, php-zend-abi = %{zendver}
113  Provides: php(api) = %{apiver}, php(zend-abi) = %{zendver}  Provides: php(api) = %{apiver}, php(zend-abi) = %{zendver}
 Conflicts: php-common  
114  # Provides for all builtin modules:  # Provides for all builtin modules:
115  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
116  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
117  Provides: php-reflection, php-session, php-shmop, php-simplexml, php-sockets  Provides: php-reflection, php-session, php-shmop, php-simplexml, php-sockets
118  Provides: php-spl, php-tokenizer, php-openssl, php-pcre  Provides: php-spl, php-tokenizer, php-openssl, php-pcre
119  Provides: php-zlib, php-json, php-zip, php-fileinfo  Provides: php-zlib, php-json, php-zip, php-fileinfo
120    Obsoletes: php-openssl, php-json
121  # For obsoleted pecl extension  # For obsoleted pecl extension
122  Provides: php-pecl-json = %{jsonver}, php-pecl(json) = %{jsonver}  Provides: php-pecl-json = %{jsonver}, php-pecl(json) = %{jsonver}
123  Provides: php-pecl-zip = %{zipver}, php-pecl(zip) = %{zipver}  Provides: php-pecl-zip = %{zipver}, php-pecl(zip) = %{zipver}
124  Provides: php-pecl-phar = %{pharver}, php-pecl(phar) = %{pharver}  Provides: php-pecl-phar = %{pharver}, php-pecl(phar) = %{pharver}
125  Provides: php-pecl-Fileinfo = %{fileinfover}, php-pecl(Fileinfo) = %{fileinfover}  Provides: php-pecl-Fileinfo = %{fileinfover}, php-pecl(Fileinfo) = %{fileinfover}
126    Obsoletes: php-pecl-json, php-pecl-zip, php-pecl-phar, php-pecl-Fileinfo
127    
128  %description common  %description common
129  The %{name}-common package contains files used by both the php  The %{name}-common package contains files used by both the php
# Line 264  Group: Development/Languages Line 262  Group: Development/Languages
262  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
263  Provides: php-dom, php-xsl, php-domxml, php-wddx  Provides: php-dom, php-xsl, php-domxml, php-wddx
264  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
265    Obsoletes: php-domxml, php-dom
266    
267  %description xml  %description xml
268  The php-xml package contains dynamic shared objects which add support  The php-xml package contains dynamic shared objects which add support
# Line 374  support for using the ICU library to PHP Line 373  support for using the ICU library to PHP
373  %patch219 -p1 -b .cve1938  %patch219 -p1 -b .cve1938
374  %patch220 -p1 -b .cve2202  %patch220 -p1 -b .cve2202
375  %patch221 -p1 -b .cve2483  %patch221 -p1 -b .cve2483
 %patch222 -p1 -b .cve4885  
 %patch223 -p1 -b .cve4566  
 %patch224 -p1 -b .cve0830  
   
376    
377  # Prevent %%doc confusion over LICENSE files  # Prevent %%doc confusion over LICENSE files
378  cp -p Zend/LICENSE Zend/ZEND_LICENSE  cp -p Zend/LICENSE Zend/ZEND_LICENSE
# Line 702  rm files.* macros.php Line 697  rm files.* macros.php
697  %defattr(-,root,root)  %defattr(-,root,root)
698  %doc CODING_STANDARDS CREDITS INSTALL LICENSE NEWS README*  %doc CODING_STANDARDS CREDITS INSTALL LICENSE NEWS README*
699  %doc Zend/ZEND_* TSRM_LICENSE regex_COPYRIGHT  %doc Zend/ZEND_* TSRM_LICENSE regex_COPYRIGHT
700  %doc php.ini-production php.ini-development  %doc php.ini-*
701  %config(noreplace) %{_sysconfdir}/php.ini  %config(noreplace) %{_sysconfdir}/php.ini
702  %dir %{_sysconfdir}/php.d  %dir %{_sysconfdir}/php.d
703  %dir %{_libdir}/php  %dir %{_libdir}/php
# Line 755  rm files.* macros.php Line 750  rm files.* macros.php
750  %files process -f files.process  %files process -f files.process
751    
752  %changelog  %changelog
753  * Thu Feb  2 2012 Joe Orton <jorton@redhat.com> - 5.3.3-1.6  * Thu Nov 2 2011 Shad L. Lords <slords@mail.com> - 5.3.3-1.3.sme
754  - add security fix for CVE-2012-0830 (#786757)  - Obsolete php-domxml and php-dom [SME: 6733]
755    - Update Obsoletes and Conflicts [SME: 6436]
 * Wed Jan 04 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 5.3.3-1.5  
 - remove extra php.ini-prod/devel files caused by %%patch -b  
   
 * Tue Jan 03 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 5.3.3-1.4  
 - add security fixes for CVE-2011-4885, CVE-2011-4566 (#769758)  
756    
757  * Mon Oct 24 2011 Joe Orton <jorton@redhat.com> - 5.3.3-1.3  * Mon Oct 24 2011 Joe Orton <jorton@redhat.com> - 5.3.3-1.3
758  - improve CVE-2011-1466 fix to cover CAL_GREGORIAN, CAL_JEWISH  - improve CVE-2011-1466 fix to cover CAL_GREGORIAN, CAL_JEWISH


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