[Lunar-commits] <moonbase> php5-suhosin: version bumped to 5.2.6-0.9.25.
Florin Braescu
florin at lunar-linux.org
Fri Aug 8 23:56:31 CEST 2008
commit 1c8f1d12d4477a3aa25b9ea40c4cdc4c5a45cbdf
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Aug 9 00:56:31 2008 +0300
php5-suhosin: version bumped to 5.2.6-0.9.25.
Sync it with the current php5 module.
---
compilers/php5-suhosin/DETAILS | 32 ++++++++++++++++----------------
compilers/php5-suhosin/PRE_BUILD | 9 ++++-----
2 files changed, 20 insertions(+), 21 deletions(-)
diff --git a/compilers/php5-suhosin/DETAILS b/compilers/php5-suhosin/DETAILS
index 2429eaf..ad9634c 100644
--- a/compilers/php5-suhosin/DETAILS
+++ b/compilers/php5-suhosin/DETAILS
@@ -1,28 +1,28 @@
MODULE=php5-suhosin
- PHP_VERSION=5.2.3
- SUHOSIN_VER=0.9.20
+ PHP_VERSION=5.2.6
+ SUHOSIN_VER=0.9.25
SUHOSIN_PVER=0.9.6.2
VERSION=$PHP_VERSION-$SUHOSIN_VER
SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$PHP_VERSION
SOURCE=php-$PHP_VERSION.tar.bz2
- SOURCE_URL[0]=http://www.php.net/distributions/
- SOURCE_URL[1]=http://uk2.php.net/distributions/
- SOURCE_URL[2]=http://us2.php.net/distributions/
- SOURCE_URL[3]=http://uk.php.net/distributions/
- SOURCE_URL[4]=http://nl.php.net/distributions/
- SOURCE_URL[5]=http://de.php.net/distributions/
- SOURCE_URL[6]=http://fr.php.net/distributions/
+ SOURCE_URL[0]=http://www.php.net/distributions
+ SOURCE_URL[1]=http://uk2.php.net/distributions
+ SOURCE_URL[2]=http://us2.php.net/distributions
+ SOURCE_URL[3]=http://uk.php.net/distributions
+ SOURCE_URL[4]=http://nl.php.net/distributions
+ SOURCE_URL[5]=http://de.php.net/distributions
+ SOURCE_URL[6]=http://fr.php.net/distributions
SOURCE2=suhosin-$SUHOSIN_VER.tgz
SOURCE3=suhosin-patch-$PHP_VERSION-$SUHOSIN_PVER.patch.gz
- SOURCE2_URL=http://www.hardened-php.net/suhosin/_media/
- SOURCE3_URL=http://www.hardened-php.net/suhosin/_media/
- SOURCE_VFY=sha1:0a02e05e1c663c0d4ee0b253917c0e140e606261
- SOURCE2_VFY=sha1:c55c0b205de7974875d01e6c116a86c3a9f458a9
- SOURCE3_VFY=sha1:9f4ee79b049df097efc634eb9d60249320441df3
+ SOURCE2_URL=http://download.suhosin.org
+ SOURCE3_URL=http://download.suhosin.org
+ SOURCE_VFY=sha1:2a2b1afa657a7739a23784c869d57c3e0a7ad6b4
+ SOURCE2_VFY=sha1:b77c5b1e78ef4d86ae1f838b2870f7fe3b970521
+ SOURCE3_VFY=sha1:b19fcb8baa5e30b4533c662950883c29e185c1f5
WEB_SITE=http://www.hardened-php.net/suhosin/index.html
- MAINTAINER="striker at lunar-linux.org"
+ MAINTAINER=striker at lunar-linux.org
ENTERED=20061219
- UPDATED=20070602
+ UPDATED=20080809
SHORT="Suhosin is an advanced protection system for PHP"
cat << EOF
diff --git a/compilers/php5-suhosin/PRE_BUILD b/compilers/php5-suhosin/PRE_BUILD
index 417bce0..9ee596d 100644
--- a/compilers/php5-suhosin/PRE_BUILD
+++ b/compilers/php5-suhosin/PRE_BUILD
@@ -1,10 +1,9 @@
(
- default_pre_build &&
- cd $SOURCE_DIRECTORY/ext &&
- unpack $SOURCE2 &&
- mv suhosin-$SUHOSIN_VER suhosin &&
- mv package.xml suhosin
+ default_pre_build &&
+ cd $SOURCE_DIRECTORY/ext &&
+ unpack $SOURCE2 &&
+ mv suhosin-$SUHOSIN_VER suhosin
)
More information about the Lunar-commits
mailing list