mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dovecot: Update to 2.3.21.1 [fixes CVE-2024-23184, CVE-2024-23185].
* gnu/packages/mail.scm (dovecot): Update to 2.3.21.1. Change-Id: Ic70f05f0c8a556fd21ea1a7ed38893c21bf62625
This commit is contained in:
parent
aadc73c8d1
commit
d65ba3689c
1 changed files with 2 additions and 2 deletions
|
@ -2092,7 +2092,7 @@ facilities for checking incoming mail.")
|
||||||
(package
|
(package
|
||||||
(name "dovecot")
|
(name "dovecot")
|
||||||
;; Also update dovecot-pigeonhole when updating to a new minor version.
|
;; Also update dovecot-pigeonhole when updating to a new minor version.
|
||||||
(version "2.3.21")
|
(version "2.3.21.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2100,7 +2100,7 @@ facilities for checking incoming mail.")
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"dovecot-" version ".tar.gz"))
|
"dovecot-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bah6rn5ihczai8q50p6pqxwj73j21smib89ycp7q8qwly9i1c85"))
|
(base32 "0zh9971d49dl5q1km31jnrd3vg53j9aaxnppic412xi9qiwa341d"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "dovecot-opensslv3.patch"))))
|
(search-patches "dovecot-opensslv3.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue