summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2007-02-18 14:00:45 +0400
committerJeremy Blosser2007-02-19 00:15:35 -0600
commit949a8cdd240f80abe8ca537ad97a279c6abfc43b (patch)
treefc28df84c3af791faa8a9cdf262f51e48c9b9a25
parent55c4dc2506b0350a9c3b24593123692b82f17ac4 (diff)
php4: Updated to version 4.4.5. SECURITY_PATCH++(cherry picked from commit 808b6665d5e4286d645f65a7ac4547458cc96258)
-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 cb312f8400..ccf1b4f0c5 100755
--- a/php-pear/php4/DETAILS
+++ b/php-pear/php4/DETAILS
@@ -1,6 +1,6 @@
SPELL=php4
- VERSION=4.4.4
- SOURCE_HASH=sha512:73b3411e33fb4760b3e88f2436469c5c59d9191ea13870ec385b37ed2b9cf484b7ebdb7d557acfaea24301930636bc69fceae4578488cde168c9ad22c81b6d19
+ VERSION=4.4.5
+ SOURCE_HASH=sha512:ce6ed60d876b398bc196e2f3def3deddc1db2d5baf970e7d3cdf852825cf4dce765155a8ce540e0f381c3fbaa45b67dc1f76bcf7eed729f2cad1e6fa0183528f
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=1
+ SECURITY_PATCH=2
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 8aee61d892..a52fc43528 100644
--- a/php-pear/php4/HISTORY
+++ b/php-pear/php4/HISTORY
@@ -1,3 +1,7 @@
+2007-02-18 George Sherwood <george@beernabeer.com>
+ * DETAILS: updated spell to 4.4.5
+ SECURITY_PATCH++
+
2009-10-09 George Sherwood <george@beernabeer.com>
* DETAILS: Updated to 4.4.4. (Bug 11565). Removed UPDATED.
* CONFIGURE: Added query for using libxpm. Added query for GD.