[php/f13/master] update to 5.3.6

Remi Collet remi at fedoraproject.org
Thu Mar 17 21:11:05 UTC 2011


commit f5139634082a108d95f983e17795b23dfef33630
Author: remi <fedora at famillecollet.com>
Date:   Thu Mar 17 22:10:49 2011 +0100

    update to 5.3.6

 .gitignore                                         |    1 +
 php-5.3.4-cve.patch                                |   14 ---
 php-5.3.4-gnusrc.patch                             |  112 -------------------
 ....3.5-aconf26x.patch => php-5.3.6-aconf26x.patch |   20 ++--
 php-5.3.6-gnusrc.patch                             |  115 ++++++++++++++++++++
 php.spec                                           |   16 ++--
 sources                                            |    2 +-
 7 files changed, 134 insertions(+), 146 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a91bfe..7bb4718 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 php-5.3.3.tar.bz2
 /php-5.3.4.tar.bz2
 /php-5.3.5.tar.bz2
+/php-5.3.6.tar.bz2
diff --git a/php-5.3.5-aconf26x.patch b/php-5.3.6-aconf26x.patch
similarity index 73%
rename from php-5.3.5-aconf26x.patch
rename to php-5.3.6-aconf26x.patch
index 4eaa177..2e55b05 100644
--- a/php-5.3.5-aconf26x.patch
+++ b/php-5.3.6-aconf26x.patch
@@ -1,8 +1,8 @@
-diff -up php-5.3.5/configure.in.aconf26x php-5.3.5/configure.in
---- php-5.3.5/configure.in.aconf26x	2011-01-07 18:10:08.377183393 +0100
-+++ php-5.3.5/configure.in	2011-01-07 18:10:14.204214101 +0100
+diff -up php-5.3.6/configure.in.aconf26x php-5.3.6/configure.in
+--- php-5.3.6/configure.in.aconf26x	2011-03-17 17:53:52.309552690 +0100
++++ php-5.3.6/configure.in	2011-03-17 17:55:00.223777508 +0100
 @@ -1,7 +1,7 @@
- ## $Id: configure.in 307133 2011-01-05 16:35:33Z johannes $ -*- autoconf -*-
+ ## $Id: configure.in 309329 2011-03-17 07:48:29Z johannes $ -*- autoconf -*-
  dnl ## Process this file with autoconf to produce a configure script.
  
 -divert(1)
@@ -46,9 +46,9 @@ diff -up php-5.3.5/configure.in.aconf26x php-5.3.5/configure.in
  
  dnl ## In diversion 5 we check which extensions should be compiled.
  dnl ## All of these are normally in the extension directories.
-diff -up php-5.3.5/ext/standard/config.m4.aconf26x php-5.3.5/ext/standard/config.m4
---- php-5.3.5/ext/standard/config.m4.aconf26x	2010-06-17 12:22:03.000000000 +0200
-+++ php-5.3.5/ext/standard/config.m4	2011-01-07 18:09:09.790922608 +0100
+diff -up php-5.3.6/ext/standard/config.m4.aconf26x php-5.3.6/ext/standard/config.m4
+--- php-5.3.6/ext/standard/config.m4.aconf26x	2010-06-17 12:22:03.000000000 +0200
++++ php-5.3.6/ext/standard/config.m4	2011-03-17 17:52:45.793450887 +0100
 @@ -1,6 +1,6 @@
  dnl $Id: config.m4 300511 2010-06-17 10:22:03Z pajoye $ -*- autoconf -*-
  
@@ -66,9 +66,9 @@ diff -up php-5.3.5/ext/standard/config.m4.aconf26x php-5.3.5/ext/standard/config
  
  dnl
  dnl Check if there is a support means of creating a new process
-diff -up php-5.3.5/scripts/phpize.m4.aconf26x php-5.3.5/scripts/phpize.m4
---- php-5.3.5/scripts/phpize.m4.aconf26x	2010-11-02 10:58:08.000000000 +0100
-+++ php-5.3.5/scripts/phpize.m4	2011-01-07 18:09:09.791922611 +0100
+diff -up php-5.3.6/scripts/phpize.m4.aconf26x php-5.3.6/scripts/phpize.m4
+--- php-5.3.6/scripts/phpize.m4.aconf26x	2010-11-02 10:58:08.000000000 +0100
++++ php-5.3.6/scripts/phpize.m4	2011-03-17 17:52:45.793450887 +0100
 @@ -1,6 +1,6 @@
  dnl This file becomes configure.in for self-contained extensions.
  
