GNU bug report logs - #63593
[PATCH] gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault.

Previous Next

Package: guix-patches;

Reported by: Ivan Vilata i Balaguer <ivan <at> selidor.net>

Date: Fri, 19 May 2023 17:47:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ivan Vilata i Balaguer <ivan <at> selidor.net>
Subject: bug#63593: closed (Re: bug#63593: [PATCH] gnu: encfs: Depend on
 OpenSSL v1.1 to fix test segfault.)
Date: Thu, 25 May 2023 10:39:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63593: [PATCH] gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63593 <at> debbugs.gnu.org.

-- 
63593: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63593
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Ivan Vilata i Balaguer <ivan <at> selidor.net>
Cc: 63280-done <at> debbugs.gnu.org, 63593-done <at> debbugs.gnu.org
Subject: Re: bug#63593: [PATCH] gnu: encfs: Depend on OpenSSL v1.1 to fix
 test segfault.
Date: Thu, 25 May 2023 12:38:45 +0200
Bon dia,

Ivan Vilata i Balaguer <ivan <at> 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’.

[Message part 3 (message/rfc822, inline)]
From: Ivan Vilata i Balaguer <ivan <at> selidor.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault.
Date: Fri, 19 May 2023 19:45:56 +0200
[Message part 4 (text/plain, inline)]
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 <at> adair.no>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
+;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan <at> 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/
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 92 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.