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 3FF52138334 for ; Wed, 20 Nov 2019 12:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00890E0870; Wed, 20 Nov 2019 12:55:48 +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 99F87E0867 for ; Wed, 20 Nov 2019 12:55:47 +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 547C734D11A for ; Wed, 20 Nov 2019 12:55:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C6818BA for ; Wed, 20 Nov 2019 12:55:44 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1574254520.678435330365772389ff25a1307b9a96a9797afc.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/nfs-utils/nfs-utils-2.4.1-r3.ebuild net-fs/nfs-utils/nfs-utils-2.4.1-r4.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 678435330365772389ff25a1307b9a96a9797afc X-VCS-Branch: master Date: Wed, 20 Nov 2019 12:55:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 420de65f-020a-4617-9daf-8ff9157a28de X-Archives-Hash: c56c138216bdc5089aa335afe0e4a731 commit: 678435330365772389ff25a1307b9a96a9797afc Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Nov 20 12:55:20 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Nov 20 12:55:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67843533 net-fs/nfs-utils: rev bump to add patches Bug: https://bugs.gentoo.org/688644 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann gentoo.org> .../nfs-utils/{nfs-utils-2.4.1-r3.ebuild => nfs-utils-2.4.1-r4.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-fs/nfs-utils/nfs-utils-2.4.1-r3.ebuild b/net-fs/nfs-utils/nfs-utils-2.4.1-r4.ebuild similarity index 96% rename from net-fs/nfs-utils/nfs-utils-2.4.1-r3.ebuild rename to net-fs/nfs-utils/nfs-utils-2.4.1-r4.ebuild index 24e426f2374..fc20760da24 100644 --- a/net-fs/nfs-utils/nfs-utils-2.4.1-r3.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.4.1-r4.ebuild @@ -70,6 +70,9 @@ PATCHES=( "${FILESDIR}"/${P}-gssd-Look-in-lib32-for-gss-libs-aswell.patch "${FILESDIR}"/${P}-Fix-include-order-between-config.h-and-stat.h.patch "${FILESDIR}"/${PN}-2.4.1-statx.patch #688644 + "${FILESDIR}"/${PN}-2.4.2-Ensure-consistent-struct-stat.patch + "${FILESDIR}"/${PN}-2.4.2-mountd-Add-check-for-struct-file_handle.patch + "${FILESDIR}"/${PN}-2.4.2-mountd-Fix-compilation-for--disable-uuid.patch ) pkg_setup() {