Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (260dd29140293976b245054bbec88bf1c33bdf83)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (260dd29140293976b245054bbec88bf1c33bdf83)
  • Date: Sun, 16 Dec 2007 22:43:25 +0100

hmm
On Saturday 15 of December 2007 18:51:56 Andraž Levstik wrote:
> --- a/php-pear/php/CONFIGURE
> +++ b/php-pear/php/CONFIGURE
> @@ -1,3 +1,5 @@
> +message "For more information on Suhosin patchset goto
> http://www.hardened-php.net/suhosin/";  &&
> +config_query PHP_SUHOSIN  "Do
> you want tho suhosin patchset enabled?"  n  && config_query_option
>  PHP4_SAFE      "Enable PHP safe mode?"             n  \
> "--enable-safe-mode"                                  \
> "--disable-safe-mode"                                 && diff --git
> a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
> index c5dc43f..c905613 100755
> --- a/php-pear/php/DEPENDS
> +++ b/php-pear/php/DEPENDS
> @@ -52,7 +52,7 @@ optional_depends  mhash                         \
>                    "--without-mhash"             \
>                    "for hash functions support"  &&
>  
> -optional_depends  mcrypt                \
> +optional_depends  libmcrypt                \
>                    "--with-mcrypt=/usr"  \
>                    "--without-mcrypt"    \
>                    "for crypto library"  &&
> diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
> index b6fd64f..033d916 100755
> --- a/php-pear/php/DETAILS
> +++ b/php-pear/php/DETAILS
> @@ -6,6 +6,14 @@ else
>           VERSION=5.2.5
>      
> SOURCE_HASH=sha512:d362c195a018bad5013c2b8539fdf345944266b6336ecc2315a0809d
>dc2a543bb09bcdd31d6203c056b1d9f4f65ce0b4f4e32c83df529582b05925b3a5b727f6 fi
> +if [[ $PHP_SUHOSIN == y ]] ; then
> +        VERSION2=0.9.6.2
> +         SOURCE2=suhosin-patch-$VERSION-$VERSION2.patch.gz
> +     SOURCE2_URL="http://www.hardened-php.net/suhosin/_media/$SOURCE2";
> +         SOURCE3=$SOURCE2.sig
> +     SOURCE3_URL="http://www.hardened-php.net/suhosin/_media/$SOURCE3";
> +     SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
> +fi
The query for Suhosin should be asked in PREPARE, else the first few sourcing
of DETAILS at the first cast would miss this info.

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page