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 A23991382C5 for ; Fri, 18 Jun 2021 22:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E18C3E0869; Fri, 18 Jun 2021 22:51:04 +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 C1F73E0869 for ; Fri, 18 Jun 2021 22:51:04 +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 38AEE335D3D for ; Fri, 18 Jun 2021 22:51:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B96487B1 for ; Fri, 18 Jun 2021 22:51:01 +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: <1624056612.929025d74438f10d7b9d9f79d2002a953eb89aba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force profiles/base/package.use.mask profiles/package.mask X-VCS-Directories: profiles/ profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 929025d74438f10d7b9d9f79d2002a953eb89aba X-VCS-Branch: master Date: Fri, 18 Jun 2021 22:51:01 +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: ef93e953-42c6-463e-a7ca-46a5d9bdadbf X-Archives-Hash: 9507de976997e9e634a83d5252ae92bb commit: 929025d74438f10d7b9d9f79d2002a953eb89aba Author: Sam James gentoo org> AuthorDate: Fri Jun 18 22:47:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 18 22:50:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929025d7 profiles: add note to libxcrypt mask(s) to treat with care for non-glibc We'll need to keep the masks for non-glibc (musl, uclibc{,-ng}, ...) so make a note of it to prevent an issue down the line. Reported-by: Arfrever Frehtes Taifersar Arahesis gmail.com> Bug: https://bugs.gentoo.org/699422 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.force | 4 ++-- profiles/base/package.use.mask | 1 + profiles/package.mask | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 2450d788500..eb7bc3a9dd5 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -93,8 +93,8 @@ sys-kernel/vanilla-kernel initramfs # Sergei Trofimovich (2019-11-06) # Upstream plans to drop libcrypt.so.1/crypt.h from glibc -# distribution and rely on external providers lke libxcrypt. -# Gentoo will follow the suit but today we are not ready. +# distribution and rely on external providers like libxcrypt. +# Gentoo will follow suit but today we are not yet ready. # Unmask at your risk. Bug #699422 tracks the effort. sys-libs/glibc crypt diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 8b41e67b485..e7d99d817a4 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -270,6 +270,7 @@ dev-python/statsmodels doc # Patrick McLean (2019-11-07) # Collides with sys-libc/glibc[crypt] +# (NOTE: Likely needs to be moved to musl + uclibc profiles, not dropped entirely) sys-libs/libxcrypt split-usr system # Michał Górny (2019-10-05) diff --git a/profiles/package.mask b/profiles/package.mask index e66e79db539..b68e9d648d8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -510,6 +510,7 @@ dev-lang/spark # Patrick McLean (2020-02-07) # Mask until sys-libs/libxcrypt[system] is unmasked +# (NOTE: Likely needs to be moved to musl + uclibc profiles, not dropped entirely) >=virtual/libcrypt-2 # Lars Wendler (2019-11-14)