[Lunar-commits] r23575 - moonbase/trunk/compilers/php5-suhosin

striker striker at lunar-linux.org
Fri Mar 9 22:48:14 CET 2007


Author: striker
Date: 2007-03-09 22:48:14 +0100 (Fri, 09 Mar 2007)
New Revision: 23575

Modified:
   moonbase/trunk/compilers/php5-suhosin/BUILD
   moonbase/trunk/compilers/php5-suhosin/CONFIGURE
   moonbase/trunk/compilers/php5-suhosin/DETAILS
   moonbase/trunk/compilers/php5-suhosin/PRE_BUILD
Log:
- update to php-5.2.1 and patchset to 0.9.18
- and please...enough with the imap just use the pear module if you need imap support


Modified: moonbase/trunk/compilers/php5-suhosin/BUILD
===================================================================
--- moonbase/trunk/compilers/php5-suhosin/BUILD	2007-03-09 20:32:41 UTC (rev 23574)
+++ moonbase/trunk/compilers/php5-suhosin/BUILD	2007-03-09 21:48:14 UTC (rev 23575)
@@ -1,17 +1,11 @@
 (
 
   if [ "$USE_PATCH" == "y" ]; then
-    patch_it $SOURCE4 1
+    patch_it $SOURCE3 1
   fi &&
 
   ./buildconf --force &&
 
-  if [ "$USE_IMAP" == "y" ]; then
-    unpack $SOURCE2
-    make -C imap-${IMAP_VERSION} slx SPECIALS="SSLDIR=/etc/ssl SSLINCLUDE=/usr/include SSLLIB=/usr/lib"
-    OPTS="$OPTS --with-imap=imap-${IMAP_VERSION}"
-  fi &&
-
   if [ "$USE_REGGLOBALS" == "y" ]; then
     OPTS="$OPTS "
   fi &&

Modified: moonbase/trunk/compilers/php5-suhosin/CONFIGURE
===================================================================
--- moonbase/trunk/compilers/php5-suhosin/CONFIGURE	2007-03-09 20:32:41 UTC (rev 23574)
+++ moonbase/trunk/compilers/php5-suhosin/CONFIGURE	2007-03-09 21:48:14 UTC (rev 23575)
@@ -1,5 +1,4 @@
 mquery USE_PATCH "[SUHOSIN] Do you want to use the PHP core patch?" y
-mquery USE_IMAP "Install imap support?" y
 mquery USE_REGGLOBALS "Enable global variable support (potential security risk)?" n
 mquery USE_FTP "Install ftp support?" y
 mquery USE_SESSIONID "Enable transparent session id?" y

Modified: moonbase/trunk/compilers/php5-suhosin/DETAILS
===================================================================
--- moonbase/trunk/compilers/php5-suhosin/DETAILS	2007-03-09 20:32:41 UTC (rev 23574)
+++ moonbase/trunk/compilers/php5-suhosin/DETAILS	2007-03-09 21:48:14 UTC (rev 23575)
@@ -1,9 +1,8 @@
           MODULE=php5-suhosin
-     PHP_VERSION=5.2.0
-     SUHOSIN_VER=0.9.16
+     PHP_VERSION=5.2.1
+     SUHOSIN_VER=0.9.18
     SUHOSIN_PVER=0.9.6.2
          VERSION=$PHP_VERSION-$SUHOSIN_VER
-    IMAP_VERSION=2004g
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$PHP_VERSION
           SOURCE=php-$PHP_VERSION.tar.bz2
    SOURCE_URL[0]=http://www.php.net/distributions/
@@ -13,21 +12,17 @@
    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=imap-$IMAP_VERSION.tar.Z
-  SOURCE2_URL[0]=ftp://ftp.cac.washington.edu/imap/
-  SOURCE2_URL[1]=ftp://ftp.cac.washington.edu/imap/old/
-         SOURCE3=suhosin-$SUHOSIN_VER.tgz
-         SOURCE4=suhosin-patch-$PHP_VERSION-$SUHOSIN_PVER.patch.gz
+         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/
-     SOURCE4_URL=http://www.hardened-php.net/suhosin/_media/
-      SOURCE_VFY=sha1:6306829b1b252156ca3a936ec809aba89a71d9e1
-     SOURCE2_VFY=sha1:791a8bb247ca51ce0a4c32e814a2f736c2bcf066
-     SOURCE3_VFY=sha1:c0b1e92ba7a60853775e2441159f23af36d73c75
-     SOURCE4_VFY=sha1:01f5f23a8c087d5ad5c2e7e464f9f3bf36e8578a
+      SOURCE_VFY=sha1:978ce7cde3d988d9aa672e32e46f815a8b25baa0
+     SOURCE2_VFY=sha1:9338e972cc61516c1da9c6d1d4b37438999cf2d9
+     SOURCE3_VFY=sha1:dbb007554f2cc4544d60bd80a23a6af305744fbd
         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=20061219
+         UPDATED=20070309
            SHORT="Suhosin is an advanced protection system for PHP"
 
 cat << EOF

Modified: moonbase/trunk/compilers/php5-suhosin/PRE_BUILD
===================================================================
--- moonbase/trunk/compilers/php5-suhosin/PRE_BUILD	2007-03-09 20:32:41 UTC (rev 23574)
+++ moonbase/trunk/compilers/php5-suhosin/PRE_BUILD	2007-03-09 21:48:14 UTC (rev 23575)
@@ -2,12 +2,9 @@
 
   default_pre_build               &&
   cd $SOURCE_DIRECTORY/ext        &&
-  unpack $SOURCE3                 &&
+  unpack $SOURCE2                 &&
   mv suhosin-$SUHOSIN_VER suhosin &&
   mv package.xml suhosin          
-#  cd ..                           &&
-#  patch_it $SOURCE4 1             &&
-#  false
 
 )
 



More information about the Lunar-commits mailing list