guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: opensmtpd-next: Update to 6.6.2p1 [security


From: guix-commits
Subject: branch master updated: gnu: opensmtpd-next: Update to 6.6.2p1 [security fixes].
Date: Tue, 28 Jan 2020 18:55:10 -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 e19e343  gnu: opensmtpd-next: Update to 6.6.2p1 [security fixes].
e19e343 is described below

commit e19e3430cdb7c884ac6f91a618aafa6bb94554be
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 29 00:52:20 2020 +0100

    gnu: opensmtpd-next: Update to 6.6.2p1 [security fixes].
    
    Upstream[0] says “Qualys has found a critical vulnerability leading to
    a possible privilege escalation” and will provide more information
    later.
    
    [0]: https://www.opensmtpd.org
    
    * gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.2p1.
---
 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 baae1d2..aa37c4e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2367,14 +2367,14 @@ e-mails with other systems speaking the SMTP protocol.")
 (define-public opensmtpd-next
   (package
     (name "opensmtpd-next")
-    (version "6.6.1p1")
+    (version "6.6.2p1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.opensmtpd.org/archives/";
                            "opensmtpd-" version ".tar.gz"))
        (sha256
-        (base32 "1ngil8j13m2rq07g94j4yjr6zmaimzy8wbfr17shi7rxnazys6zb"))))
+        (base32 "16nz2n4s3djlasd6m6dqfwggf6igyfxzq5igny5i0qb8lnn13f33"))))
     (build-system gnu-build-system)
     (inputs
      `(("bdb" ,bdb)



reply via email to

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