me
/
guix
Archived
1
0
Fork 0

gnu: dovecot: Update to 2.3.13 [fixes CVE-2020-25275, CVE-2020-24386].

* gnu/packages/mail.scm (dovecot): Update to 2.3.13.
master
Tobias Geerinckx-Rice 2021-01-04 17:19:15 +01:00
parent 223d8fb4a0
commit d72a0d4459
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1754,7 +1754,7 @@ facilities for checking incoming mail.")
(package
(name "dovecot")
;; Also update dovecot-pigeonhole when updating to a new minor version.
(version "2.3.11.3")
(version "2.3.13")
(source
(origin
(method url-fetch)
@ -1762,7 +1762,7 @@ facilities for checking incoming mail.")
(version-major+minor version) "/"
"dovecot-" version ".tar.gz"))
(sha256
(base32 "1p5gp8jbavcsaara5mfn5cbrnlxssajnchczbgmmfzr7228fmnfk"))))
(base32 "1i7ijss79a23v7b6lycfzaa8r5rh01k0h0b9h0j4a6n11sw7by53"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))