guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault.


From: guix-commits
Subject: 05/09: gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault.
Date: Thu, 25 May 2023 06:52:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ca5696b1a3562f5d908010454baddb3006d4ac97
Author: Ivan Vilata i Balaguer <ivan@selidor.net>
AuthorDate: Fri May 19 19:45:56 2023 +0200

    gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault.
    
    [[PGP Signed Part:No public key for 3DECC105F5DD2382 created at 
2023-05-19T19:45:47+0200 using RSA]]
    Fixes <https://issues.guix.gnu.org/63280>.
    
    * gnu/packages/crypto.scm (encfs): Update to 1.9.
    [inputs]: Replace openssl with openssl-1.1.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/crypto.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 935a77be04..fe1f04d2dd 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2022 Allan Adair <allan@adair.no>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
+;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan@selidor.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -331,7 +332,7 @@ OpenBSD tool of the same name.")
        ("googletest-source" ,(package-source googletest))
        ("perl" ,perl)))
     (inputs
-     (list attr fuse openssl tinyxml2))
+     (list attr fuse openssl-1.1 tinyxml2))
     (arguments
      `(#:configure-flags (list "-DUSE_INTERNAL_TINYXML=OFF")
        #:phases



reply via email to

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