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>
This commit is contained in:
Ivan Vilata i Balaguer 2023-05-19 19:45:56 +02:00 committed by Ludovic Courtès
parent ca1ea6373a
commit ca5696b1a3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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 @@ (define-public encfs
("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