pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-GeneratePassword Add security/p5-Cry...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c783243c01bc
branches:  trunk
changeset: 526489:c783243c01bc
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Mar 12 11:51:38 2007 +0000

description:
Add security/p5-Crypt-GeneratePassword version 0.03
Crypt::GeneratePassword generates random passwords that are (more
or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use
the FIPS-181 NIST standard, which is proven to be insecure. It does
use a similar interface, so it should be a drop-in replacement in
most cases.

If you want to use passwords from a different language than english,
you can use one of the packaged alternate unit tables or generate
your own.

diffstat:

 security/p5-Crypt-GeneratePassword/DESCR    |   9 +++++++++
 security/p5-Crypt-GeneratePassword/Makefile |  17 +++++++++++++++++
 security/p5-Crypt-GeneratePassword/PLIST    |   1 +
 security/p5-Crypt-GeneratePassword/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 9766efbc2b36 -r c783243c01bc security/p5-Crypt-GeneratePassword/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-GeneratePassword/DESCR  Mon Mar 12 11:51:38 2007 +0000
@@ -0,0 +1,9 @@
+Crypt::GeneratePassword generates random passwords that are (more
+or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use
+the FIPS-181 NIST standard, which is proven to be insecure. It does
+use a similar interface, so it should be a drop-in replacement in
+most cases.
+
+If you want to use passwords from a different language than english,
+you can use one of the packaged alternate unit tables or generate
+your own.
diff -r 9766efbc2b36 -r c783243c01bc security/p5-Crypt-GeneratePassword/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-GeneratePassword/Makefile       Mon Mar 12 11:51:38 2007 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/12 11:51:38 abs Exp $
+#
+
+DISTNAME=              Crypt-GeneratePassword-0.03
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            security perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER=            abs%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Crypt-GeneratePassword/
+COMMENT=               Generate secure random pronounceable passwords
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Crypt/GeneratePassword/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9766efbc2b36 -r c783243c01bc security/p5-Crypt-GeneratePassword/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-GeneratePassword/PLIST  Mon Mar 12 11:51:38 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/12 11:51:38 abs Exp $
diff -r 9766efbc2b36 -r c783243c01bc security/p5-Crypt-GeneratePassword/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-GeneratePassword/distinfo       Mon Mar 12 11:51:38 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/03/12 11:51:38 abs Exp $
+
+SHA1 (Crypt-GeneratePassword-0.03.tar.gz) = 17893281316072e93d69d340c423cee46ea99766
+RMD160 (Crypt-GeneratePassword-0.03.tar.gz) = bc858d88c0643bf10dd020d9e154f3ad2231543c
+Size (Crypt-GeneratePassword-0.03.tar.gz) = 193105 bytes



Home | Main Index | Thread Index | Old Index