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 E0674138330 for ; Sun, 11 Sep 2016 16:39:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B44B7E0B31; 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 9548FE0B12 for ; Sun, 11 Sep 2016 16:39:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 464C634092D 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 7A08D247D 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.aeac87460a08b8a9339d1b69681a043e48a3f756.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-radius/files/radius_long.patch X-VCS-Directories: dev-php/pecl-radius/files/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: aeac87460a08b8a9339d1b69681a043e48a3f756 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: 8bd8a11a-eedf-49dd-a16b-49d35ad01a76 X-Archives-Hash: cd7e54f115edd46c7d882632f5ef4d0c commit: aeac87460a08b8a9339d1b69681a043e48a3f756 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Thu Sep 8 17:52:35 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=aeac8746 dev-php/pecl-radius: remove unused patch Signed-off-by: Michael Orlitzky gentoo.org> dev-php/pecl-radius/files/radius_long.patch | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dev-php/pecl-radius/files/radius_long.patch b/dev-php/pecl-radius/files/radius_long.patch deleted file mode 100644 index 090674c..00000000 --- a/dev-php/pecl-radius/files/radius_long.patch +++ /dev/null @@ -1,15 +0,0 @@ -Gentoo bug: 460836 -Upstream bug: 60885 - -diff -u php-radius-1.2.5/radius-1.2.5/radius.c php-radius-1.2.5/radius-1.2.5/radius.c ---- php-radius-1.2.5/radius-1.2.5/radius.c -+++ php-radius-1.2.5/radius-1.2.5/radius.c -@@ -265,7 +265,7 @@ - /* {{{ proto bool radius_create_request(desc, code) */ - PHP_FUNCTION(radius_create_request) - { -- int code; -+ long code; - radius_descriptor *raddesc; - zval *z_radh; -