guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dehydrated: Declare cURL's native search pat


From: guix-commits
Subject: branch master updated: gnu: dehydrated: Declare cURL's native search paths.
Date: Tue, 03 Aug 2021 15:48:56 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 77e2df8  gnu: dehydrated: Declare cURL's native search paths.
77e2df8 is described below

commit 77e2df870bdd3605925b78642661e252a83b2369
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 15 01:25:56 2020 +0100

    gnu: dehydrated: Declare cURL's native search paths.
    
    * gnu/packages/tls.scm (dehydrated)[native-search-paths]: Use curl's.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/tls.scm | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 3e202a9..6b74d55 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -10,7 +10,7 @@
 ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017, 2018, 2019, 2020, 2021 Marius Bakke <marius@gnu.org>
-;;; Copyright © 2017–2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
@@ -1085,6 +1085,15 @@ coding footprint.")
     (native-inputs
      `(("gzip" ,gzip)
        ("tar" ,tar)))
+    (native-search-paths
+     ;; The following definition is copied from the cURL package to prevent a
+     ;; cycle between the curl and tls modules.
+     (native-search-paths
+      (list (search-path-specification
+             (variable "CURL_CA_BUNDLE")
+             (file-type 'regular)
+             (separator #f)
+             (files '("etc/ssl/certs/ca-certificates.crt"))))))
     (home-page "https://dehydrated.io/";)
     (synopsis "Let's Encrypt/ACME client implemented as a shell script")
     (description "Dehydrated is a client for signing certificates with an



reply via email to

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