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.
This commit is contained in:
parent
24882d3d9a
commit
e19e3430cd
1 changed files with 2 additions and 2 deletions
|
@ -2367,14 +2367,14 @@ e-mails with other systems speaking the SMTP protocol.")
|
||||||
(define-public opensmtpd-next
|
(define-public opensmtpd-next
|
||||||
(package
|
(package
|
||||||
(name "opensmtpd-next")
|
(name "opensmtpd-next")
|
||||||
(version "6.6.1p1")
|
(version "6.6.2p1")
|
||||||
(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 "1ngil8j13m2rq07g94j4yjr6zmaimzy8wbfr17shi7rxnazys6zb"))))
|
(base32 "16nz2n4s3djlasd6m6dqfwggf6igyfxzq5igny5i0qb8lnn13f33"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb)
|
`(("bdb" ,bdb)
|
||||||
|
|
Reference in a new issue