[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/14: gnu: dovecot: Use libsodium.
From: |
guix-commits |
Subject: |
06/14: gnu: dovecot: Use libsodium. |
Date: |
Wed, 18 Mar 2020 20:44:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8826b792d81c76571a562cb3d62ed5550e4ae04d
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Mar 18 21:23:48 2020 +0100
gnu: dovecot: Use libsodium.
This adds support for ARGON2I and ARGON2ID password hashing in exchange
for a <1% increase in closure size.
* gnu/packages/mail.scm (dovecot)[inputs]: Add libsodium.
(dovecot-libsodium-plugin)[description]: Note its use.
---
gnu/packages/mail.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index e7931cc..d5eaf67 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1394,6 +1394,7 @@ facilities for checking incoming mail.")
`(("pkg-config" ,pkg-config)))
(inputs
`(("bzip2" ,bzip2)
+ ("libsodium" ,libsodium) ; extra password algorithms
("linux-pam" ,linux-pam)
("lz4" ,lz4)
("openssl" ,openssl)
@@ -1516,8 +1517,8 @@ using libsodium sealed boxes.
(home-page "https://github.com/LuckyFellow/dovecot-libsodium-plugin")
(synopsis "Libsodium password hashing schemes plugin for Dovecot")
(description
- "@code{dovecot-libsodium-plugin} provides libsodium password
-hashing schemes plugin for @code{Dovecot}.")
+ "@code{dovecot-libsodium-plugin} provides a libsodium password
+hashing scheme (such as scrypt) plug-in for @code{Dovecot}.")
(license gpl3+))))
(define-public isync
- branch master updated (db483ba -> 4a0399e), guix-commits, 2020/03/18
- 01/14: gnu: Use HTTPS for non.tuxfamily.org home pages., guix-commits, 2020/03/18
- 02/14: gnu: r-snowfall: Use HTTPS home page., guix-commits, 2020/03/18
- 03/14: gnu: r-rhpcblasctl: Use HTTPS home page., guix-commits, 2020/03/18
- 06/14: gnu: dovecot: Use libsodium.,
guix-commits <=
- 08/14: gnu: chafa: Update to 1.2.2., guix-commits, 2020/03/18
- 07/14: gnu: workrave: Update to 1.10.37., guix-commits, 2020/03/18
- 10/14: gnu: bind: Update to 9.16.1., guix-commits, 2020/03/18
- 09/14: gnu: inxi-minimal: Update to 3.0.38-1., guix-commits, 2020/03/18
- 11/14: gnu: lablgtk: Update to 2.18.10., guix-commits, 2020/03/18
- 05/14: gnu: dovecot: Use SQLite., guix-commits, 2020/03/18
- 13/14: gnu: libmygpo-qt: Update home page., guix-commits, 2020/03/18
- 04/14: gnu: extempore: Use HTTPS home page., guix-commits, 2020/03/18
- 12/14: gnu: camlzip: Update home page., guix-commits, 2020/03/18
- 14/14: gnu: jrnl: Use HTTPS home page., guix-commits, 2020/03/18