diff options
author | wen <wen> | 2015-11-06 07:21:35 +0000 |
---|---|---|
committer | wen <wen> | 2015-11-06 07:21:35 +0000 |
commit | 6d6e1e7b3c343ec34e87f96f258e19989948bedb (patch) | |
tree | 54218c1b2ccdb4271547b019e1f6a09824b496b6 /security | |
parent | 8997d3f5f0a4c31e8b77b81789d41cf168786c17 (diff) | |
download | pkgsrc-6d6e1e7b3c343ec34e87f96f258e19989948bedb.tar.gz |
Update to 0.04
Add LICENSE
Upstream changes:
0.04 2014-06-12 NEILB
- Fixed bug that would occasionally generate a division by zero
in word() and word3(). RT#42832
- Fixed mistake in doc for word() and word3()
Thanks to Smylers for RT#11787.
- Switched to Dist::Zilla
- Reformatted this file as per CPAN::Changes::Spec
- Moved test.pl to t/01-require.t and simplified it
- Added real tests for chars(), word() and word3()
- Added github repo to pod
- Added package statement and use strict & warnings in ::de and ::en
- Tell dzil that the language model modules are binary, so they won't
be parsed with PPI, which takes 5+ minutes on my laptop.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-GeneratePassword/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-GeneratePassword/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/security/p5-Crypt-GeneratePassword/Makefile b/security/p5-Crypt-GeneratePassword/Makefile index 24651185602..f8eddfcfb45 100644 --- a/security/p5-Crypt-GeneratePassword/Makefile +++ b/security/p5-Crypt-GeneratePassword/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:05 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/11/06 07:21:35 wen Exp $ # -DISTNAME= Crypt-GeneratePassword-0.03 +DISTNAME= Crypt-GeneratePassword-0.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= abs@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-GeneratePassword/ COMMENT= Generate secure random pronounceable passwords +LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/GeneratePassword/.packlist diff --git a/security/p5-Crypt-GeneratePassword/distinfo b/security/p5-Crypt-GeneratePassword/distinfo index 9950a7386df..0c7ffafdcf9 100644 --- a/security/p5-Crypt-GeneratePassword/distinfo +++ b/security/p5-Crypt-GeneratePassword/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:17:55 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/06 07:21:35 wen Exp $ -SHA1 (Crypt-GeneratePassword-0.03.tar.gz) = 17893281316072e93d69d340c423cee46ea99766 -RMD160 (Crypt-GeneratePassword-0.03.tar.gz) = bc858d88c0643bf10dd020d9e154f3ad2231543c -SHA512 (Crypt-GeneratePassword-0.03.tar.gz) = bdbc3536d92d0decb406abdb447af3bbf59d6ba6e52da47c34d4a1c447d0ff38414594ae78934fbd5a83a73dce46311a7886c2c27c16e0eea92ab5e811676876 -Size (Crypt-GeneratePassword-0.03.tar.gz) = 193105 bytes +SHA1 (Crypt-GeneratePassword-0.04.tar.gz) = e7b2bf5a42f72a2cdd008cce435926902954a030 +RMD160 (Crypt-GeneratePassword-0.04.tar.gz) = 3a5c06423b2582fe5c35d526588f2b7f205bbe23 +SHA512 (Crypt-GeneratePassword-0.04.tar.gz) = 6dc317de33f6717daf7d611c5fd5820bbca66b95c05e11a429682911914f35cb9457d79c8d2165d5f1dca1296f91634afc6cb0e2dbc466a3958f19988d66828f +Size (Crypt-GeneratePassword-0.04.tar.gz) = 220744 bytes |