gnu: opensmtpd: Update to 6.6.3p1 [security mitigations].

* gnu/packages/mail.scm (opensmtpd): Update to 6.6.3p1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-11 06:32:33 +01:00
parent 4bcc39081a
commit 2dbfd8eec4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2306,14 +2306,14 @@ (define-public sendmail
(define-public opensmtpd
(package
(name "opensmtpd")
(version "6.6.2p1")
(version "6.6.3p1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.opensmtpd.org/archives/"
"opensmtpd-" version ".tar.gz"))
(sha256
(base32 "16nz2n4s3djlasd6m6dqfwggf6igyfxzq5igny5i0qb8lnn13f33"))))
(base32 "1dqysjlyl0x3qzdzc9sjrla0063vpmlyq735lzf88p7wgzmw1xwy"))))
(build-system gnu-build-system)
(inputs
`(("bdb" ,bdb)