guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: opensmtpd: Update to 7.3.0p1.


From: guix-commits
Subject: branch master updated: gnu: opensmtpd: Update to 7.3.0p1.
Date: Fri, 30 Jun 2023 13:50:08 -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 4b2a2161a5 gnu: opensmtpd: Update to 7.3.0p1.
4b2a2161a5 is described below

commit 4b2a2161a5705a577dbc20497ffd94ac160de9f4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 30 19:47:04 2023 +0200

    gnu: opensmtpd: Update to 7.3.0p1.
    
    * gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p1.
    [inputs]: Replace openssl with now-working libressl.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 35360ba12e..d194d33934 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3175,20 +3175,20 @@ from the Cyrus IMAP project.")
 (define-public opensmtpd
   (package
     (name "opensmtpd")
-    (version "7.3.0p0")
+    (version "7.3.0p1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.opensmtpd.org/archives/";
                            "opensmtpd-" version ".tar.gz"))
        (sha256
-        (base32 "1rnaa022pkdc15vkvlisv42dvcxchib40h0m97myfyqjralabmrd"))))
+        (base32 "01ss6j1jadnd3ckgf9zpvrbdpipkf7m4l3isribqfwy2l50wsihv"))))
     (build-system gnu-build-system)
     (inputs
      (list bdb
            libevent
+           libressl
            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]