guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: opensmtpd: Update to 7.4.0p0."


From: guix-commits
Subject: branch master updated: Revert "gnu: opensmtpd: Update to 7.4.0p0."
Date: Mon, 30 Oct 2023 20:30:07 -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 b71c7c472a Revert "gnu: opensmtpd: Update to 7.4.0p0."
b71c7c472a is described below

commit b71c7c472a0a56c6935b4fa2a2e9c78d8ac8ea27
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 29 02:00:00 2023 +0200

    Revert "gnu: opensmtpd: Update to 7.4.0p0."
    
    This reverts commit b6e8d587c4551f0fd28fcef96f33909a8ab8e9df
    pending investigation of a segfault reported by graywolf in #guix.
---
 gnu/packages/mail.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 8daa986d1d..9f410047e2 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3183,18 +3183,16 @@ from the Cyrus IMAP project.")
 (define-public opensmtpd
   (package
     (name "opensmtpd")
-    (version "7.4.0p0")
+    (version "7.3.0p2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.opensmtpd.org/archives/";
                            "opensmtpd-" version ".tar.gz"))
        (sha256
-        (base32 "0x731hi7i01mxaz07p1l5q3gwmyl422h404yc61ya4aa8g1wr0f1"))))
+        (base32 "0kjs5cxbh9lq51b8p20hxmiah61cfm8yzkcwpw9005cdp72zpkgw"))))
     (build-system gnu-build-system)
     (inputs
-     ;; OpenSMTPd bundled (a subset of) libasr and libtls, which we use.  See
-     ;; https://www.mail-archive.com/misc@opensmtpd.org/msg05909.html for why.
      (list bdb
            libevent
            libressl



reply via email to

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