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 6.7.0p1 [security fixes


From: guix-commits
Subject: branch master updated: gnu: opensmtpd: Update to 6.7.0p1 [security fixes].
Date: Tue, 19 May 2020 12:50:36 -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 75ac5c5  gnu: opensmtpd: Update to 6.7.0p1 [security fixes].
75ac5c5 is described below

commit 75ac5c5281cf032f947847532718e73afdbb9167
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue May 19 18:49:25 2020 +0200

    gnu: opensmtpd: Update to 6.7.0p1 [security fixes].
    
    * gnu/packages/mail.scm (opensmtpd): Update to 6.7.0p1.
---
 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 935a733..63e8d1f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2298,14 +2298,14 @@ transfer protocols.")
 (define-public opensmtpd
   (package
     (name "opensmtpd")
-    (version "6.6.4p1")
+    (version "6.7.0p1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.opensmtpd.org/archives/";
                            "opensmtpd-" version ".tar.gz"))
        (sha256
-        (base32 "1kyph9ycq0j21dl9n1sq5fns9p4gckdi0fmnf8awrcwrdcm9dyg2"))))
+        (base32 "1f8bp40ywyixflg5qbnang6l210bv4vqa1k2pgm2356bp7bmsgy1"))))
     (build-system gnu-build-system)
     (inputs
      `(("bdb" ,bdb)



reply via email to

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