gnu: dovecot: Update to 2.3.17.

* gnu/packages/mail.scm (dovecot): Update to 2.3.17.
[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-28 20:28:58 +02:00
parent 0e6470b47f
commit afe6c8a97f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1896,7 +1896,7 @@ (define-public dovecot
(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.16") (version "2.3.17")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1904,7 +1904,7 @@ (define-public dovecot
(version-major+minor version) "/" (version-major+minor version) "/"
"dovecot-" version ".tar.gz")) "dovecot-" version ".tar.gz"))
(sha256 (sha256
(base32 "04ngqv5mml5z0i4p7fkchp4xw2awy7x7mq2mim9frnav0m9iv9q3")))) (base32 "1y9dpn4jgzrfjibp5zrc11bdk0q843d998kxhpxkyfm2fz6i4i12"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
@ -1943,8 +1943,7 @@ (define-public dovecot
(("sleep") (which "sleep"))) (("sleep") (which "sleep")))
(substitute* (list "src/lib-smtp/test-bin/sendmail-exit-1.sh" (substitute* (list "src/lib-smtp/test-bin/sendmail-exit-1.sh"
"src/lib-smtp/test-bin/sendmail-success.sh") "src/lib-smtp/test-bin/sendmail-success.sh")
(("cat") (which "cat"))) (("cat") (which "cat")))))
#t))
(replace 'install (replace 'install
(lambda* (#:key make-flags #:allow-other-keys) (lambda* (#:key make-flags #:allow-other-keys)
;; Simple hack to avoid installing a trivial README in /etc. ;; Simple hack to avoid installing a trivial README in /etc.