From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19467 invoked by alias); 5 Feb 2014 08:03:12 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 19439 invoked by uid 89); 5 Feb 2014 08:03:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f175.google.com Received: from mail-ig0-f175.google.com (HELO mail-ig0-f175.google.com) (209.85.213.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 05 Feb 2014 08:03:09 +0000 Received: by mail-ig0-f175.google.com with SMTP id uq10so11427222igb.2 for ; Wed, 05 Feb 2014 00:03:07 -0800 (PST) X-Received: by 10.50.176.137 with SMTP id ci9mr21540623igc.31.1391587387313; Wed, 05 Feb 2014 00:03:07 -0800 (PST) Received: from [192.168.0.101] (S0106000cf16f58b1.wp.shawcable.net. [24.79.212.134]) by mx.google.com with ESMTPSA id ft2sm46954255igb.5.2014.02.05.00.03.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 05 Feb 2014 00:03:06 -0800 (PST) Message-ID: <52F1F040.6030402@users.sourceforge.net> Date: Wed, 05 Feb 2014 08:03:00 -0000 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: openssl: add ca-certificates dep Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-02/txt/msg00005.txt.bz2 Corinna, Now that ca-certificates provides /usr/ssl/cert.pem[1][2], which is the hardcoded location in libcrypto, AFAICS libopenssl100 should depend on ca-certificates. Note that Fedora does this as well[3], as do our libgnutls28 and libnss3 packages. This would assure that e.g. wget.x86_64 works OOTB with HTTPS URIs. This can be fixed for future releases by adding ca-certificates to libopenssl100_REQUIRES, but this should be added to x86*/release/openssl/libopenssl100/setup.hint now. Agreed? Yaakov [1] http://cygwin.com/ml/cygwin/2013-09/msg00161.html [2] http://cygwin.com/ml/cygwin-announce/2013-10/msg00007.html [3] http://pkgs.fedoraproject.org/cgit/openssl.git/tree/openssl.spec#n107