all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63593] [PATCH] gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault.
@ 2023-05-19 17:45 Ivan Vilata i Balaguer
  2023-05-25 10:38 ` bug#63280: bug#63593: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Vilata i Balaguer @ 2023-05-19 17:45 UTC (permalink / raw)
  To: 63593

[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]

Fixes <https://issues.guix.gnu.org/63280>.

* gnu/packages/crypto.scm (encfs): Update to 1.9.
[inputs]: Replace openssl with openssl-1.1.
---
 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 @@ (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

base-commit: 0aab24855238cc7c7a31066ab39cd94e534b857f
-- 
2.39.2


-- 
Ivan Vilata i Balaguer -- https://elvil.net/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63280: bug#63593: [PATCH] gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault.
  2023-05-19 17:45 [bug#63593] [PATCH] gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault Ivan Vilata i Balaguer
@ 2023-05-25 10:38 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-05-25 10:38 UTC (permalink / raw)
  To: Ivan Vilata i Balaguer; +Cc: 63280-done, 63593-done

Bon dia,

Ivan Vilata i Balaguer <ivan@selidor.net> skribis:

> Fixes <https://issues.guix.gnu.org/63280>.
>
> * gnu/packages/crypto.scm (encfs): Update to 1.9.
> [inputs]: Replace openssl with openssl-1.1.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-25 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-19 17:45 [bug#63593] [PATCH] gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault Ivan Vilata i Balaguer
2023-05-25 10:38 ` bug#63280: bug#63593: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.