From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhCBG-0005Ok-Om for guix-patches@gnu.org; Mon, 14 Aug 2017 06:01:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhCBD-0001QX-3L for guix-patches@gnu.org; Mon, 14 Aug 2017 06:01:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54579) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dhCBC-0001PX-RY for guix-patches@gnu.org; Mon, 14 Aug 2017 06:01:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dhCBC-0000Lc-GV for guix-patches@gnu.org; Mon, 14 Aug 2017 06:01:02 -0400 Subject: bug#28028: [PATCH 9/9] gnu: Add perl-math-random-secure. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20170809170037.14230-1-ricardo.wurmus@mdc-berlin.de> <20170809170037.14230-9-ricardo.wurmus@mdc-berlin.de> From: Ricardo Wurmus In-Reply-To: <20170809170037.14230-9-ricardo.wurmus@mdc-berlin.de> Date: Mon, 14 Aug 2017 12:00:31 +0200 Message-ID: <87bmnih3k0.fsf@mdc-berlin.de> 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: 28028-done@debbugs.gnu.org Ricardo Wurmus writes: > * gnu/packages/perl.scm (perl-math-random-secure): New variable. […] I’ve pushed all of these to master (233f4f43b) with minor changes, e.g. fixes to the descriptions and putting some of them in “(gnu packages crypto)”. Thank you, Danny, for the review! -- Ricardo