guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: opensmtpd: Update to 7.4.0p0.


From: guix-commits
Subject: 03/03: gnu: opensmtpd: Update to 7.4.0p0.
Date: Sat, 28 Oct 2023 15:54:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

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

    gnu: opensmtpd: Update to 7.4.0p0.
    
    * gnu/packages/mail.scm (opensmtpd): Update to 7.4.0p0.
    
    Change-Id: I5536b828eecd16f041ed9381b16bd7aa54158155
---
 gnu/packages/mail.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 9f410047e2..8daa986d1d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3183,16 +3183,18 @@ from the Cyrus IMAP project.")
 (define-public opensmtpd
   (package
     (name "opensmtpd")
-    (version "7.3.0p2")
+    (version "7.4.0p0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.opensmtpd.org/archives/";
                            "opensmtpd-" version ".tar.gz"))
        (sha256
-        (base32 "0kjs5cxbh9lq51b8p20hxmiah61cfm8yzkcwpw9005cdp72zpkgw"))))
+        (base32 "0x731hi7i01mxaz07p1l5q3gwmyl422h404yc61ya4aa8g1wr0f1"))))
     (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]