Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (243fd1887d4ba90a23a78569ac34320266888db3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (243fd1887d4ba90a23a78569ac34320266888db3)
  • Date: Sat, 29 Mar 2008 08:47:27 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

php-pear/php/DETAILS | 12 +++++++-----
php-pear/php/HISTORY | 1 +
2 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit 243fd1887d4ba90a23a78569ac34320266888db3
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

php-pear/php: added new RC (5.2.6RC3)

diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 033d916..69214f0 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,12 +1,16 @@
SPELL=php
if [[ "$PHP_RC" == y ]]; then
- VERSION=5.2.5
-
SOURCE_HASH=sha512:d362c195a018bad5013c2b8539fdf345944266b6336ecc2315a0809ddc2a543bb09bcdd31d6203c056b1d9f4f65ce0b4f4e32c83df529582b05925b3a5b727f6
+ VERSION=5.2.6RC3
+
SOURCE_HASH=sha512:77b4f365fac93280387ed1c4edd846207317521669afa12c0a29b653c4048fa43f28d62aff49eade77ef00fea2512f7da810c999a5f8bde467fd503ac36a0d0e
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
else
VERSION=5.2.5

SOURCE_HASH=sha512:d362c195a018bad5013c2b8539fdf345944266b6336ecc2315a0809ddc2a543bb09bcdd31d6203c056b1d9f4f65ce0b4f4e32c83df529582b05925b3a5b727f6
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
fi
-if [[ $PHP_SUHOSIN == y ]] ; then
+if [[ $PHP_SUHOSIN == y ]]; then
VERSION2=0.9.6.2
SOURCE2=suhosin-patch-$VERSION-$VERSION2.patch.gz
SOURCE2_URL="http://www.hardened-php.net/suhosin/_media/$SOURCE2";
@@ -15,9 +19,7 @@ if [[ $PHP_SUHOSIN == y ]] ; then
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi
SECURITY_PATCH=6
- SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
WEB_SITE=http://www.php.net/
ENTERED=20011024
LICENSE[0]=http://www.php.net/license/3_0.txt
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index cbe2428..2edd78d 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,5 +1,6 @@
2008-03-29 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: C-CLIENT is no more in z-rejected
+ * DETAILS: added new RC (5.2.6RC3)

2008-01-05 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: added optional dependency on re2c for parser regeneration



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (243fd1887d4ba90a23a78569ac34320266888db3), Elisamuel Resto, 03/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page