guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: opensmtpd: Update to 6.0.3p1.


From: Tobias Geerinckx-Rice
Subject: 01/04: gnu: opensmtpd: Update to 6.0.3p1.
Date: Tue, 16 Jan 2018 08:33:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2f2ce920659012922597259a243748bee2dd60c0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 16 12:53:12 2018 +0100

    gnu: opensmtpd: Update to 6.0.3p1.
    
    * gnu/packages/mail.scm (opensmtpd): Update to 6.0.3p1.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 90974ab..8e3b4ef 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1916,14 +1916,14 @@ transfer protocols.")
 (define-public opensmtpd
   (package
     (name "opensmtpd")
-    (version "6.0.2p1")
+    (version "6.0.3p1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.opensmtpd.org/archives/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1b4h64w45hpmfq5721smhg4s0shs64gbcjqjpx3fbiw4hz8bdy9a"))))
+                "10bsfsnlg9d9i6l2izdnxp05s3ri8fvwzqxvx1jmarc852382619"))))
     (build-system gnu-build-system)
     (inputs
      `(("bdb" ,bdb)
@@ -1940,7 +1940,7 @@ transfer protocols.")
        (list "--with-table-db" "--localstatedir=/var"
              "--with-user-smtpd=smtpd" "--with-user-queue=smtpq"
              "--with-group-queue=smtpq"
-             "--with-path-socket=/var/run"
+             "--with-path-socket=/var/run" ; not default (./configure lies)
              "--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt")
        #:phases
        (modify-phases %standard-phases



reply via email to

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