gnu: dovecot: Update to 2.3.5.
* gnu/packages/mail.scm (dovecot): Update to 2.3.5. [arguments]: Patch more tests in ‘patch-file-names’ phase, renamed from ‘patch-other-file-names’.
This commit is contained in:
parent
2fa1a3a808
commit
13b1fb5c92
|
@ -1282,7 +1282,7 @@ facilities for checking incoming mail.")
|
||||||
(define-public dovecot
|
(define-public dovecot
|
||||||
(package
|
(package
|
||||||
(name "dovecot")
|
(name "dovecot")
|
||||||
(version "2.3.4.1")
|
(version "2.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1290,8 +1290,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
|
(base32 "1zxa9banams9nmk99sf1rqahr11cdqxhwi7hyz3ddxqidpn15qdz"))))
|
||||||
"01xa8d08c0j51w5kmqb3vnzrvh17hkzx5a5p7fb5hgn3wln3x1xq"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
@ -1315,7 +1314,7 @@ facilities for checking incoming mail.")
|
||||||
"pkgsysconfdir = /tmp/etc"))
|
"pkgsysconfdir = /tmp/etc"))
|
||||||
#t))
|
#t))
|
||||||
(add-after
|
(add-after
|
||||||
'unpack 'patch-other-file-names
|
'unpack 'patch-file-names
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute*
|
(substitute*
|
||||||
"src/lib-program-client/test-program-client-local.c"
|
"src/lib-program-client/test-program-client-local.c"
|
||||||
|
@ -1325,6 +1324,10 @@ facilities for checking incoming mail.")
|
||||||
(("/bin/sh") (which "bash"))
|
(("/bin/sh") (which "bash"))
|
||||||
(("head") (which "head"))
|
(("head") (which "head"))
|
||||||
(("sleep") (which "sleep")))
|
(("sleep") (which "sleep")))
|
||||||
|
(substitute*
|
||||||
|
(list "src/lib-smtp/test-bin/sendmail-exit-1.sh"
|
||||||
|
"src/lib-smtp/test-bin/sendmail-success.sh")
|
||||||
|
(("cat") (which "cat")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "https://www.dovecot.org")
|
(home-page "https://www.dovecot.org")
|
||||||
(synopsis "Secure POP3/IMAP server")
|
(synopsis "Secure POP3/IMAP server")
|
||||||
|
|
Loading…
Reference in New Issue