diff --git a/php-5.3.6-gnusrc.patch b/php-5.3.6-gnusrc.patch
new file mode 100644
index 0000000..1b0984e
--- /dev/null
+++ b/php-5.3.6-gnusrc.patch
@@ -0,0 +1,115 @@
+diff -up php-5.3.6RC1/configure.in.gnusrc php-5.3.6RC1/configure.in
+--- php-5.3.6RC1/configure.in.gnusrc	2011-02-16 21:20:33.000000000 +0100
++++ php-5.3.6RC1/configure.in	2011-02-17 16:25:13.602809269 +0100
+@@ -58,6 +58,8 @@ AC_DEFUN([PHP_EXT_DIR],[ext/$1])dnl
+ AC_DEFUN([PHP_EXT_SRCDIR],[$abs_srcdir/ext/$1])dnl
+ AC_DEFUN([PHP_ALWAYS_SHARED],[])dnl
+ 
++AC_DEFINE([_GNU_SOURCE], 1, [Define to enable GNU C Library extensions])
++
+ dnl Setting up the PHP version based on the information above.
+ dnl -------------------------------------------------------------------------
+ 
+diff -up php-5.3.6RC1/ext/interbase/interbase.c.gnusrc php-5.3.6RC1/ext/interbase/interbase.c
+--- php-5.3.6RC1/ext/interbase/interbase.c.gnusrc	2011-01-01 03:19:59.000000000 +0100
++++ php-5.3.6RC1/ext/interbase/interbase.c	2011-02-17 16:25:13.603809213 +0100
+@@ -24,7 +24,6 @@
+ #include "config.h"
+ #endif
+ 
+-#define _GNU_SOURCE
+ 
+ #include "php.h"
+ 
+diff -up php-5.3.6RC1/ext/pdo_firebird/firebird_driver.c.gnusrc php-5.3.6RC1/ext/pdo_firebird/firebird_driver.c
+--- php-5.3.6RC1/ext/pdo_firebird/firebird_driver.c.gnusrc	2011-01-01 03:19:59.000000000 +0100
++++ php-5.3.6RC1/ext/pdo_firebird/firebird_driver.c	2011-02-17 16:25:13.604809156 +0100
+@@ -22,7 +22,6 @@
+ #include "config.h"
+ #endif
+ 
+-#define _GNU_SOURCE
+ 
+ #include "php.h"
+ #ifdef ZEND_ENGINE_2
+diff -up php-5.3.6RC1/ext/standard/file.c.gnusrc php-5.3.6RC1/ext/standard/file.c
+--- php-5.3.6RC1/ext/standard/file.c.gnusrc	2011-01-01 03:19:59.000000000 +0100
++++ php-5.3.6RC1/ext/standard/file.c	2011-02-17 16:25:13.605809100 +0100
+@@ -113,9 +113,6 @@ php_file_globals file_globals;
+ #endif
+ 
+ #if defined(HAVE_FNMATCH) && !defined(PHP_WIN32)
+-# ifndef _GNU_SOURCE
+-#  define _GNU_SOURCE
+-# endif
+ # include <fnmatch.h>
+ #endif
+ 
+diff -up php-5.3.6RC1/ext/zlib/zlib_fopen_wrapper.c.gnusrc php-5.3.6RC1/ext/zlib/zlib_fopen_wrapper.c
+--- php-5.3.6RC1/ext/zlib/zlib_fopen_wrapper.c.gnusrc	2011-01-01 03:19:59.000000000 +0100
++++ php-5.3.6RC1/ext/zlib/zlib_fopen_wrapper.c	2011-02-17 16:26:19.531428121 +0100
+@@ -19,8 +19,6 @@
+ 
+ /* $Id: zlib_fopen_wrapper.c 306939 2011-01-01 02:19:59Z felipe $ */
+ 
+-#define _GNU_SOURCE
+-
+ #include "php.h"
+ #include "php_zlib.h"
+ #include "fopen_wrappers.h"
+diff -up php-5.3.6RC1/main/php.h.gnusrc php-5.3.6RC1/main/php.h
+--- php-5.3.6RC1/main/php.h.gnusrc	2011-01-01 03:19:59.000000000 +0100
++++ php-5.3.6RC1/main/php.h	2011-02-17 16:25:13.606809044 +0100
+@@ -30,6 +30,7 @@
+ #define PHP_HAVE_STREAMS
+ #define YYDEBUG 0
+ 
++#include "php_config.h"
+ #include "php_version.h"
+ #include "zend.h"
+ #include "zend_qsort.h"
+diff -up php-5.3.6RC1/main/streams/cast.c.gnusrc php-5.3.6RC1/main/streams/cast.c
+--- php-5.3.6RC1/main/streams/cast.c.gnusrc	2011-01-20 07:32:59.000000000 +0100
++++ php-5.3.6RC1/main/streams/cast.c	2011-02-17 16:26:47.495972650 +0100
+@@ -18,7 +18,6 @@
+ 
+ /* $Id: cast.c 307611 2011-01-20 06:32:59Z pajoye $ */
+ 
+-#define _GNU_SOURCE
+ #include "php.h"
+ #include "php_globals.h"
+ #include "php_network.h"
+diff -up php-5.3.6RC1/main/streams/memory.c.gnusrc php-5.3.6RC1/main/streams/memory.c
+--- php-5.3.6RC1/main/streams/memory.c.gnusrc	2011-01-01 03:19:59.000000000 +0100
++++ php-5.3.6RC1/main/streams/memory.c	2011-02-17 16:25:56.276628691 +0100
+@@ -18,7 +18,6 @@
+ 
+ /* $Id: memory.c 306939 2011-01-01 02:19:59Z felipe $ */
+ 
+-#define _GNU_SOURCE
+ #include "php.h"
+ 
+ PHPAPI int php_url_decode(char *str, int len);
+diff -up php-5.3.6RC1/main/streams/streams.c.gnusrc php-5.3.6RC1/main/streams/streams.c
+--- php-5.3.6RC1/main/streams/streams.c.gnusrc	2011-02-01 19:10:35.000000000 +0100
++++ php-5.3.6RC1/main/streams/streams.c	2011-02-17 16:27:06.428980279 +0100
+@@ -21,7 +21,6 @@
+ 
+ /* $Id: streams.c 307922 2011-02-01 18:10:35Z cataphract $ */
+ 
+-#define _GNU_SOURCE
+ #include "php.h"
+ #include "php_globals.h"
+ #include "php_network.h"
+diff -up php-5.3.6RC1/Zend/zend_language_parser.c.gnusrc php-5.3.6RC1/Zend/zend_language_parser.c
+--- php-5.3.6RC1/Zend/zend_language_parser.c.gnusrc	2011-02-16 21:30:44.000000000 +0100
++++ php-5.3.6RC1/Zend/zend_language_parser.c	2011-02-17 16:25:13.608808931 +0100
+@@ -366,6 +366,8 @@
+ #include "zend_API.h"
+ #include "zend_constants.h"
+ 
++#include <string.h>
++
+ 
+ #define YYERROR_VERBOSE
+ #define YYSTYPE znode
diff --git a/php.spec b/php.spec
index 7eccfd1..d4a64bf 100644
--- a/php.spec
+++ b/php.spec
@@ -20,7 +20,7 @@
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
-Version: 5.3.5
+Version: 5.3.6
 Release: 1%{?dist}
 License: PHP
 Group: Development/Languages
