mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: znc: Hash passwords with Argon2id.
* gnu/packages/messaging.scm (znc)[inputs]: Add argon2. Change-Id: Iee64e2b6efb2f2e33fba2c641e8ef22e5785ecde
This commit is contained in:
parent
f40234e225
commit
3b5533f9bd
1 changed files with 3 additions and 1 deletions
|
@ -117,6 +117,7 @@ (define-module (gnu packages messaging)
|
|||
#:use-module (gnu packages ncurses)
|
||||
#:use-module (gnu packages networking)
|
||||
#:use-module (gnu packages nss)
|
||||
#:use-module (gnu packages password-utils)
|
||||
#:use-module (gnu packages pcre)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages photo)
|
||||
|
@ -1122,7 +1123,8 @@ (define-public znc
|
|||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
;; FIXME: Package cctz and remove the bundled copy from the source tarball.
|
||||
(list cyrus-sasl
|
||||
(list argon2
|
||||
cyrus-sasl
|
||||
icu4c
|
||||
openssl
|
||||
perl
|
||||
|
|
Loading…
Reference in a new issue