[Lunar-commits] <moonbase> php5-suhosin: Version bump and commenting out that buildconf line. It really screws with the
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Sep 22 01:40:17 CEST 2010
commit 91f90b62db0a3f02a738d205e84eba7095ef708d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Sep 21 19:40:17 2010 -0400
php5-suhosin: Version bump and commenting out that buildconf line. It really screws with the
configure script when it *tires* to fix a supposed cache problem with autoconf. This issue
existed for 5.2.13 as well so unless my boxen are hosed then someone can uncomment if it
becomes a problem again. I get stuff like this;
configure.in:900: warning: prefer named diversions
ext/pdo_dblib/config.m4:55: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2019: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2040: AC_CACHE_CHECK is expanded from...
aclocal.m4:2741: PHP_CHECK_PDO_INCLUDES is expanded from...
ext/pdo_firebird/config.m4:43: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
ext/pdo_mysql/config.m4:135: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
ext/pdo_oci/config.m4:231: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
ext/pdo_odbc/config.m4:42: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
ext/pdo_pgsql/config.m4:109: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
ext/pdo_sqlite/config.m4:14: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
ext/sqlite/config.m4:50: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
ext/standard/config.m4:3: warning: prefer named diversions
ext/standard/config.m4:208: warning: prefer named diversions
+ OPTS= --with-pspell --with-mhash --with-mcrypt --with-gmp --with-gettext --with-gdbm --with-pdo-sqlite=/usr
--with-pgsql=/usr --with-mysql=/usr --with-mysql
cat: confdefs.h: No such file or directory
./configure: line 387: ac_fn_c_try_run: command not found
./configure: line 403: 5: Bad file descriptor
./configure: line 404: 6: Bad file descriptor
cat: confdefs.h: No such file or directory
./configure: line 443: ac_fn_c_try_run: command not found
cat: confdefs.h: No such file or directory
./configure: line 443: ac_fn_c_try_run: command not found
cat: confdefs.h: No such file or directory
./configure: line 443: ac_fn_c_try_run: command not found
cat: confdefs.h: No such file or directory
./configure: line 443: ac_fn_c_try_run: command not found
cat: confdefs.h: No such file or directory
./configure: line 443: ac_fn_c_try_run: command not found
cat: confdefs.h: No such file or directory
./configure: line 443: ac_fn_c_try_run: command not found
cat: confdefs.h: No such file or directory
./configure: line 443: ac_fn_c_try_run: command not found
cat: confdefs.h: No such file or directory
./configure: line 443: ac_fn_c_try_run: command not found
./configure: line 466: 5: Bad file descriptor
./configure: line 467: 6: Bad file descriptor
./configure: line 469: 5: Bad file descriptor
---
compilers/php5-suhosin/BUILD | 5 +++--
compilers/php5-suhosin/DETAILS | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/compilers/php5-suhosin/BUILD b/compilers/php5-suhosin/BUILD
index fe34aa2..d230824 100644
--- a/compilers/php5-suhosin/BUILD
+++ b/compilers/php5-suhosin/BUILD
@@ -7,7 +7,7 @@
patch_it $SOURCE3 1
fi &&
- ./buildconf --force &&
+# ./buildconf --force &&
if [ "$USE_REGGLOBALS" == "y" ]; then
OPTS="$OPTS "
@@ -42,6 +42,7 @@
--enable-force-cgi-redirect \
--enable-discard-path \
$OPTS &&
- default_make
+
+ default_make
) > $C_FIFO 2>&1
diff --git a/compilers/php5-suhosin/DETAILS b/compilers/php5-suhosin/DETAILS
index fe75a52..bc270bc 100644
--- a/compilers/php5-suhosin/DETAILS
+++ b/compilers/php5-suhosin/DETAILS
@@ -1,5 +1,5 @@
MODULE=php5-suhosin
- PHP_VERSION=5.2.13
+ PHP_VERSION=5.2.14
SUHOSIN_VER=0.9.29
SUHOSIN_PVER=0.9.7
VERSION=$PHP_VERSION-$SUHOSIN_VER
@@ -16,13 +16,13 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$PHP_VERSION
SOURCE3=suhosin-patch-$PHP_VERSION-$SUHOSIN_PVER.patch.gz
SOURCE2_URL=http://download.suhosin.org
SOURCE3_URL=http://download.suhosin.org
- SOURCE_VFY=sha1:7127a21f1b493e3cd43f45cadecdb46b623eb1fb
+ SOURCE_VFY=sha1:311b44b2c0f2eea8ab8dab876d2a6b6e7a55632e
SOURCE2_VFY=sha1:2fa7c716a32e71fbb577fc3a9feaf46d783a501b
- SOURCE3_VFY=sha1:e2faf8db2d7facbd44cee2f737ce87732835d341
+ SOURCE3_VFY=sha1:0a12d3589f9c26dc7d6b6452ef7987b2e6527a30
WEB_SITE=http://www.hardened-php.net/suhosin/index.html
MAINTAINER=striker at lunar-linux.org
ENTERED=20061219
- UPDATED=20100304
+ UPDATED=20100921
SHORT="Suhosin is an advanced protection system for PHP"
cat << EOF
More information about the Lunar-commits
mailing list