guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: opensmtpd: Build with OpenSSL.


From: guix-commits
Subject: branch master updated: gnu: opensmtpd: Build with OpenSSL.
Date: Fri, 30 Jun 2023 13:29:41 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 023ff65146 gnu: opensmtpd: Build with OpenSSL.
023ff65146 is described below

commit 023ff651462f70004c7a92b19fd072ee3138e5a2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 30 19:10:28 2023 +0200

    gnu: opensmtpd: Build with OpenSSL.
    
    When building with libressl, smtpd will silently segfault in libtls.so.
    
    * gnu/packages/mail.scm (opensmtpd)[inputs]: Replace libressl with
    openssl.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index e300ba97e8..35360ba12e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3187,8 +3187,8 @@ from the Cyrus IMAP project.")
     (inputs
      (list bdb
            libevent
-           libressl ; recommended, and supports e.g. ECDSA
            linux-pam
+           openssl                      ; XXX recommended libressl segfaults
            zlib))
     (native-inputs
      (list bison groff))               ; for man pages



reply via email to

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