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 AE963158041 for ; Sun, 5 Sep 2021 05:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D760DE0845; Sun, 5 Sep 2021 05:48:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B055AE0845 for ; Sun, 5 Sep 2021 05:48:37 +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 16B43341538 for ; Sun, 5 Sep 2021 05:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F3D3BF for ; Sun, 5 Sep 2021 05:48:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1630820867.dc67add1a5356531eaaec698807661461abc27e4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.34.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dc67add1a5356531eaaec698807661461abc27e4 X-VCS-Branch: master Date: Sun, 5 Sep 2021 05:48:33 +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: b9886e58-02c5-432b-b956-941f3c90ea30 X-Archives-Hash: a70fb11ae395652043e6b59a07a28c00 commit: dc67add1a5356531eaaec698807661461abc27e4 Author: Sam James gentoo org> AuthorDate: Sun Sep 5 05:28:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 5 05:47:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc67add1 sys-libs/glibc: add comment on bumping pax-utils bound It's important that we remember to do this when bumping glibc releases. Added a comment as a reminder and used a variable so that both uses are consistent within *DEPEND. Bug: https://bugs.gentoo.org/811462 Signed-off-by: Sam James gentoo.org> sys-libs/glibc/glibc-2.34.ebuild | 7 +++++-- sys-libs/glibc/glibc-9999.ebuild | 11 +++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/sys-libs/glibc/glibc-2.34.ebuild b/sys-libs/glibc/glibc-2.34.ebuild index cacddc9065e..0466160c931 100644 --- a/sys-libs/glibc/glibc-2.34.ebuild +++ b/sys-libs/glibc/glibc-2.34.ebuild @@ -45,6 +45,9 @@ IUSE="audit caps cet compile-locales +crypt custom-cflags doc gd headers-only +m # Minimum kernel version that glibc requires MIN_KERN_VER="3.2.0" +# Minimum pax-utils version needed (which contains any new syscall changes for +# its seccomp filter!). Please double check this! +MIN_PAX_UTILS_VER="1.3.3" # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -98,7 +101,7 @@ fi BDEPEND=" ${PYTHON_DEPS} - >=app-misc/pax-utils-1.3.3 + >=app-misc/pax-utils-${MIN_PAX_UTILS_VER} sys-devel/bison doc? ( sys-apps/texinfo ) !compile-locales? ( @@ -130,7 +133,7 @@ RDEPEND="${COMMON_DEPEND} sys-apps/grep virtual/awk sys-apps/gentoo-functions - !