me
/
guix
Archived
1
0
Fork 0

gnu: dovecot: Update to 2.3.11.3 [security fixes].

Fixes CVE-2020-12100, CVE-2020-12673, CVE-2020-10967, and CVE-2020-12674.

* gnu/packages/mail.scm (dovecot): Update to 2.3.11.3.
master
Tobias Geerinckx-Rice 2020-08-12 15:27:16 +02:00
parent 1c831f42cf
commit e77989bdcb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1401,7 +1401,7 @@ facilities for checking incoming mail.")
(define-public dovecot
(package
(name "dovecot")
(version "2.3.10.1")
(version "2.3.11.3")
(source
(origin
(method url-fetch)
@ -1409,7 +1409,7 @@ facilities for checking incoming mail.")
(version-major+minor version) "/"
"dovecot-" version ".tar.gz"))
(sha256
(base32 "035idr2j81s5mngnhd58rih79dhwwak7q01mqbx3rcmi4cpychk6"))))
(base32 "1p5gp8jbavcsaara5mfn5cbrnlxssajnchczbgmmfzr7228fmnfk"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))