From 694c19a024ee0ad3f61d0b57b7c622ba5738d555 Mon Sep 17 00:00:00 2001 From: jorton Date: Wed, 20 Oct 2004 18:01:11 +0000 Subject: [PATCH] * Wed Oct 20 2004 Joe Orton 4.3.9-3 - fix segfault introduced upstream in CAN-2004-0958 patch --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index f8254fe..66d6922 100644 --- a/php.spec +++ b/php.spec @@ -6,7 +6,7 @@ Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Name: php Version: 4.3.9 -Release: 2 +Release: 3 License: The PHP License Group: Development/Languages URL: http://www.php.net/ @@ -26,6 +26,7 @@ Patch9: php-4.3.6-umask.patch Patch11: php-4.3.7-select.patch Patch13: php-4.3.8-round.patch Patch14: php-4.3.8-dval2lval.patch +Patch15: php-4.3.9-phpvar.patch # Fixes for extension modules Patch21: php-4.3.1-odbc.patch @@ -271,6 +272,7 @@ support for using the gd graphics library to PHP. %patch11 -p1 -b .select %patch13 -p1 -b .round %patch14 -p1 -b .dval2lval +%patch15 -p1 -b .phpvar %patch21 -p1 -b .odbc %patch22 -p1 -b .db4 @@ -530,6 +532,9 @@ rm files.* %endif %changelog +* Wed Oct 20 2004 Joe Orton 4.3.9-3 +- fix segfault introduced upstream in CAN-2004-0958 patch + * Mon Sep 27 2004 Joe Orton 4.3.9-2 - update to 4.3.9 (#133467, Robert Scheck) - use new RTLD_DEEPBIND to load extension modules