@@ -32,14 +32,14 @@ Source2: php.ini
 Source3: macros.php
 
 # Build fixes
-Patch1: php-5.3.4-gnusrc.patch
+Patch1: php-5.3.6-gnusrc.patch
 Patch2: php-5.3.0-install.patch
 Patch3: php-5.2.4-norpath.patch
 Patch4: php-5.3.0-phpize64.patch
 Patch5: php-5.2.0-includedir.patch
 Patch6: php-5.2.4-embed.patch
 Patch7: php-5.3.0-recode.patch
-Patch8: php-5.3.5-aconf26x.patch
+Patch8: php-5.3.6-aconf26x.patch
 
 # Fixes for extension modules
 Patch20: php-4.3.11-shutdown.patch
@@ -52,10 +52,6 @@ Patch42: php-5.3.1-systzdata-v7.patch
 # See http://bugs.php.net/53436
 Patch43: php-5.3.4-phpize.patch
 
-# Security patch from upstream SVN
-# http://svn.php.net/viewvc?view=revision&revision=306154
-Patch50: php-5.3.4-cve.patch
-
 # Fixes for tests
 Patch61: php-5.0.4-tests-wddx.patch
 
@@ -453,8 +449,6 @@ support for using the enchant library to PHP.
 %patch42 -p1 -b .systzdata
 %patch43 -p0 -b .headers
 
-%patch50 -p4 -b .cve
-
 %patch61 -p1 -b .tests-wddx
 
 # Prevent %%doc confusion over LICENSE files
@@ -884,6 +878,10 @@ rm files.* macros.php
 %files enchant -f files.enchant
 
 %changelog
+* Thu Mar 16 2011 Remi Collet <Fedora at famillecollet.com> 5.3.6-1
+- update to 5.3.6
+  http://www.php.net/ChangeLog-5.php#5.3.6
+
 * Fri Jan 07 2011 Remi Collet <Fedora at famillecollet.com> 5.3.5-1
 - update to 5.3.5
   http://www.php.net/ChangeLog-5.php#5.3.5
diff --git a/sources b/sources
index 18fafc2..fccaddf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8aaf20c95e91f25c5b6a591e5d6d61b9  php-5.3.5.tar.bz2
+2286f5a82a6e8397955a0025c1c2ad98  php-5.3.6.tar.bz2


More information about the scm-commits mailing list