mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: opensmtpd: Update to 6.6.3p1 [security mitigations].
* gnu/packages/mail.scm (opensmtpd): Update to 6.6.3p1.
This commit is contained in:
parent
4bcc39081a
commit
2dbfd8eec4
1 changed files with 2 additions and 2 deletions
|
@ -2306,14 +2306,14 @@ (define-public sendmail
|
||||||
(define-public opensmtpd
|
(define-public opensmtpd
|
||||||
(package
|
(package
|
||||||
(name "opensmtpd")
|
(name "opensmtpd")
|
||||||
(version "6.6.2p1")
|
(version "6.6.3p1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.opensmtpd.org/archives/"
|
(uri (string-append "https://www.opensmtpd.org/archives/"
|
||||||
"opensmtpd-" version ".tar.gz"))
|
"opensmtpd-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16nz2n4s3djlasd6m6dqfwggf6igyfxzq5igny5i0qb8lnn13f33"))))
|
(base32 "1dqysjlyl0x3qzdzc9sjrla0063vpmlyq735lzf88p7wgzmw1xwy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb)
|
`(("bdb" ,bdb)
|
||||||
|
|
Loading…
Reference in a new issue