From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fa0p9-00055g-0O for guix-patches@gnu.org; Mon, 02 Jul 2018 11:33:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fa0p5-0001NF-20 for guix-patches@gnu.org; Mon, 02 Jul 2018 11:33:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35854) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fa0p4-0001NB-VC for guix-patches@gnu.org; Mon, 02 Jul 2018 11:33:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fa0p4-0006VG-Lr for guix-patches@gnu.org; Mon, 02 Jul 2018 11:33:02 -0400 Subject: [bug#31985] [PATCH 1/2] gnu: Add libscrypt. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180626222409.3351-1-mail@nicolasgoaziou.fr> <20180626223116.3448-1-mail@nicolasgoaziou.fr> Date: Mon, 02 Jul 2018 17:32:13 +0200 In-Reply-To: <20180626223116.3448-1-mail@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Wed, 27 Jun 2018 00:31:15 +0200") Message-ID: <874lhhfybm.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Nicolas Goaziou Cc: 31985@debbugs.gnu.org Nicolas Goaziou skribis: > * gnu/packages/crypto.scm (libscrypt): New variable. [...] > + (home-page "https://lolware.net/libscrypt.html") > + (synopsis "Scrypt shared library") What about =E2=80=9CPassword hashing library=E2=80=9D? > + (description "@code{libscrypt} implements @code{scrypt} > +functionality, a replacement for @code{bcrypt}.") Could you expound just a little bit? OK with these changes, thanks! Ludo=E2=80=99.