gnu: opensmtpd: Update to 6.0.3p1.

* gnu/packages/mail.scm (opensmtpd): Update to 6.0.3p1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-16 12:53:12 +01:00
parent 432fd269fa
commit 2f2ce92065
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1916,14 +1916,14 @@ (define-public sendmail
(define-public opensmtpd (define-public opensmtpd
(package (package
(name "opensmtpd") (name "opensmtpd")
(version "6.0.2p1") (version "6.0.3p1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.opensmtpd.org/archives/" (uri (string-append "https://www.opensmtpd.org/archives/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1b4h64w45hpmfq5721smhg4s0shs64gbcjqjpx3fbiw4hz8bdy9a")))) "10bsfsnlg9d9i6l2izdnxp05s3ri8fvwzqxvx1jmarc852382619"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("bdb" ,bdb) `(("bdb" ,bdb)
@ -1940,7 +1940,7 @@ (define-public opensmtpd
(list "--with-table-db" "--localstatedir=/var" (list "--with-table-db" "--localstatedir=/var"
"--with-user-smtpd=smtpd" "--with-user-queue=smtpq" "--with-user-smtpd=smtpd" "--with-user-queue=smtpq"
"--with-group-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") "--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases