GNU bug report logs - #30165
[PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags.

Previous Next

Package: guix-patches;

Reported by: ng0+guixpatches <at> n0.is

Date: Thu, 18 Jan 2018 23:37:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ng0+guixpatches <at> n0.is
Subject: bug#30165: closed (Re: [bug#30165] [PATCH] gnu: gnurl: Add
 '--with-ca-bundle' path to configure-flags.)
Date: Tue, 23 Jan 2018 09:16:02 +0000
[Message part 1 (text/plain, inline)]
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 <at> debbugs.gnu.org.

-- 
30165: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30165
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: ng0+guixpatches <at> n0.is
Cc: 30165-done <at> debbugs.gnu.org, ng0 <ng0 <at> n0.is>
Subject: Re: [bug#30165] [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to
 configure-flags.
Date: Tue, 23 Jan 2018 10:15:29 +0100
ng0+guixpatches <at> n0.is skribis:

> From: ng0 <ng0 <at> n0.is>
>
> 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'.

[Message part 3 (message/rfc822, inline)]
From: ng0+guixpatches <at> n0.is
To: guix-patches <at> gnu.org
Cc: ng0 <ng0 <at> n0.is>
Subject: [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags.
Date: Thu, 18 Jan 2018 23:07:27 +0000
From: ng0 <ng0 <at> n0.is>

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 <efraim <at> flashner.co.il>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado <at> elephly.net>
 ;;; Copyright © 2016 Mark H Weaver <mhw <at> netris.org>
-;;; Copyright © 2016, 2017 ng0 <ng0 <at> n0.is>
+;;; Copyright © 2016, 2017, 2018 ng0 <ng0 <at> n0.is>
 ;;;
 ;;; 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




This bug report was last modified 7 years and 201 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.