[php/f17] - update to 5.4.11 - clean old deprecated options

Remi Collet remi at fedoraproject.org
Thu Apr 11 09:30:30 UTC 2013


commit 6800356b23e48a1248723c2a346d84e611f0c618
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Apr 11 10:54:48 2013 +0200

    - update to 5.4.11
    - clean old deprecated options

 .gitignore |    2 ++
 php.spec   |   16 +++++++---------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f3c9a6..abec866 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 clog
 php.spec~
 php-5.3*.bz2
+php-5.5*.xz
 /php-5.4.4.tar.bz2
 /php-5.4.5.tar.bz2
 /php-5.4.6.tar.bz2
@@ -16,3 +17,4 @@ php-5.3*.bz2
 /php-5.4.12.tar.bz2
 /php-5.4.13RC1.tar.bz2
 /php-5.4.13.tar.bz2
+/php-5.4.14.tar.bz2
diff --git a/php.spec b/php.spec
index 9e64e25..e6ec3a4 100644
--- a/php.spec
+++ b/php.spec
@@ -58,7 +58,7 @@
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
-Version: 5.4.13
+Version: 5.4.14
 Release: 1%{?dist}
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -834,10 +834,8 @@ ln -sf ../configure
 	--with-layout=GNU \
 	--enable-exif \
 	--enable-ftp \
-	--enable-magic-quotes \
 	--enable-sockets \
 	--with-kerberos \
-	--enable-ucd-snmp-hack \
 	--enable-shmop \
 	--enable-calendar \
         --with-libxml-dir=%{_prefix} \
@@ -857,8 +855,7 @@ make %{?_smp_mflags}
 # Build /usr/bin/php-cgi with the CGI SAPI, and all the shared extensions
 pushd build-cgi
 
-build --enable-force-cgi-redirect \
-      --libdir=%{_libdir}/php \
+build --libdir=%{_libdir}/php \
       --enable-pcntl \
       --with-imap=shared --with-imap-ssl \
       --enable-mbstring=shared \
@@ -883,7 +880,6 @@ build --enable-force-cgi-redirect \
       --with-xsl=shared,%{_prefix} \
       --enable-xmlreader=shared --enable-xmlwriter=shared \
       --with-curl=shared,%{_prefix} \
-      --enable-fastcgi \
       --enable-pdo=shared \
       --with-pdo-odbc=shared,unixODBC,%{_prefix} \
       --with-pdo-mysql=shared,mysqlnd \
@@ -957,8 +953,7 @@ popd
 pushd build-ztscli
 
 EXTENSION_DIR=%{_libdir}/php-zts/modules
-build --enable-force-cgi-redirect \
-      --includedir=%{_includedir}/php-zts \
+build --includedir=%{_includedir}/php-zts \
       --libdir=%{_libdir}/php-zts \
       --enable-maintainer-zts \
       --with-config-file-scan-dir=%{_sysconfdir}/php-zts.d \
@@ -987,7 +982,6 @@ build --enable-force-cgi-redirect \
       --with-xsl=shared,%{_prefix} \
       --enable-xmlreader=shared --enable-xmlwriter=shared \
       --with-curl=shared,%{_prefix} \
-      --enable-fastcgi \
       --enable-pdo=shared \
       --with-pdo-odbc=shared,unixODBC,%{_prefix} \
       --with-pdo-mysql=shared,mysqlnd \
@@ -1408,6 +1402,10 @@ fi
 
 
 %changelog
+* Thu Apr 11 2013 Remi Collet <rcollet at redhat.com> 5.4.14-1
+- update to 5.4.11
+- clean old deprecated options
+
 * Thu Mar 14 2013 Remi Collet <rcollet at redhat.com> 5.4.13-1
 - update to 5.4.13
 - security fix for CVE-2013-1643
diff --git a/sources b/sources
index df4340a..6458221 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cacd308e978b7cf9ba4993196612ccf7  php-5.4.13.tar.bz2
+cfdc044be2c582991a1fe0967898fa38  php-5.4.14.tar.bz2


More information about the scm-commits mailing list