mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: dovecot-pigeonhole: Update to 0.5.15 [fixes CVE-2020-28200].
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.15.
This commit is contained in:
parent
18968a7752
commit
4343476a3b
1 changed files with 2 additions and 2 deletions
|
@ -1901,7 +1901,7 @@ It supports mbox/Maildir and its own dbox/mdbox formats.")
|
|||
(let ((dovecot-version (version-major+minor (package-version dovecot))))
|
||||
(package
|
||||
(name "dovecot-pigeonhole")
|
||||
(version "0.5.14")
|
||||
(version "0.5.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1909,7 +1909,7 @@ It supports mbox/Maildir and its own dbox/mdbox formats.")
|
|||
"https://pigeonhole.dovecot.org/releases/" dovecot-version "/"
|
||||
"dovecot-" dovecot-version "-pigeonhole-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1lmjzz4kd90wbdslacybizd1dks4bhwmrx39lj8b19naldw0zjk8"))
|
||||
(base32 "1l2h0p8ddsl3ja2lnwk0mfqplqh8n0iw8k27awd3ak7prr88yjg1"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue