From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46FD9138330 for ; Sun, 11 Sep 2016 16:39:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9188E0B12; Sun, 11 Sep 2016 16:39:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADEBFE0B12 for ; Sun, 11 Sep 2016 16:39:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A49A340943 for ; Sun, 11 Sep 2016 16:38:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BA87247E for ; Sun, 11 Sep 2016 16:38:57 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1473611822.fd5be9e20c437ab9bf3dd451ab66b1bdeb6b4378.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/suhosin/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/suhosin/files/suhosin-0.9.37.1-libcrypt.patch X-VCS-Directories: dev-php/suhosin/files/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: fd5be9e20c437ab9bf3dd451ab66b1bdeb6b4378 X-VCS-Branch: master Date: Sun, 11 Sep 2016 16:38:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1dd422c2-e66e-4a5e-b551-27785681f040 X-Archives-Hash: 661375ed26f688f4b5876338984eb2be commit: fd5be9e20c437ab9bf3dd451ab66b1bdeb6b4378 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Sep 11 09:53:58 2016 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Sep 11 16:37:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5be9e2 dev-php/suhosin: remove unused patch Signed-off-by: Michael Orlitzky gentoo.org> dev-php/suhosin/files/suhosin-0.9.37.1-libcrypt.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dev-php/suhosin/files/suhosin-0.9.37.1-libcrypt.patch b/dev-php/suhosin/files/suhosin-0.9.37.1-libcrypt.patch deleted file mode 100644 index 02b5aba..00000000 --- a/dev-php/suhosin/files/suhosin-0.9.37.1-libcrypt.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: suhosin-0.9.32.1/config.m4 -=================================================================== ---- suhosin-0.9.33.orig/config.m4 -+++ suhosin-0.9.33/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 sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c rfc1867_new.c log.c header.c execute.c ex_imp.c session.c aes.c crypt.c, $ext_shared) -+ PHP_CHECK_LIBRARY(crypt, crypt, -+ [PHP_ADD_LIBRARY(crypt,, SUHOSIN_SHARED_LIBADD)]) -+ PHP_SUBST(SUHOSIN_SHARED_LIBADD) - fi