Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d0dae9fa6f132ca7d0436f2f34823e71a772197d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d0dae9fa6f132ca7d0436f2f34823e71a772197d)
  • Date: Fri, 6 Mar 2009 13:03:40 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

php-pear/php/DETAILS | 10 +++++-----
php-pear/php/HISTORY | 4 +++-
2 files changed, 8 insertions(+), 6 deletions(-)

New commits:
commit d0dae9fa6f132ca7d0436f2f34823e71a772197d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

php: suhosin patch 0.9.7

diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 2432466..392af3e 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,10 +1,10 @@
SPELL=php
-if [[ "${PHP5_RC}" == "y" ]]; then
+if [[ $PHP5_RC == y ]]; then
VERSION=5.2.9

SOURCE_HASH=sha512:f17fdf70273e45d5d36d6f181b03a7908d3b2a55cf4b5fa130ed3e26d5b6cbf00f09dfa1a3717dbf584adaa1a028ce94919e677795c48b1e8d4c062d25b57207
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
-elif [[ "${PHP5_ALPHA}" == "y" ]]; then
+elif [[ $PHP5_ALPHA == y ]]; then
VERSION=5.3.0alpha3

SOURCE_HASH=sha512:55e04dc9ce280e53cfbfa49caa1c0b8b1eb6606134b1e6d9022906f593611ad7b24c512fe44576f5a9abcad09f206e5c30a910bdc8d938a736739b65e26063e1
SOURCE=$SPELL-$VERSION.tar.bz2
@@ -17,8 +17,8 @@ else
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
fi

-if [[ "${PHP5_SUHOSIN}" == "y" ]]; then
- VERSION2=0.9.6.3
+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
@@ -26,7 +26,7 @@ if [[ "${PHP5_SUHOSIN}" == "y" ]]; then
SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi

-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
PATCHLEVEL=0
WEB_SITE=http://www.php.net/
ENTERED=20011024
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index e06e9ee..29ee1ba 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2009-03-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: suhosin patch 0.9.7; cleaned up; quoting paths
+
2009-02-27 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 5.2.9, SECURITY_PATCH=9

@@ -717,4 +720,3 @@
added optional dependency --with-pspell for pspell support
added optional dependency --with-bz2 bzip2 compression support
readline optional dependency is removed. It is now only for CGI
build of php.
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d0dae9fa6f132ca7d0436f2f34823e71a772197d), Vlad Glagolev, 03/06/2009

Archive powered by MHonArc 2.6.24.

Top of Page