guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: john-the-ripper-jumbo: Build with OpenSSL 1.1.


From: guix-commits
Subject: 02/02: gnu: john-the-ripper-jumbo: Build with OpenSSL 1.1.
Date: Sun, 20 Dec 2020 13:01:22 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9de990baa3cf1b02acea334d328daa08bcd0cc3f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Dec 20 17:11:02 2020 +0100

    gnu: john-the-ripper-jumbo: Build with OpenSSL 1.1.
    
    * gnu/packages/password-utils.scm (john-the-ripper-jumbo)[inputs]: Change 
from
    OPENSSL-1.0 to OPENSSL.
---
 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 ffad80b..bd411f5 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -904,7 +904,7 @@ between hosts and entries in the password store.")
        `(("gmp" ,gmp)
          ("libpcap" ,libpcap)
          ("nss" ,nss)
-         ("openssl" ,openssl-1.0)
+         ("openssl" ,openssl)
          ("python" ,python-2)           ; For "python" and "python2" shebangs
          ("ruby" ,ruby)                 ; For genincstats.rb
          ("zlib" ,zlib)))



reply via email to

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