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>master
parent
ca1ea6373a
commit
ca5696b1a3
|
@ -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
|
||||
|
|
Reference in New Issue