* Wed Oct 20 2004 Joe Orton <jorton@redhat.com> 4.3.9-3
- fix segfault introduced upstream in CAN-2004-0958 patch
This commit is contained in:
parent
e15ac8269f
commit
694c19a024
7
php.spec
7
php.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
||||||
Name: php
|
Name: php
|
||||||
Version: 4.3.9
|
Version: 4.3.9
|
||||||
Release: 2
|
Release: 3
|
||||||
License: The PHP License
|
License: The PHP License
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://www.php.net/
|
URL: http://www.php.net/
|
||||||
@ -26,6 +26,7 @@ Patch9: php-4.3.6-umask.patch
|
|||||||
Patch11: php-4.3.7-select.patch
|
Patch11: php-4.3.7-select.patch
|
||||||
Patch13: php-4.3.8-round.patch
|
Patch13: php-4.3.8-round.patch
|
||||||
Patch14: php-4.3.8-dval2lval.patch
|
Patch14: php-4.3.8-dval2lval.patch
|
||||||
|
Patch15: php-4.3.9-phpvar.patch
|
||||||
|
|
||||||
# Fixes for extension modules
|
# Fixes for extension modules
|
||||||
Patch21: php-4.3.1-odbc.patch
|
Patch21: php-4.3.1-odbc.patch
|
||||||
@ -271,6 +272,7 @@ support for using the gd graphics library to PHP.
|
|||||||
%patch11 -p1 -b .select
|
%patch11 -p1 -b .select
|
||||||
%patch13 -p1 -b .round
|
%patch13 -p1 -b .round
|
||||||
%patch14 -p1 -b .dval2lval
|
%patch14 -p1 -b .dval2lval
|
||||||
|
%patch15 -p1 -b .phpvar
|
||||||
|
|
||||||
%patch21 -p1 -b .odbc
|
%patch21 -p1 -b .odbc
|
||||||
%patch22 -p1 -b .db4
|
%patch22 -p1 -b .db4
|
||||||
@ -530,6 +532,9 @@ rm files.*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 20 2004 Joe Orton <jorton@redhat.com> 4.3.9-3
|
||||||
|
- fix segfault introduced upstream in CAN-2004-0958 patch
|
||||||
|
|
||||||
* Mon Sep 27 2004 Joe Orton <jorton@redhat.com> 4.3.9-2
|
* Mon Sep 27 2004 Joe Orton <jorton@redhat.com> 4.3.9-2
|
||||||
- update to 4.3.9 (#133467, Robert Scheck)
|
- update to 4.3.9 (#133467, Robert Scheck)
|
||||||
- use new RTLD_DEEPBIND to load extension modules
|
- use new RTLD_DEEPBIND to load extension modules
|
||||||
|
Loading…
Reference in New Issue
Block a user