[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
164/182: gnu: LibreSSL: Make search paths single-entry.
From: |
guix-commits |
Subject: |
164/182: gnu: LibreSSL: Make search paths single-entry. |
Date: |
Fri, 15 Nov 2019 00:02:03 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 0e74b6af49e3df48677457c127e824d84fae9b0c
Author: Marius Bakke <address@hidden>
Date: Sun Nov 10 01:54:58 2019 +0100
gnu: LibreSSL: Make search paths single-entry.
Fixes <https://bugs.gnu.org/36817>.
Reported by Katherine Cox-Buday <address@hidden>.
* gnu/packages/tls.scm (libressl)[native-search-paths]: Add SEPARATOR #F in
search path specifications.
---
gnu/packages/tls.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 02609fd..dd8f0fa 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -515,15 +515,13 @@ required structures.")
;; Provide a TLS-enabled netcat.
"--enable-nc")))
(native-search-paths
- ;; FIXME: These two variables must designate a single file or directory
- ;; and are not actually "search paths." In practice it works OK in
- ;; user profiles because there's always just one item that matches the
- ;; specification.
(list (search-path-specification
(variable "SSL_CERT_DIR")
+ (separator #f) ;single entry
(files '("etc/ssl/certs")))
(search-path-specification
(variable "SSL_CERT_FILE")
+ (separator #f) ;single entry
(files '("etc/ssl/certs/ca-certificates.crt")))))
(home-page "https://www.libressl.org/")
(synopsis "SSL/TLS implementation")
- 134/182: gnu: Add perl-moox-strictconstructor., (continued)
- 134/182: gnu: Add perl-moox-strictconstructor., guix-commits, 2019/11/15
- 138/182: services: hpcguix-web: Explicitly import (guix build utils)., guix-commits, 2019/11/15
- 140/182: tests: Update references to the now-deprecated 'guile-json' variable., guix-commits, 2019/11/15
- 155/182: gnu: xfce4-whiskermenu-plugin: Don't use NAME in source URI., guix-commits, 2019/11/15
- 156/182: gnu: xfce4-whiskermenu-plugin: Update to 2.3.4., guix-commits, 2019/11/15
- 150/182: gnu: fvwm: Update to 2.6.9., guix-commits, 2019/11/15
- 149/182: gnu: fvwm: Don't use NAME in source URI., guix-commits, 2019/11/15
- 154/182: gnu: gimp: Update to 2.10.14., guix-commits, 2019/11/15
- 153/182: gnu: gegl: Update to 0.4.18., guix-commits, 2019/11/15
- 158/182: gnu: faad2: Use HTTPS home page., guix-commits, 2019/11/15
- 164/182: gnu: LibreSSL: Make search paths single-entry.,
guix-commits <=
- 169/182: gnu: raincat: Use 'mirror-url'., guix-commits, 2019/11/15
- 175/182: gnu: limnoria: Update to 2019.11.09 [security fix]., guix-commits, 2019/11/15
- 161/182: gnu: Remove monero-miniupnpc., guix-commits, 2019/11/15
- 160/182: gnu: cgal: Update to 4.14.2., guix-commits, 2019/11/15
- 165/182: gnu: Add ghc-ncurses., guix-commits, 2019/11/15
- 179/182: gnu: Add boost-with-python3., guix-commits, 2019/11/15
- 181/182: gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase., guix-commits, 2019/11/15
- 180/182: gnu: zita-convolver: Update to 4.0.3., guix-commits, 2019/11/15
- 171/182: gnu: polkit-qt: Use https for home-page., guix-commits, 2019/11/15
- 168/182: gnu: delta: Use 'mirror-url'., guix-commits, 2019/11/15