X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:references :content-type; q=dns; s=default; b=asqTgVbEzGYX9k+4YR5Cdz42JA24p zJYHM5Pn6v+1JqArbcB5u4Hf2f9PH0zxgJGBQHDhsepIzCcCaUmDK5EnuINcya/N 4QOulzFdk7Ml7ImUNCHQz/7csz5CqCNg99CzYMohagsOTn0FdwyUEPeENuWwgMYO zVpCe9KMkT1ln4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:references :content-type; s=default; bh=Lu4YFK8qVaZpcWrYRYjwd+yfi74=; b=eTc 2Zm9rOzaydGRoayZNJDtpFtL/g4UI+SOt26hXrHpU+wJNYZTUDES2xlm/uD5Adoc tzfNdl9XpbqlxVw4kREB4GSKrI8pKBuMO0DNgozxjuGhvskgRKcM3zgXM3+Lt1ip +ptpbd1+ssQN74T4deMwl468fZFcMyRfvER0A4Y8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=gratz, Gratz, H*M:1c69fb81, H*M:google X-HELO: mail-ot1-f45.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:to:subject:references:user-agent; bh=EitmVQMzCnISk848mcPvbGoMcViKmsmIHgYYVpsMr6w=; b=LTXPk3uy7p5lrQCOgrQ2YZHoD9dnLONYUE08WAulCA1f07o4QjuQTJE3XyPcB8quiQ oWaDKu/KyhqEF/WEZD1sEjdINFI1vrFXaXxzyMz0j0uJJQqwPQMz/75zZxhd7wesziXU EjBZ+Dw5DqJ3pUi/7uQOpwVZNLoJEYmtF+XVMkHOnkoLqMX859b5oOIWuCxGhF6l7DI1 pxz1RaFuDArt4b8pHIwJTeC49Nwmequru5dZXkIs9u5vPqfhX9zOL2ZKMu8bUYPsuwiM 0mCiHwdRmfgLZXj8uY0uH8LbMHDo4V9lwwFV4K1QZ220EcwuCgeLX7OE+qnHcvO1+ZEF wQUg== Message-ID: <5d345d6f.1c69fb81.6c59b.e89a@mx.google.com> Date: Sun, 21 Jul 2019 05:41:19 -0700 (PDT) From: Steven Penny To: cygwin AT cygwin DOT com Subject: Re: cURL dependencies broken References: <87h87f27yl DOT fsf AT Rainer DOT invalid> Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Suede Mail/2.8.0 (github.com/cup/suede) On Sun, 21 Jul 2019 08:54:42, Achim Gratz wrote: > No it doesn't. The "requires" line is only there for backwards > compatibility and is a join of all versioned dependencies, which are > listed in "depends2". Here is a culled cygcheck of cURL: $ cygcheck curl C:\cygwin64\bin\curl.exe C:\cygwin64\bin\cygcurl-4.dll C:\cygwin64\bin\cygcrypto-1.1.dll C:\cygwin64\bin\cygldap-2-4-2.dll C:\cygwin64\bin\cygcrypto-1.0.0.dll C:\cygwin64\bin\cygssl-1.0.0.dll C:\cygwin64\bin\cygssl-1.1.dll So LibCurl itself is requiring the new version, but LibLdap is requiring old version. Further, we can prove this with "setup.ini" as well. Look at culled listing of LibCurl: @ libcurl4 requires: ca-certificates cygwin libbrotlidec1 libopenldap2_4_2 depends2: ca-certificates, cygwin, libbrotlidec1, libopenldap2_4_2 No matter which on we look at "libopenldap2_4_2" is required. Now, let go one more step: @ libopenldap2_4_2 requires: cygwin libopenssl100 libsasl2_3 depends2: cygwin, libopenssl100, libsasl2_3 No matter which one we look at, the twice obsolete SSL is being used. Achim, in the future, I think it would be helpful for you to check your facts before posting. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple