From c6c6bec1385c18ce5c761e60370c506d15d8ced0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:45:20 +0000 Subject: [PATCH] auto-import changelog data from php-4.3.8-3.src.rpm * Wed Jul 14 2004 Joe Orton 4.3.8-3 - update to 4.3.8 - catch some fd > FD_SETSIZE vs select() issues (#125258) --- .cvsignore | 2 +- php.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2f4c5b3..f4b5f1e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -php-4.3.7.tar.gz +php-4.3.8.tar.gz diff --git a/php.spec b/php.spec index bcb6193..805e551 100644 --- a/php.spec +++ b/php.spec @@ -5,8 +5,8 @@ Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Name: php -Version: 4.3.7 -Release: 4 +Version: 4.3.8 +Release: 3 License: The PHP License Group: Development/Languages URL: http://www.php.net/ @@ -24,6 +24,7 @@ Patch7: php-4.3.2-libtool15.patch Patch8: php-4.3.3-miscfix.patch Patch9: php-4.3.6-umask.patch Patch10: php-4.3.7-handler.patch +Patch11: php-4.3.7-select.patch # Fixes for extension modules Patch21: php-4.3.1-odbc.patch @@ -277,6 +278,7 @@ support for using the OpenSSL toolkit to PHP. %patch8 -p1 -b .miscfix %patch9 -p1 -b .umask %patch10 -p1 -b .handler +%patch11 -p1 -b .select %patch21 -p1 -b .odbc %patch22 -p1 -b .db4 @@ -541,9 +543,13 @@ rm files.* %endif %changelog +* Wed Jul 14 2004 Joe Orton 4.3.8-3 +- update to 4.3.8 +- catch some fd > FD_SETSIZE vs select() issues (#125258) + * Mon Jun 21 2004 Joe Orton 4.3.7-4 - pick up test failures again -- have -devel require php of save release +- have -devel require php of same release * Thu Jun 17 2004 Joe Orton 4.3.7-3 - add gmp_powm fix (Oskari Saarenmaa, #124318) diff --git a/sources b/sources index a60d6aa..0603921 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -20abcab34809146cb0f766a47187a957 php-4.3.7.tar.gz +dd69f8c89281f088eadf4ade3dbd39ee php-4.3.8.tar.gz