OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Feb-2007 20:54:32
Branch: HEAD Handle: 2007020819543200
Modified files:
openpkg-src/php php.patch
Log:
remove already applied patch
Summary:
Revision Changes Path
1.17 +0 -17 openpkg-src/php/php.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.patch
============================================================================
$ cvs diff -u -r1.16 -r1.17 php.patch
--- openpkg-src/php/php.patch 8 Nov 2006 08:36:30 -0000 1.16
+++ openpkg-src/php/php.patch 8 Feb 2007 19:54:32 -0000 1.17
@@ -1,20 +1,3 @@
-Security Fix (CVE-2006-4625)
-
-Index: Zend/zend_ini.c
---- Zend/zend_ini.c.orig 2006-09-06 10:54:44 +0200
-+++ Zend/zend_ini.c 2006-11-03 08:46:12 +0100
-@@ -235,7 +235,8 @@
- char *duplicate;
- TSRMLS_FETCH();
-
-- if (zend_hash_find(EG(ini_directives), name, name_length, (void **)
&ini_entry)==FAILURE) {
-+ if (zend_hash_find(EG(ini_directives), name, name_length, (void **)
&ini_entry)==FAILURE ||
-+ (stage == ZEND_INI_STAGE_RUNTIME && (ini_entry->modifiable &
ZEND_INI_USER)==0)) {
- return FAILURE;
- }
-
------------------------------------------------------------------------------
-
Allow building against cURL 7.16.0 and higher
(http://cvs.php.net/viewcvs.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.12&r2=1.62.2.14.2.13&view=patch)
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]