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 E33A6138335 for ; Fri, 9 Nov 2018 10:10:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C36DE0DE6; Fri, 9 Nov 2018 10:10:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D584FE0DE0 for ; Fri, 9 Nov 2018 10:10:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3EF67335C36 for ; Fri, 9 Nov 2018 10:09:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6A96443 for ; Fri, 9 Nov 2018 10:09:57 +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: <1541758180.22ce0a7959eb3b924d3ef8c0fd8727f8a27cc15c.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.8.6-r1.ebuild net-fs/samba/samba-4.8.6-r2.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 22ce0a7959eb3b924d3ef8c0fd8727f8a27cc15c X-VCS-Branch: master Date: Fri, 9 Nov 2018 10:09: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: be93de68-6893-40f9-b335-34474df22a60 X-Archives-Hash: 12f3c7cef4d6414606c74510986518e3 commit: 22ce0a7959eb3b924d3ef8c0fd8727f8a27cc15c Author: Lars Wendler gentoo org> AuthorDate: Fri Nov 9 09:38:46 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Nov 9 10:09:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ce0a79 net-fs/samba: Another revbump to really apply the python DSDB fix which was added with 4.8.6-r1 revbump but not being applied in the ebuild. Bug: https://bugs.gentoo.org/633728 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/{samba-4.8.6-r1.ebuild => samba-4.8.6-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-fs/samba/samba-4.8.6-r1.ebuild b/net-fs/samba/samba-4.8.6-r2.ebuild similarity index 99% rename from net-fs/samba/samba-4.8.6-r1.ebuild rename to net-fs/samba/samba-4.8.6-r2.ebuild index ea2098018bb..c959bbd6d78 100644 --- a/net-fs/samba/samba-4.8.6-r1.ebuild +++ b/net-fs/samba/samba-4.8.6-r2.ebuild @@ -131,6 +131,7 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}/${PN}-4.4.0-pam.patch" "${FILESDIR}/${PN}-4.5.1-compile_et_fix.patch" + "${FILESDIR}/${PN}-4.8.6-no-pydsdb-when-no-addc.patch" ) #CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)"