From unknown Sun Sep 07 16:50:34 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30165] [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags. Resent-From: ng0+guixpatches@n0.is Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 18 Jan 2018 23:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 30165 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 30165@debbugs.gnu.org Cc: ng0 X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.151631859330961 (code B ref -1); Thu, 18 Jan 2018 23:37:02 +0000 Received: (at submit) by debbugs.gnu.org; 18 Jan 2018 23:36:33 +0000 Received: from localhost ([127.0.0.1]:33860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ecJjU-00083J-W7 for submit@debbugs.gnu.org; Thu, 18 Jan 2018 18:36:33 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ecJHw-0007Nw-PR for submit@debbugs.gnu.org; Thu, 18 Jan 2018 18:08:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecJHq-0004Zs-R5 for submit@debbugs.gnu.org; Thu, 18 Jan 2018 18:07:59 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38318) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ecJHq-0004Zl-NJ for submit@debbugs.gnu.org; Thu, 18 Jan 2018 18:07:58 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecJHp-00059j-Ni for guix-patches@gnu.org; Thu, 18 Jan 2018 18:07:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecJHm-0004YV-He for guix-patches@gnu.org; Thu, 18 Jan 2018 18:07:57 -0500 Received: from aibo.runbox.com ([91.220.196.211]:56644) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ecJHm-0004XQ-AP for guix-patches@gnu.org; Thu, 18 Jan 2018 18:07:54 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ecJHj-0002p4-Op for guix-patches@gnu.org; Fri, 19 Jan 2018 00:07:51 +0100 Received: from dslb-094-220-173-126.094.220.pools.vodafone-ip.de ([94.220.173.126] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1ecJHe-0002wM-9t; Fri, 19 Jan 2018 00:07:46 +0100 From: ng0+guixpatches@n0.is Date: Thu, 18 Jan 2018 23:07:27 +0000 Message-Id: <20180118230727.16742-1-ng0+guixpatches@n0.is> X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Mailman-Approved-At: Thu, 18 Jan 2018 18:36:31 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) From: ng0 As a fork of cURL, gnURL on Guix needs to be made aware of the certificate store to prevent the well-known issue we have. * gnu/packages/gnunet.scm (gnurl)[configure-flags]: Add '--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt'. --- gnu/packages/gnunet.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 2d238febc..0ebfc9116 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015, 2017 Efraim Flashner ;;; Copyright © 2016 Ricardo Wurmus ;;; Copyright © 2016 Mark H Weaver -;;; Copyright © 2016, 2017 ng0 +;;; Copyright © 2016, 2017, 2018 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -205,7 +205,8 @@ authentication and support for SSL3 and TLS.") ("pkg-config" ,pkg-config) ("python" ,python-2))) (arguments - `(#:configure-flags (list "--disable-ntlm-wb") + `(#:configure-flags (list "--disable-ntlm-wb" + "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt") #:test-target "test" #:parallel-tests? #f #:phases -- 2.15.1 From unknown Sun Sep 07 16:50:34 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: ng0+guixpatches@n0.is Subject: bug#30165: closed (Re: [bug#30165] [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags.) Message-ID: References: <87bmhl7x72.fsf@gnu.org> <20180118230727.16742-1-ng0+guixpatches@n0.is> X-Gnu-PR-Message: they-closed 30165 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 30165@debbugs.gnu.org Date: Tue, 23 Jan 2018 09:16:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1516698962-20286-1" This is a multi-part message in MIME format... ------------=_1516698962-20286-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #30165: [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 30165@debbugs.gnu.org. --=20 30165: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D30165 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1516698962-20286-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 30165-done) by debbugs.gnu.org; 23 Jan 2018 09:15:34 +0000 Received: from localhost ([127.0.0.1]:38997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1edug1-0005GQ-Qe for submit@debbugs.gnu.org; Tue, 23 Jan 2018 04:15:34 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:41594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1edufz-0005GH-D3 for 30165-done@debbugs.gnu.org; Tue, 23 Jan 2018 04:15:32 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id F3885CA22; Tue, 23 Jan 2018 10:15:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q2cCozHEq2kt; Tue, 23 Jan 2018 10:15:30 +0100 (CET) Received: from ribbon (unknown [193.50.110.135]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0F95F9D30; Tue, 23 Jan 2018 10:15:30 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: ng0+guixpatches@n0.is Subject: Re: [bug#30165] [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags. References: <20180118230727.16742-1-ng0+guixpatches@n0.is> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 4 =?utf-8?Q?Pluvi=C3=B4se?= an 226 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 23 Jan 2018 10:15:29 +0100 In-Reply-To: <20180118230727.16742-1-ng0+guixpatches@n0.is> (ng0's message of "Thu, 18 Jan 2018 23:07:27 +0000") Message-ID: <87bmhl7x72.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30165-done Cc: 30165-done@debbugs.gnu.org, ng0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) ng0+guixpatches@n0.is skribis: > From: ng0 > > As a fork of cURL, gnURL on Guix needs to be made aware of the certificate store > to prevent the well-known issue we have. > > * gnu/packages/gnunet.scm (gnurl)[configure-flags]: Add '--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt'. Applied, thanks! Ludo'. ------------=_1516698962-20286-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Jan 2018 23:36:33 +0000 Received: from localhost ([127.0.0.1]:33860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ecJjU-00083J-W7 for submit@debbugs.gnu.org; Thu, 18 Jan 2018 18:36:33 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ecJHw-0007Nw-PR for submit@debbugs.gnu.org; Thu, 18 Jan 2018 18:08:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecJHq-0004Zs-R5 for submit@debbugs.gnu.org; Thu, 18 Jan 2018 18:07:59 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38318) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ecJHq-0004Zl-NJ for submit@debbugs.gnu.org; Thu, 18 Jan 2018 18:07:58 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecJHp-00059j-Ni for guix-patches@gnu.org; Thu, 18 Jan 2018 18:07:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecJHm-0004YV-He for guix-patches@gnu.org; Thu, 18 Jan 2018 18:07:57 -0500 Received: from aibo.runbox.com ([91.220.196.211]:56644) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ecJHm-0004XQ-AP for guix-patches@gnu.org; Thu, 18 Jan 2018 18:07:54 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ecJHj-0002p4-Op for guix-patches@gnu.org; Fri, 19 Jan 2018 00:07:51 +0100 Received: from dslb-094-220-173-126.094.220.pools.vodafone-ip.de ([94.220.173.126] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1ecJHe-0002wM-9t; Fri, 19 Jan 2018 00:07:46 +0100 From: ng0+guixpatches@n0.is To: guix-patches@gnu.org Subject: [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags. Date: Thu, 18 Jan 2018 23:07:27 +0000 Message-Id: <20180118230727.16742-1-ng0+guixpatches@n0.is> X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 18 Jan 2018 18:36:31 -0500 Cc: ng0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) From: ng0 As a fork of cURL, gnURL on Guix needs to be made aware of the certificate store to prevent the well-known issue we have. * gnu/packages/gnunet.scm (gnurl)[configure-flags]: Add '--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt'. --- gnu/packages/gnunet.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 2d238febc..0ebfc9116 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015, 2017 Efraim Flashner ;;; Copyright © 2016 Ricardo Wurmus ;;; Copyright © 2016 Mark H Weaver -;;; Copyright © 2016, 2017 ng0 +;;; Copyright © 2016, 2017, 2018 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -205,7 +205,8 @@ authentication and support for SSL3 and TLS.") ("pkg-config" ,pkg-config) ("python" ,python-2))) (arguments - `(#:configure-flags (list "--disable-ntlm-wb") + `(#:configure-flags (list "--disable-ntlm-wb" + "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt") #:test-target "test" #:parallel-tests? #f #:phases -- 2.15.1 ------------=_1516698962-20286-1--