Skip to Content.
Sympa Menu

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

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 (7159f3a37a7b2e745e46c91471b205d52021b19f)
  • Date: Wed, 1 Feb 2012 12:24:55 -0600

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

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

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

php: corrected 5.3 branch build with suhosin patch

diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 551fddc..029fcb9 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -6,9 +6,8 @@ if [[ $PHP5_BRANCH == stable ]]; then
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
if [[ $PHP5_SUHOSIN == y ]]; then
- VERSIONX=5.3.7
VERSION2=0.9.10
- SOURCE2=suhosin-patch-$VERSIONX-$VERSION2.patch.gz
+ SOURCE2=suhosin-patch-$VERSION-$VERSION2.patch.gz
SOURCE2_URL="http://download.suhosin.org/$SOURCE2";
SOURCE3=$SOURCE2.sig
SOURCE3_IGNORE=signature
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 3b1a0d2..55b47e5 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2012-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: corrected 5.3 branch build with suhosin patch
+
2012-01-31 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 5.3.9, SECURITY_PATCH=15, CVE-2011-4885, CVE-2011-4566




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7159f3a37a7b2e745e46c91471b205d52021b19f), Vlad Glagolev, 02/01/2012

Archive powered by MHonArc 2.6.24.

Top of Page