summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2007-05-05 09:22:19 +0500
committerEric Sandall2007-05-07 17:10:10 -0700
commit3fb8fb90b493ffd1286182a1864e6c3112ef785c (patch)
tree0560165a4ac8f31f517e5a093b396bb36fec85b8
parentb2337a3b39f4003bdc3be873240e9722e3dd0392 (diff)
php4: Updated to version 4.4.7. SECURITY_PATCH++ Bug #13758
(cherry picked from commit 2ae465e32e46138cd5171a06aca22874e216cb7e)
-rwxr-xr-xphp-pear/php4/DETAILS6
-rw-r--r--php-pear/php4/HISTORY4
2 files changed, 7 insertions, 3 deletions
diff --git a/php-pear/php4/DETAILS b/php-pear/php4/DETAILS
index aa8c8c2ee7..f9d1cd25fb 100755
--- a/php-pear/php4/DETAILS
+++ b/php-pear/php4/DETAILS
@@ -1,6 +1,6 @@
SPELL=php4
- VERSION=4.4.6
- SOURCE_HASH=sha512:952c1ec18edade5719c4608df69d0f3e73da8fb46eb0e04a47e7800def2cae417c97594a3b6cbde63ba839ab9f5f45aaafa630e703c74df852c7759b1bd03050
+ VERSION=4.4.7
+ SOURCE_HASH=sha512:0702884fd398dbbcef466fe4cdf83b0c63356c45403e410570bc3a748cdd900141087dc318e958dbf5982d72e80b8a3f6570a462b96883b37873cc2cea066e88
SOURCE=php-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION
if [ "${VERSION//RC/}" == "$VERSION" ]; then
@@ -10,7 +10,7 @@ else
fi
WEB_SITE=http://www.php.net/
ENTERED=20011024
- SECURITY_PATCH=3
+ SECURITY_PATCH=4
LICENSE[0]=http://www.php.net/license/3_0.txt
KEYWORDS="php"
SHORT="Hypertext Preprocessor (PHP) scripting language"
diff --git a/php-pear/php4/HISTORY b/php-pear/php4/HISTORY
index f52444627f..a45a460031 100644
--- a/php-pear/php4/HISTORY
+++ b/php-pear/php4/HISTORY
@@ -1,3 +1,7 @@
+2007-05-05 George Sherwood <george@beernabeer.com>
+ * DETAILS: updated spell to 4.4.7
+ SECURITY_PATCH++. Bug #13758
+
2007-03-21 George Sherwood <george@beernabeer.com>
* DETAILS: Updated to 4.4.6. SECURITY_PATCH++ Bug 13639.