guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: john-the-ripper-jumbo: Build against OpenSSL 1.0.


From: guix-commits
Subject: 01/01: gnu: john-the-ripper-jumbo: Build against OpenSSL 1.0.
Date: Fri, 19 Jul 2019 06:32:46 -0400 (EDT)

rhelling pushed a commit to branch core-updates
in repository guix.

commit 1a58e1d4442cb4ba504fd76b9567da9aef47b1b0
Author: Rutger Helling <address@hidden>
Date:   Fri Jul 19 12:30:53 2019 +0200

    gnu: john-the-ripper-jumbo: Build against OpenSSL 1.0.
    
    * gnu/packages/password-utils.scm (john-the-ripper-jumbo): Change OPENSSL to
    OPENSSL-1.0.
---
 gnu/packages/password-utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 49024b2..8b1bca3 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -754,7 +754,7 @@ between hosts and entries in the password store.")
          ("krb5" ,mit-krb5)
          ("libpcap" ,libpcap)
          ("nss" ,nss)
-         ("openssl" ,openssl)
+         ("openssl" ,openssl-1.0)
          ("zlib" ,zlib)))
       (arguments
        `(#:configure-flags



reply via email to

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