summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2007-03-21 10:33:55 +0400
committerJeremy Blosser2007-03-23 09:07:40 -0500
commit395079c95796bcb7af115285ab5c40cf549e80ab (patch)
tree19e76dbe0a7adeb8db2a4ccb7f185a62807fd250
parent4dfeda21940c373bc553515a66c310034ee899b4 (diff)
php: Security update to version 4.4.6. Bug #13639(cherry picked from commit edd79d2c5e93f9c2b4681b048ce7b0ed97770799)
-rwxr-xr-xphp-pear/php4/DETAILS6
-rw-r--r--php-pear/php4/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/php-pear/php4/DETAILS b/php-pear/php4/DETAILS
index ccf1b4f0c5..aa8c8c2ee7 100755
--- a/php-pear/php4/DETAILS
+++ b/php-pear/php4/DETAILS
@@ -1,6 +1,6 @@
SPELL=php4
- VERSION=4.4.5
- SOURCE_HASH=sha512:ce6ed60d876b398bc196e2f3def3deddc1db2d5baf970e7d3cdf852825cf4dce765155a8ce540e0f381c3fbaa45b67dc1f76bcf7eed729f2cad1e6fa0183528f
+ VERSION=4.4.6
+ SOURCE_HASH=sha512:952c1ec18edade5719c4608df69d0f3e73da8fb46eb0e04a47e7800def2cae417c97594a3b6cbde63ba839ab9f5f45aaafa630e703c74df852c7759b1bd03050
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=2
+ SECURITY_PATCH=3
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 a52fc43528..7b91f33f18 100644
--- a/php-pear/php4/HISTORY
+++ b/php-pear/php4/HISTORY
@@ -1,3 +1,6 @@
+2007-03-21 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to 4.4.6. SECURITY_PATCH++ Bug 13639.
+
2007-02-18 George Sherwood <george@beernabeer.com>
* DETAILS: updated spell to 4.4.5
SECURITY_PATCH++