From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 23 12:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DABDD3F6 for ; Mon, 23 Sep 2013 12:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB3D129B4 for ; Mon, 23 Sep 2013 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8NCo1fm095575 for ; Mon, 23 Sep 2013 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8NCo1In095574; Mon, 23 Sep 2013 12:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 23 Sep 2013 12:50:01 GMT Resent-Message-Id: <201309231250.r8NCo1In095574@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Henk van Oers Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 025983A3 for ; Mon, 23 Sep 2013 12:46:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D638F2987 for ; Mon, 23 Sep 2013 12:46:55 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8NCktlq096217 for ; Mon, 23 Sep 2013 12:46:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8NCktKW096213; Mon, 23 Sep 2013 12:46:55 GMT (envelope-from nobody) Message-Id: <201309231246.r8NCktKW096213@oldred.freebsd.org> Date: Mon, 23 Sep 2013 12:46:55 GMT From: Henk van Oers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182322: New port: security/p5-UUID-Random-Patch-UseMRS use Math::Random::Secure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Sep 2013 12:50:01 -0000 >Number: 182322 >Category: ports >Synopsis: New port: security/p5-UUID-Random-Patch-UseMRS use Math::Random::Secure >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 23 12:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Henk van Oers >Release: 9.1-RELEASE-p6 >Organization: perl.nl >Environment: FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This module generates random uuid strings. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-UUID-Random-Patch-UseMRS # p5-UUID-Random-Patch-UseMRS/Makefile # p5-UUID-Random-Patch-UseMRS/pkg-descr # p5-UUID-Random-Patch-UseMRS/distinfo # p5-UUID-Random-Patch-UseMRS/pkg-plist # echo c - p5-UUID-Random-Patch-UseMRS mkdir -p p5-UUID-Random-Patch-UseMRS > /dev/null 2>&1 echo x - p5-UUID-Random-Patch-UseMRS/Makefile sed 's/^X//' >p5-UUID-Random-Patch-UseMRS/Makefile << 'c60496f81b163d93e70a27a6f37de05b' X# Created by: Henk van Oers X# $FreeBSD$ X XPORTNAME= UUID-Random-Patch-UseMRS XPORTVERSION= 0.01 XCATEGORIES= security perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= perl@FreeBSD.org XCOMMENT= Make UUID::Random use Math::Random::Secure::rand() X XLICENSE= ART10 X XBUILD_DEPENDS= p5-Math-Random-Secure>=0:${PORTSDIR}/math/p5-Math-Random-Secure \ X p5-UUID-Random>=0:${PORTSDIR}/security/p5-UUID-Random XRUN_DEPENDS:= ${BUILD_DEPENDS} X XUSES= perl5 XUSE_PERL5= modbuild X XMAN3= UUID::Random::Patch::UseMRS.3 X XNO_STAGE= yes X.include c60496f81b163d93e70a27a6f37de05b echo x - p5-UUID-Random-Patch-UseMRS/pkg-descr sed 's/^X//' >p5-UUID-Random-Patch-UseMRS/pkg-descr << '0d58d66715ee1ae079b73d3673ec478f' XThis module makes UUID::Random use rand() from Math::Random::Secure Xinstead of the default rand() that comes with Perl. XIt is useful for creating cryptographically secure UUID's. XOn the other hand, as a note, Xthis makes generate() around 20 times slower. X XAfter you use this module, use UUID::Random as usual. X XWWW: https://metacpan.org/module/UUID::Random::Patch::UseMRS 0d58d66715ee1ae079b73d3673ec478f echo x - p5-UUID-Random-Patch-UseMRS/distinfo sed 's/^X//' >p5-UUID-Random-Patch-UseMRS/distinfo << '24956a3c7a1ae0623849acd5f670381c' XSHA256 (UUID-Random-Patch-UseMRS-0.01.tar.gz) = 85f28345a9c2ee287f3c1283d5c6ec5b49a305c64c1b45bce9d8b8373a93dd73 XSIZE (UUID-Random-Patch-UseMRS-0.01.tar.gz) = 9810 24956a3c7a1ae0623849acd5f670381c echo x - p5-UUID-Random-Patch-UseMRS/pkg-plist sed 's/^X//' >p5-UUID-Random-Patch-UseMRS/pkg-plist << 'dc7ba5824db43cef3f2b2ac5a679ae5b' X%%SITE_PERL%%/UUID/Random/Patch/UseMRS.pm X@dirrmtry %%SITE_PERL%%/UUID/Random/Patch X@dirrmtry %%SITE_PERL%%/UUID/Random X@dirrmtry %%SITE_PERL%%/UUID dc7ba5824db43cef3f2b2ac5a679ae5b exit >Release-Note: >Audit-Trail: >Unformatted: