From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 23 13:00:02 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 073819C8 for ; Mon, 23 Sep 2013 13:00:02 +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 DC41B2A8B for ; Mon, 23 Sep 2013 13:00: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 r8ND01ik097723 for ; Mon, 23 Sep 2013 13:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ND01Si097722; Mon, 23 Sep 2013 13:00:01 GMT (envelope-from gnats) Resent-Date: Mon, 23 Sep 2013 13:00:01 GMT Resent-Message-Id: <201309231300.r8ND01Si097722@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 7DE2B57E for ; Mon, 23 Sep 2013 12:51:00 +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 505DD29FD for ; Mon, 23 Sep 2013 12:51:00 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8NCp0ZU097969 for ; Mon, 23 Sep 2013 12:51:00 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8NCoxSc097824; Mon, 23 Sep 2013 12:50:59 GMT (envelope-from nobody) Message-Id: <201309231250.r8NCoxSc097824@oldred.freebsd.org> Date: Mon, 23 Sep 2013 12:50:59 GMT From: Henk van Oers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182326: New port: security/p5-Crypt-Password-Util Crypt password utilities 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 13:00:02 -0000 >Number: 182326 >Category: ports >Synopsis: New port: security/p5-Crypt-Password-Util Crypt password utilities >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 13:00: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: Automatically choose the appropriate type and salt >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-Crypt-Password-Util # p5-Crypt-Password-Util/Makefile # p5-Crypt-Password-Util/pkg-descr # p5-Crypt-Password-Util/distinfo # p5-Crypt-Password-Util/pkg-plist # echo c - p5-Crypt-Password-Util mkdir -p p5-Crypt-Password-Util > /dev/null 2>&1 echo x - p5-Crypt-Password-Util/Makefile sed 's/^X//' >p5-Crypt-Password-Util/Makefile << '6976c91a9ebbf27c9be80936966a6522' X# Created by: Henk van Oers X# $FreeBSD$ X XPORTNAME= Crypt-Password-Util XPORTVERSION= 0.09 XCATEGORIES= security perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= perl@FreeBSD.org XCOMMENT= Crypt password utilities X XLICENSE= ART10 X XBUILD_DEPENDS= p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions \ X p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ X p5-UUID-Random-Patch-UseMRS>=0:${PORTSDIR}/security/p5-UUID-Random-Patch-UseMRS XRUN_DEPENDS= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ X p5-UUID-Random-Patch-UseMRS>=0:${PORTSDIR}/security/p5-UUID-Random-Patch-UseMRS X XUSES= perl5 XUSE_PERL5= modbuild X XMAN3= Crypt::Password::Util.3 X XNO_STAGE= yes X.include 6976c91a9ebbf27c9be80936966a6522 echo x - p5-Crypt-Password-Util/pkg-descr sed 's/^X//' >p5-Crypt-Password-Util/pkg-descr << '37b915b7289fba71883161af2febad21' XAutomatically choose the appropriate type and salt. X XSee also Authen::Passphrase which recognizes more encodings X(but currently not SSHA256 and SSHA512). X XWWW: https://metacpan.org/module/Crypt::Password::Util 37b915b7289fba71883161af2febad21 echo x - p5-Crypt-Password-Util/distinfo sed 's/^X//' >p5-Crypt-Password-Util/distinfo << 'c8bcc034a8d3ab3537fbfe7469be733c' XSHA256 (Crypt-Password-Util-0.09.tar.gz) = 9e7c3ffb877748a201955bf95cf25cfbb134fb1b0bd906e905861e73dddf420f XSIZE (Crypt-Password-Util-0.09.tar.gz) = 11588 c8bcc034a8d3ab3537fbfe7469be733c echo x - p5-Crypt-Password-Util/pkg-plist sed 's/^X//' >p5-Crypt-Password-Util/pkg-plist << 'a70b056dd44e697869ed4b9e5be742b4' X%%SITE_PERL%%/Crypt/Password/Util.pm X@dirrmtry %%SITE_PERL%%/Crypt/Password X@dirrmtry %%SITE_PERL%%/Crypt a70b056dd44e697869ed4b9e5be742b4 exit >Release-Note: >Audit-Trail: >Unformatted: