From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21894 invoked by alias); 21 Jul 2019 12:41:23 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 21887 invoked by uid 89); 21 Jul 2019 12:41:23 -0000 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 Received: from mail-ot1-f45.google.com (HELO mail-ot1-f45.google.com) (209.85.210.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 21 Jul 2019 12:41:22 +0000 Received: by mail-ot1-f45.google.com with SMTP id r6so37396593oti.3 for ; Sun, 21 Jul 2019 05:41:22 -0700 (PDT) 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== Return-Path: Received: from A6c ([2605:6000:9fc0:56:6045:8f05:def0:5b7]) by smtp.gmail.com with ESMTPSA id e10sm11405932oie.37.2019.07.21.05.41.19 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Sun, 21 Jul 2019 05:41:19 -0700 (PDT) Message-ID: <5d345d6f.1c69fb81.6c59b.e89a@mx.google.com> Date: Sun, 21 Jul 2019 12:41:00 -0000 From: Steven Penny To: cygwin@cygwin.com Subject: Re: cURL dependencies broken References: <87h87f27yl.fsf@Rainer.invalid> Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Suede Mail/2.8.0 (github.com/cup/suede) X-SW-Source: 2019-07/txt/msg00159.txt.bz2 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