From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dflrl-0004VC-Ie for guix-patches@gnu.org; Thu, 10 Aug 2017 07:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dflri-0008R4-Bt for guix-patches@gnu.org; Thu, 10 Aug 2017 07:43:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45358) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dflri-0008Qx-1N for guix-patches@gnu.org; Thu, 10 Aug 2017 07:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dflrh-0005nm-RZ for guix-patches@gnu.org; Thu, 10 Aug 2017 07:43:01 -0400 Subject: [bug#28028] [PATCH 0/9] Perl crypto things Resent-Message-ID: References: <20170809165655.14001-1-ricardo.wurmus@mdc-berlin.de> <87fud04gkj.fsf@fastmail.com> From: Ricardo Wurmus In-Reply-To: <87fud04gkj.fsf@fastmail.com> Date: Thu, 10 Aug 2017 13:40:01 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit 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: Marius Bakke Cc: 28028@debbugs.gnu.org Marius Bakke writes: > Ricardo Wurmus writes: > >> Hi Guix, >> >> this is from my staging heap. >> >> Ricardo Wurmus (9): >> gnu: Add perl-hash-fieldhash. >> gnu: Add perl-math-random-isaac-xs. >> gnu: Add perl-math-random-isaac. >> gnu: Add perl-type-tie. >> gnu: Add perl-regexp-util. >> gnu: Add perl-ref-util-xs. >> gnu: Add perl-type-tiny. >> gnu: Add perl-crypt-random-source. >> gnu: Add perl-math-random-secure. >> >> gnu/packages/perl.scm | 256 +++++++++++++++++++++++++++++++++++++++++++++++++- >> 1 file changed, 255 insertions(+), 1 deletion(-) > > The patches LGTM, but I wonder if we should split some of these out to > e.g. math.scm to prevent perl.scm from getting the python syndrome. WDYT? In general I agree, but I don’t think these belong to math.scm, despite their names. These are really crypto things more than they are general purpose math things. I’ll move the following packages to crypto.scm: perl-math-random-isaac-xs perl-math-random-isaac perl-crypt-random-source perl-math-random-secure Maybe it’s worth going through perl.scm before the next release and redistribute some of the packages to other modules. -- Ricardo