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 D0C081396D9 for ; Mon, 13 Nov 2017 15:56:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0FE3E1216; Mon, 13 Nov 2017 15:56:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA08FE1216 for ; Mon, 13 Nov 2017 15:56:50 +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 4308A33BE19 for ; Mon, 13 Nov 2017 15:56:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC14B98C1 for ; Mon, 13 Nov 2017 15:56:47 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1510588600.43216e1833dd91caef752e565150fb6df9684ccc.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.2.14.ebuild net-fs/samba/samba-4.5.10-r1.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 43216e1833dd91caef752e565150fb6df9684ccc X-VCS-Branch: master Date: Mon, 13 Nov 2017 15:56:47 +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: d3f26a13-6f5d-4a84-9e33-36aeed485fa1 X-Archives-Hash: e46a35996d200e393e1d54f00832286a commit: 43216e1833dd91caef752e565150fb6df9684ccc Author: Lars Wendler gentoo org> AuthorDate: Mon Nov 13 15:56:40 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Nov 13 15:56:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43216e18 net-fs/samba: Fix stable samba when glibc[-rpc] is installed. Bug: https://bugs.gentoo.org/606542 Package-Manager: Portage-2.3.13, Repoman-2.3.4 net-fs/samba/samba-4.2.14.ebuild | 1 + net-fs/samba/samba-4.5.10-r1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild index 0213488e770..67fef98bf87 100644 --- a/net-fs/samba/samba-4.2.14.ebuild +++ b/net-fs/samba/samba-4.2.14.ebuild @@ -91,6 +91,7 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}/${PN}-4.2.3-heimdal_compilefix.patch" "${FILESDIR}/${PN}-4.2.7-pam.patch" + "${FILESDIR}/${PN}-glibc-2.26-no_rpc.patch" #637320 ) CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)" diff --git a/net-fs/samba/samba-4.5.10-r1.ebuild b/net-fs/samba/samba-4.5.10-r1.ebuild index 92ac19751e0..d21506da9c7 100644 --- a/net-fs/samba/samba-4.5.10-r1.ebuild +++ b/net-fs/samba/samba-4.5.10-r1.ebuild @@ -102,6 +102,7 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}/${PN}-4.4.0-pam.patch" "${FILESDIR}/${PN}-4.5.1-compile_et_fix.patch" + "${FILESDIR}/${PN}-glibc-2.26-no_rpc.patch" #637320 ) #CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)"