gnu: dovecot: Update to 2.2.27.
* gnu/packages/mail.scm (dovecot): Update to 2.2.27. [source, home-page]: Use HTTPS.master
parent
9865a15057
commit
c8608faf14
|
@ -933,15 +933,15 @@ facilities for checking incoming mail.")
|
||||||
(define-public dovecot
|
(define-public dovecot
|
||||||
(package
|
(package
|
||||||
(name "dovecot")
|
(name "dovecot")
|
||||||
(version "2.2.26.0")
|
(version "2.2.27")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.dovecot.org/releases/"
|
(uri (string-append "https://www.dovecot.org/releases/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"01bgj8b2whi35ghbxb19nmr3xvx2zgjzxxw1crgx2v73kprs34pn"))))
|
"1s8qvr6fa9d0n179kdwgpsi72zkvpbh9q57q8fr2fjysgjl94zw9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
@ -973,7 +973,7 @@ facilities for checking incoming mail.")
|
||||||
(("/bin/cat") (which "cat"))
|
(("/bin/cat") (which "cat"))
|
||||||
(("/bin/false") (which "false")))
|
(("/bin/false") (which "false")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://www.dovecot.org")
|
(home-page "https://www.dovecot.org")
|
||||||
(synopsis "Secure POP3/IMAP server")
|
(synopsis "Secure POP3/IMAP server")
|
||||||
(description
|
(description
|
||||||
"Dovecot is a mail server whose major goals are security and reliability.
|
"Dovecot is a mail server whose major goals are security and reliability.
|
||||||
|
|
Reference in New Issue