From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36082 helo=eggs1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQL6R-0003ML-9R for guix-patches@gnu.org; Sun, 19 Apr 2020 21:20:03 -0400 Received: from Debian-exim by eggs1p.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQL6Q-0001XJ-Sn for guix-patches@gnu.org; Sun, 19 Apr 2020 21:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34743) by eggs1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQL6Q-0001Wu-Go for guix-patches@gnu.org; Sun, 19 Apr 2020 21:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQL6Q-0006WH-Ao for guix-patches@gnu.org; Sun, 19 Apr 2020 21:20:02 -0400 Subject: [bug#40663] [PATCH v2] gnu: libqalculate: Fixes for libcurl gnutls CA cert bundle file Resent-Message-ID: Date: Mon, 20 Apr 2020 06:49:43 +0530 From: R Veera Kumar Message-ID: <20200420011943.GA786@tulip> References: <20200416151910.21754-1-vkor@vkten.in> <20200417165101.17565-1-vkor@vkten.in> <20200419203005.74c66469@scratchpost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200419203005.74c66469@scratchpost.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 40663@debbugs.gnu.org On Sun, Apr 19, 2020 at 08:30:05PM +0200, Danny Milosavljevic wrote: > Hi Veera, > > thanks! > > What happens if SSL_CERT_FILE is unset? Does it crash with a segfault or just > fail regularily? If SSL_CERT_FILE is unset, it does not segfaults. It just fails saying unable to download the urls. So can the patch be accepted? Veera