summaryrefslogtreecommitdiffstats
path: root/php-pear/php/DETAILS
diff options
context:
space:
mode:
authorVlad Glagolev2009-09-18 22:39:12 +0400
committerVlad Glagolev2009-09-18 22:39:12 +0400
commitc3613b6929c01d6b45e4b275086c450bc7f38359 (patch)
treeb88dcfebb54376fe4799f5beba58c016d850d784 /php-pear/php/DETAILS
parent05bbe78b63dfde259ba602eb055d1f0a7510df3c (diff)
php: added branching, updated legacy to .11
Diffstat (limited to 'php-pear/php/DETAILS')
-rwxr-xr-xphp-pear/php/DETAILS29
1 files changed, 14 insertions, 15 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index e3ecf5039d..5ed8cb2f65 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,36 +1,35 @@
SPELL=php
-if [[ $PHP5_RC == y ]]; then
+if [[ $PHP5_BRANCH == stable ]]; then
VERSION=5.3.0
SOURCE_HASH=sha512:ff9cf8653b56b9320c3b40da4611d291adf186c83931c710a645a3021a5b99398fe867889daf785a6bd1c423395f1fd40566c9676d829ab6f1e711a886c66024
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
-elif [[ $PHP5_ALPHA == y ]]; then
+elif [[ $PHP5_BRANCH == alpha ]]; then
VERSION=5.3.0
SOURCE_HASH=sha512:ff9cf8653b56b9320c3b40da4611d291adf186c83931c710a645a3021a5b99398fe867889daf785a6bd1c423395f1fd40566c9676d829ab6f1e711a886c66024
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
-else
- VERSION=5.3.0
- SECURITY_PATCH=9
- SOURCE_HASH=sha512:ff9cf8653b56b9320c3b40da4611d291adf186c83931c710a645a3021a5b99398fe867889daf785a6bd1c423395f1fd40566c9676d829ab6f1e711a886c66024
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
-fi
-
-if [[ $PHP5_SUHOSIN == y ]]; then
- VERSION=5.2.10
- SECURITY_PATCH=9
- SOURCE_HASH=sha512:df1de653a2cadb335c8cc684baa2ab3cd9614c7d8a2231beed164d9375aa181e94f501ce15267fa9b8c009b106e9797cd30382cde58e1106cd24a30c6203b213
+elif [[ $PHP5_BRANCH == legacy ]]; then
+ VERSION=5.2.11
+ SECURITY_PATCH=10
+ SOURCE_HASH=sha512:80aefe55ab89cce6bc1d4b38818c3c2bc4030d9077ee9e50b167e85965d5564acc485400b9098e9e46590232aef003275c35a6b5cdc36d3aa1dcfcac7744275b
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
+ if [[ $PHP5_SUHOSIN == y ]]; then
VERSION2=0.9.7
SOURCE2=suhosin-patch-$VERSION-$VERSION2.patch.gz
SOURCE2_URL="http://download.suhosin.org/$SOURCE2"
SOURCE3=$SOURCE2.sig
SOURCE3_URL="http://download.suhosin.org/$SOURCE3"
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
+ fi
+else
+ VERSION=5.3.0
+ SECURITY_PATCH=9
+ SOURCE_HASH=sha512:ff9cf8653b56b9320c3b40da4611d291adf186c83931c710a645a3021a5b99398fe867889daf785a6bd1c423395f1fd40566c9676d829ab6f1e711a886c66024
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
fi
-
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.php.net/
ENTERED=20011024