emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30165: closed ([PATCH] gnu: gnurl: Add '--with-ca-


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30165: closed ([PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags.)
Date: Tue, 23 Jan 2018 09:16:01 +0000

Your message dated Tue, 23 Jan 2018 10:15:29 +0100
with message-id <address@hidden>
and subject line Re: [bug#30165] [PATCH] gnu: gnurl: Add '--with-ca-bundle' 
path to configure-flags.
has caused the debbugs.gnu.org bug report #30165,
regarding [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30165: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30165
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags. Date: Thu, 18 Jan 2018 23:07:27 +0000
From: ng0 <address@hidden>

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 <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 Mark H Weaver <address@hidden>
-;;; Copyright © 2016, 2017 ng0 <address@hidden>
+;;; Copyright © 2016, 2017, 2018 ng0 <address@hidden>
 ;;;
 ;;; 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30165] [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags. Date: Tue, 23 Jan 2018 10:15:29 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
address@hidden skribis:

> From: ng0 <address@hidden>
>
> 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'.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]