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


From: guix-commits
Subject: branch master updated: gnu: opensmtpd: Update to 6.6.4p1 [security fixes].
Date: Mon, 24 Feb 2020 12:41:55 -0500

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 f7abd6f  gnu: opensmtpd: Update to 6.6.4p1 [security fixes].
f7abd6f is described below

commit f7abd6fef1e11e70b516f7f56ac6a2094889e160
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 24 18:39:03 2020 +0100

    gnu: opensmtpd: Update to 6.6.4p1 [security fixes].
    
    See <https://www.mail-archive.com/address@hidden/msg04888.html>.
    
    * gnu/packages/mail.scm (opensmtpd): Update to 6.6.4p1.
---
 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 43272b1..a2e8503 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2306,14 +2306,14 @@ transfer protocols.")
 (define-public opensmtpd
   (package
     (name "opensmtpd")
-    (version "6.6.3p1")
+    (version "6.6.4p1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.opensmtpd.org/archives/";
                            "opensmtpd-" version ".tar.gz"))
        (sha256
-        (base32 "1dqysjlyl0x3qzdzc9sjrla0063vpmlyq735lzf88p7wgzmw1xwy"))))
+        (base32 "1kyph9ycq0j21dl9n1sq5fns9p4gckdi0fmnf8awrcwrdcm9dyg2"))))
     (build-system gnu-build-system)
     (inputs
      `(("bdb" ,bdb)



reply via email to

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