public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Diego Petteno (flameeyes)" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin/files: suhosin-0.9.32.1-libcrypt.patch
Date: Mon, 11 Oct 2010 23:23:06 +0000 (UTC)	[thread overview]
Message-ID: <20101011232306.F292520051@flycatcher.gentoo.org> (raw)

flameeyes    10/10/11 23:23:06

  Added:                suhosin-0.9.32.1-libcrypt.patch
  Log:
  QA: ensure that libcrypt is linked in the extension, or it'll abort at runtime, or fail to load depending on binding settings. Closes bug #332161 by Hanno Boeck, thanks to klondike for the diagnosis.
  
  (Portage version: 2.2_rc92/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-php5/suhosin/files/suhosin-0.9.32.1-libcrypt.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/files/suhosin-0.9.32.1-libcrypt.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/files/suhosin-0.9.32.1-libcrypt.patch?rev=1.1&content-type=text/plain

Index: suhosin-0.9.32.1-libcrypt.patch
===================================================================
Index: suhosin-0.9.32.1/config.m4
===================================================================
--- suhosin-0.9.32.1.orig/config.m4
+++ suhosin-0.9.32.1/config.m4
@@ -6,4 +6,7 @@ PHP_ARG_ENABLE(suhosin, whether to enabl
 
 if test "$PHP_SUHOSIN" != "no"; then
   PHP_NEW_EXTENSION(suhosin, suhosin.c crypt.c crypt_blowfish.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c log.c header.c execute.c ex_imp.c session.c aes.c compat_snprintf.c, $ext_shared)
+  PHP_CHECK_LIBRARY(crypt, crypt, 
+    [PHP_ADD_LIBRARY(crypt,, SUHOSIN_SHARED_LIBADD)])
+  PHP_SUBST(SUHOSIN_SHARED_LIBADD)
 fi






             reply	other threads:[~2010-10-11 23:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-11 23:23 Diego Petteno (flameeyes) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-18 10:34 [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin/files: suhosin-0.9.32.1-libcrypt.patch Ole Markus With (olemarkus)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101011232306.F292520051@flycatcher.gentoo.org \
    --to=flameeyes@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox