From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfXql-0004FL-Tv for guix-patches@gnu.org; Wed, 09 Aug 2017 16:45:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfXqh-0003V4-1p for guix-patches@gnu.org; Wed, 09 Aug 2017 16:45:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45032) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dfXqg-0003Up-Mk for guix-patches@gnu.org; Wed, 09 Aug 2017 16:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dfXqg-0004PV-9j for guix-patches@gnu.org; Wed, 09 Aug 2017 16:45:02 -0400 Subject: [bug#28028] [PATCH 0/9] Perl crypto things Resent-Message-ID: From: Marius Bakke In-Reply-To: <20170809165655.14001-1-ricardo.wurmus@mdc-berlin.de> References: <20170809165655.14001-1-ricardo.wurmus@mdc-berlin.de> Date: Wed, 09 Aug 2017 22:44:12 +0200 Message-ID: <87fud04gkj.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Ricardo Wurmus , 28028@debbugs.gnu.org --=-=-= Content-Type: text/plain 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? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlmLdBwACgkQoqBt8qM6 VPrP7AgAvNdTWoRBVkIqvfprwVbq/I6wWxs40F7yMTs9ZZX1NVag+bPrm+B1Vvug R4BnWW/HRIqf6m6HbuCBSWJUMBwmEBv39BcYYHFJexiAWSsRcrJb9p6FYVINqWP3 0NlDA/sQf4oCEwh4pQrRyP+jUqMkYc4Lrr+Mmrv9bHwXBokxlwXxw3Rm5Dwb6Zzt 9t7UAHiDqiEEc9ZOrAXL445tMiZIfsxnDbSKQGOgQzwgzQOYAD7P1fp1MnBHlWoS yJiIzby1u96REvt07wEUq/DAaw0ZD0JlKYmG4dLRJeyULgXPM2GYtlponeEj/KPF /ni0mXb/z5qaSUgn9eFjmlYcCtmXbQ== =0xej -----END PGP SIGNATURE----- --=-=-=--