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 1183D1382C5 for ; Thu, 4 Feb 2021 09:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A1F1E08E0; Thu, 4 Feb 2021 09:17:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 345FDE08E0 for ; Thu, 4 Feb 2021 09:17:33 +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 52CE3342496 for ; Thu, 4 Feb 2021 09:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE53149 for ; Thu, 4 Feb 2021 09:17:30 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1612430240.fbd7a6a460203eebe25f4335d65f213fc1f7c301.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/pax-utils/pax-utils-1.2.9.ebuild X-VCS-Directories: app-misc/pax-utils/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: fbd7a6a460203eebe25f4335d65f213fc1f7c301 X-VCS-Branch: master Date: Thu, 4 Feb 2021 09:17:30 +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: ba8bedef-bd0d-4af7-84f9-1c1bf0d4cc2f X-Archives-Hash: 08369f3aa73c36cdfbe3d9d88e8b3956 commit: fbd7a6a460203eebe25f4335d65f213fc1f7c301 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Feb 4 09:16:54 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Feb 4 09:17:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd7a6a4 app-misc/pax-utils: require linux-headers=5.8+ for faccessat2 Reported-by: Lars Wendler (Polynomial-C) Closes: https://bugs.gentoo.org/768624 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> app-misc/pax-utils/pax-utils-1.2.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/pax-utils/pax-utils-1.2.9.ebuild b/app-misc/pax-utils/pax-utils-1.2.9.ebuild index e7a257126c0..fcc2def6b6e 100644 --- a/app-misc/pax-utils/pax-utils-1.2.9.ebuild +++ b/app-misc/pax-utils/pax-utils-1.2.9.ebuild @@ -26,10 +26,10 @@ RDEPEND="caps? ( >=sys-libs/libcap-2.24 ) ) seccomp? ( sys-libs/libseccomp ) " -# >=linux-headers-4.11 to pick linux headers with statx, bug #737094 +# >=linux-headers-5.8 to pick linux headers with faccessat2, bug #768624 DEPEND=" ${RDEPEND} - kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-4.11 ) ) + kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-5.8 ) ) " BDEPEND=" caps? ( virtual/pkgconfig )