guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: opensmtpd: Update to 7.3.0p2 [security fixes].


From: guix-commits
Subject: 02/02: gnu: opensmtpd: Update to 7.3.0p2 [security fixes].
Date: Wed, 27 Sep 2023 19:39:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 465af37f8119aae0506a666b8afd63fc3710c627
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 24 02:00:00 2023 +0200

    gnu: opensmtpd: Update to 7.3.0p2 [security fixes].
    
    * gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p2.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index fb976c7155..73026012a9 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3171,14 +3171,14 @@ from the Cyrus IMAP project.")
 (define-public opensmtpd
   (package
     (name "opensmtpd")
-    (version "7.3.0p1")
+    (version "7.3.0p2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.opensmtpd.org/archives/";
                            "opensmtpd-" version ".tar.gz"))
        (sha256
-        (base32 "01ss6j1jadnd3ckgf9zpvrbdpipkf7m4l3isribqfwy2l50wsihv"))))
+        (base32 "0kjs5cxbh9lq51b8p20hxmiah61cfm8yzkcwpw9005cdp72zpkgw"))))
     (build-system gnu-build-system)
     (inputs
      (list bdb



reply via email to

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