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 82663139694 for ; Sun, 4 Jun 2017 18:32:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 977FE21C25A; Sun, 4 Jun 2017 18:32:11 +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 737DC21C25A for ; Sun, 4 Jun 2017 18:32:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A376341899 for ; Sun, 4 Jun 2017 18:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D974745F for ; Sun, 4 Jun 2017 18:32:08 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1496601119.021b4128fab449a793151ee229d692b10ec248bf.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_kerb/, www-apache/mod_auth_kerb/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild X-VCS-Directories: www-apache/mod_auth_kerb/files/ www-apache/mod_auth_kerb/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 021b4128fab449a793151ee229d692b10ec248bf X-VCS-Branch: master Date: Sun, 4 Jun 2017 18:32:08 +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: e1058cb4-dd74-4ba3-ad68-fdddf4ada4b0 X-Archives-Hash: 638c37f4d759001bbe3bcee59ab14472 commit: 021b4128fab449a793151ee229d692b10ec248bf Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 4 18:30:07 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 4 18:31:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021b4128 www-apache/mod_auth_kerb: Fix building with heimdal (#327445) Package-Manager: Portage-2.3.6, Repoman-2.3.2 www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch | 10 ++++++++++ www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch b/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch new file mode 100644 index 00000000000..a5d3d4ba62c --- /dev/null +++ b/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch @@ -0,0 +1,10 @@ +--- mod_auth_kerb-5.4/src/mod_auth_kerb.c 2010-10-04 16:21:22.169285716 +0200 ++++ mod_auth_kerb-5.4.new/src/mod_auth_kerb.c 2010-10-04 16:20:41.584250095 +0200 +@@ -89,6 +89,7 @@ + #include + #ifdef HEIMDAL + # include ++# include + #else + # include + # include diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild index 1b067a4769a..1d1b560367c 100644 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -32,6 +32,7 @@ PATCHES=( "${FILESDIR}"/${P}-cachedir.patch "${FILESDIR}"/${P}-longuser.patch "${FILESDIR}"/${P}-handle-continue.patch + "${FILESDIR}"/${P}-heimdal.patch ) src_prepare() {