[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: dovecot: Update to 2.3.5.
From: |
guix-commits |
Subject: |
02/03: gnu: dovecot: Update to 2.3.5. |
Date: |
Thu, 7 Mar 2019 19:36:05 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 13b1fb5c92a60c7fec3f256f51ee2cbc263354d1
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Mar 8 01:09:29 2019 +0100
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’.
---
gnu/packages/mail.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 62bdc16..69fee43 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1282,7 +1282,7 @@ facilities for checking incoming mail.")
(define-public dovecot
(package
(name "dovecot")
- (version "2.3.4.1")
+ (version "2.3.5")
(source
(origin
(method url-fetch)
@@ -1290,8 +1290,7 @@ facilities for checking incoming mail.")
(version-major+minor version) "/"
"dovecot-" version ".tar.gz"))
(sha256
- (base32
- "01xa8d08c0j51w5kmqb3vnzrvh17hkzx5a5p7fb5hgn3wln3x1xq"))))
+ (base32 "1zxa9banams9nmk99sf1rqahr11cdqxhwi7hyz3ddxqidpn15qdz"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
@@ -1315,7 +1314,7 @@ facilities for checking incoming mail.")
"pkgsysconfdir = /tmp/etc"))
#t))
(add-after
- 'unpack 'patch-other-file-names
+ 'unpack 'patch-file-names
(lambda _
(substitute*
"src/lib-program-client/test-program-client-local.c"
@@ -1325,6 +1324,10 @@ facilities for checking incoming mail.")
(("/bin/sh") (which "bash"))
(("head") (which "head"))
(("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)))))
(home-page "https://www.dovecot.org")
(synopsis "Secure POP3/IMAP server")