/[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.1 by slords, Thu Nov 3 22:49:53 2011 UTC Revision 1.8 by slords, Fri Feb 3 15:51:39 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}.3  Release: 1%{?dist}.6
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
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    
75  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
76    
# Line 111  Group: Development/Languages Line 114  Group: Development/Languages
114  Summary: Common files for PHP  Summary: Common files for PHP
115  Provides: php-api = %{apiver}, php-zend-abi = %{zendver}  Provides: php-api = %{apiver}, php-zend-abi = %{zendver}
116  Provides: php(api) = %{apiver}, php(zend-abi) = %{zendver}  Provides: php(api) = %{apiver}, php(zend-abi) = %{zendver}
 Conflicts: php-common  
117  # Provides for all builtin modules:  # Provides for all builtin modules:
118  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
119  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
120  Provides: php-reflection, php-session, php-shmop, php-simplexml, php-sockets  Provides: php-reflection, php-session, php-shmop, php-simplexml, php-sockets
121  Provides: php-spl, php-tokenizer, php-openssl, php-pcre  Provides: php-spl, php-tokenizer, php-openssl, php-pcre
122  Provides: php-zlib, php-json, php-zip, php-fileinfo  Provides: php-zlib, php-json, php-zip, php-fileinfo
123    Obsoletes: php-openssl, php-json
124  # For obsoleted pecl extension  # For obsoleted pecl extension
125  Provides: php-pecl-json = %{jsonver}, php-pecl(json) = %{jsonver}  Provides: php-pecl-json = %{jsonver}, php-pecl(json) = %{jsonver}
126  Provides: php-pecl-zip = %{zipver}, php-pecl(zip) = %{zipver}  Provides: php-pecl-zip = %{zipver}, php-pecl(zip) = %{zipver}
127  Provides: php-pecl-phar = %{pharver}, php-pecl(phar) = %{pharver}  Provides: php-pecl-phar = %{pharver}, php-pecl(phar) = %{pharver}
128  Provides: php-pecl-Fileinfo = %{fileinfover}, php-pecl(Fileinfo) = %{fileinfover}  Provides: php-pecl-Fileinfo = %{fileinfover}, php-pecl(Fileinfo) = %{fileinfover}
129    Obsoletes: php-pecl-json, php-pecl-zip, php-pecl-phar, php-pecl-Fileinfo
130    
131  %description common  %description common
132  The %{name}-common package contains files used by both the php  The %{name}-common package contains files used by both the php
# Line 261  Group: Development/Languages Line 265  Group: Development/Languages
265  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
266  Provides: php-dom, php-xsl, php-domxml, php-wddx  Provides: php-dom, php-xsl, php-domxml, php-wddx
267  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
268    Obsoletes: php-domxml, php-dom
269    
270  %description xml  %description xml
271  The php-xml package contains dynamic shared objects which add support  The php-xml package contains dynamic shared objects which add support
# Line 371  support for using the ICU library to PHP Line 376  support for using the ICU library to PHP
376  %patch219 -p1 -b .cve1938  %patch219 -p1 -b .cve1938
377  %patch220 -p1 -b .cve2202  %patch220 -p1 -b .cve2202
378  %patch221 -p1 -b .cve2483  %patch221 -p1 -b .cve2483
379    %patch222 -p1 -b .cve4885
380    %patch223 -p1 -b .cve4566
381    %patch224 -p1 -b .cve0830
382    
383    
384  # Prevent %%doc confusion over LICENSE files  # Prevent %%doc confusion over LICENSE files
385  cp -p Zend/LICENSE Zend/ZEND_LICENSE  cp -p Zend/LICENSE Zend/ZEND_LICENSE
# Line 695  rm files.* macros.php Line 704  rm files.* macros.php
704  %defattr(-,root,root)  %defattr(-,root,root)
705  %doc CODING_STANDARDS CREDITS INSTALL LICENSE NEWS README*  %doc CODING_STANDARDS CREDITS INSTALL LICENSE NEWS README*
706  %doc Zend/ZEND_* TSRM_LICENSE regex_COPYRIGHT  %doc Zend/ZEND_* TSRM_LICENSE regex_COPYRIGHT
707  %doc php.ini-*  %doc php.ini-production php.ini-development
708  %config(noreplace) %{_sysconfdir}/php.ini  %config(noreplace) %{_sysconfdir}/php.ini
709  %dir %{_sysconfdir}/php.d  %dir %{_sysconfdir}/php.d
710  %dir %{_libdir}/php  %dir %{_libdir}/php
# Line 748  rm files.* macros.php Line 757  rm files.* macros.php
757  %files process -f files.process  %files process -f files.process
758    
759  %changelog  %changelog
760    * Fri Feb 3 2012 Shad L. Lords <slords@mail.com> - 5.3.3-1.6.sme
761    - Obsolete php-domxml and php-dom [SME: 6733]
762    - Update Obsoletes and Conflicts [SME: 6436]
763    
764    * Thu Feb  2 2012 Joe Orton <jorton@redhat.com> - 5.3.3-1.6
765    - add security fix for CVE-2012-0830 (#786757)
766    
767    * Wed Jan 04 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 5.3.3-1.5
768    - remove extra php.ini-prod/devel files caused by %%patch -b
769    
770    * Tue Jan 03 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 5.3.3-1.4
771    - add security fixes for CVE-2011-4885, CVE-2011-4566 (#769758)
772    
773  * 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
774  - improve CVE-2011-1466 fix to cover CAL_GREGORIAN, CAL_JEWISH  - improve CVE-2011-1466 fix to cover CAL_GREGORIAN, CAL_JEWISH
775    


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