From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fa6Ew-0007T8-UT for guix-patches@gnu.org; Mon, 02 Jul 2018 17:20:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fa6Es-0002PZ-UE for guix-patches@gnu.org; Mon, 02 Jul 2018 17:20:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36097) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fa6Es-0002PP-Qg for guix-patches@gnu.org; Mon, 02 Jul 2018 17:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fa6Es-0001t2-Kk for guix-patches@gnu.org; Mon, 02 Jul 2018 17:20:02 -0400 Subject: bug#31985: [PATCH 2/2] gnu: python-pylibscrypt: Improve speed. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Nicolas Goaziou In-Reply-To: <87zhz9ejpr.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Mon, 02 Jul 2018 17:33:04 +0200") References: <20180626223116.3448-1-mail@nicolasgoaziou.fr> <20180626223116.3448-2-mail@nicolasgoaziou.fr> <87zhz9ejpr.fsf@gnu.org> Date: Mon, 02 Jul 2018 23:19:24 +0200 Message-ID: <87o9fptjxf.fsf@nicolasgoaziou.fr> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 31985-done@debbugs.gnu.org Hello, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Nicolas Goaziou skribis: > >> * gnu/packages/python-crypto.scm (python-pylibscrypt): Use "libscrypt" >> implementation instead of "openssl". >> >> "hashlib.scrypt" requires Python 3.6+ and OpenSSL 1.1+. Since Python is= built >> with OpenSSL 1.0, the library is unavailable. "pylibscrypt" defaults to = a slow >> pure Python implementation. Instead, rely on the much faster "libscrypt= ". > > LGTM. Thanks! Applied. Thank you. Regards, --=20 Nicolas Goaziou 0x80A93738