diff options
author | hiramatsu <hiramatsu> | 2011-11-18 03:26:41 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2011-11-18 03:26:41 +0000 |
commit | 277f309a03afbe81ff2b91bb32568b68763f48a5 (patch) | |
tree | a751b036c7e9568bad73d5b79309fa718df1bab6 /security | |
parent | 299b137b659e67c0bc400e259bd5c874828706f2 (diff) | |
download | pkgsrc-277f309a03afbe81ff2b91bb32568b68763f48a5.tar.gz |
Update p5-Crypt-Eksblowfish to 0.09.
Changes from previous:
version 0.009; 2011-04-28
* in XS, use PERL_NO_GET_CONTEXT for efficiency
* in XS, declare "PROTOTYPES: DISABLE" to prevent automatic generation
of unintended prototypes
* jump through hoops to avoid compiler warnings
* use full stricture in test suite
* in Build.PL, complete declaration of configure-time requirements
* slightly reformat some Perl and C code to avoid exceeding 80 columns
* include META.json in distribution
* add MYMETA.json and MYMETA.yml to .cvsignore
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Eksblowfish/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Crypt-Eksblowfish/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-Crypt-Eksblowfish/Makefile b/security/p5-Crypt-Eksblowfish/Makefile index 1b91b08807d..cc04653ea55 100644 --- a/security/p5-Crypt-Eksblowfish/Makefile +++ b/security/p5-Crypt-Eksblowfish/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 14:42:47 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/11/18 03:26:41 hiramatsu Exp $ # -DISTNAME= Crypt-Eksblowfish-0.008 +DISTNAME= Crypt-Eksblowfish-0.009 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} diff --git a/security/p5-Crypt-Eksblowfish/distinfo b/security/p5-Crypt-Eksblowfish/distinfo index 44294d78ee9..87697d151c7 100644 --- a/security/p5-Crypt-Eksblowfish/distinfo +++ b/security/p5-Crypt-Eksblowfish/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/03/16 10:14:56 sno Exp $ +$NetBSD: distinfo,v 1.4 2011/11/18 03:26:41 hiramatsu Exp $ -SHA1 (Crypt-Eksblowfish-0.008.tar.gz) = 61bc9913177b3eeae0164fbcb80c398edee75e54 -RMD160 (Crypt-Eksblowfish-0.008.tar.gz) = a3cf520806a70d8ed7cf7080d68513e96d9a0f71 -Size (Crypt-Eksblowfish-0.008.tar.gz) = 35277 bytes +SHA1 (Crypt-Eksblowfish-0.009.tar.gz) = 04dd3a163cfc4df0276841f192cffd26513bebae +RMD160 (Crypt-Eksblowfish-0.009.tar.gz) = 61b73c5669895b355ccba43d619750b0fa32c010 +Size (Crypt-Eksblowfish-0.009.tar.gz) = 36302 bytes |