From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 484733858C27 for ; Thu, 21 Sep 2023 14:41:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 484733858C27 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-CSE-ConnectionGUID: OaY2Y5LWR7aVm4ogIrI2kw== X-CSE-MsgGUID: YLSvo/kyQtuHljLhgLnRfA== X-IronPort-AV: E=Sophos;i="6.03,165,1694764800"; d="scan'208";a="17468989" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 21 Sep 2023 06:41:51 -0800 IronPort-SDR: 1JVjVuEhUuU22EewRfziPEHSx/Zuxgov6K46wULBHZbTQ+qF4+BGPjtzOGEqs/elvoZP8ZDuLN 0hlvxS64xhDOypoXGAzksebHAkHGFuLVzD9doSGPpkvf5CiPPKMEQasvxCD00aBlXOhzHqTFgP eF1MwI/Q5NhY8p+nJuIC8GpiyT8LZqwBsqph8CuOrY/S0rEpos7vSuJNk7utVUDKerOQHiBKXW OaA+2g0VqxVXJZx5Q1Zf4JFABx/ZsCtqTWdO78AOqkrBZJG2bOCiF3Meum/Xz3Qvj3wJKOVUcL p7U= Date: Thu, 21 Sep 2023 14:41:47 +0000 From: Joseph Myers To: Adhemerval Zanella CC: Subject: Re: [PATCH 2/2] crypt: Remove libcrypt support In-Reply-To: <20230921130617.468601-3-adhemerval.zanella@linaro.org> Message-ID: References: <20230921130617.468601-1-adhemerval.zanella@linaro.org> <20230921130617.468601-3-adhemerval.zanella@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3104.3 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 21 Sep 2023, Adhemerval Zanella wrote: > All the crypt related functions, cryptographic algorithms, and > make requirements are removed, with only the exception of md5 > which is required by locale programs. > > Besides thec code itself, both internal documentation and the > manual is also adjusted. This allows to remove both --enable-crypt > and --enable-nss-crypt configure options. I think this is missing the removal of libcrypt entries from shlib-versions and sysdeps/unix/sysv/linux/alpha/shlib-versions. -- Joseph S. Myers joseph@codesourcery.com