pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-Eksblowfish Update p5-Crypt-Eksblowf...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af1aeb71af0d
branches: trunk
changeset: 392575:af1aeb71af0d
user: seb <seb%pkgsrc.org@localhost>
date: Sun May 03 06:41:23 2009 +0000
description:
Update p5-Crypt-Eksblowfish from version 0.005 to version 0.007.
Pkgsrc changes:
- Adjust dependencies
- Whitespace fix in Makefile to placate pkglint
Upstream changes:
version 0.007; 2009-04-22
* in XS code, use the correct "PREINIT:" instead of "INIT:" to introduce
variable declarations
* test Uklblowfish with long keys
version 0.006; 2009-04-21
* in C::E::Family, new method "as_class" to work around Crypt::CBC
brain damage
* use simpler "parent" pragma in place of "base"
* in documentation, use the term "truth value" instead of the less
precise "boolean"
* drop prototypes from method subs (where the prototypes have no effect)
* in C::E::Family, abandon use of the "fields" module
* add casts for pointer target signedness to avoid compiler warnings
* use full stricture in Build.PL
diffstat:
security/p5-Crypt-Eksblowfish/Makefile | 12 +++++++-----
security/p5-Crypt-Eksblowfish/distinfo | 8 ++++----
2 files changed, 11 insertions(+), 9 deletions(-)
diffs (47 lines):
diff -r 32e6a9bbd7dc -r af1aeb71af0d security/p5-Crypt-Eksblowfish/Makefile
--- a/security/p5-Crypt-Eksblowfish/Makefile Sun May 03 05:55:55 2009 +0000
+++ b/security/p5-Crypt-Eksblowfish/Makefile Sun May 03 06:41:23 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/07 20:52:54 abs Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/03 06:41:23 seb Exp $
#
-DISTNAME= Crypt-Eksblowfish-0.005
+DISTNAME= Crypt-Eksblowfish-0.007
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
@@ -10,15 +10,17 @@
HOMEPAGE= http://search.cpan.org/dist/Crypt-Eksblowfish/
COMMENT= Perl5 Eksblowfish block cipher
-DEPENDS+= p5-MIME-Base64>=2.21:../../converters/p5-MIME-Base64
-BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.15:../../devel/p5-ExtUtils-CBuilder
+DEPENDS+= p5-Class-Mix>=0.001:../../devel/p5-Class-Mix
+DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
+DEPENDS+= p5-MIME-Base64>=2.21:../../converters/p5-MIME-Base64
+BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.15:../../devel/p5-ExtUtils-CBuilder
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
CRYPTO= YES
USE_LANGUAGES= c
-PERL5_MODULE_TYPE= Module::Build
+PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Crypt/Eksblowfish/.packlist
.include "../../lang/perl5/module.mk"
diff -r 32e6a9bbd7dc -r af1aeb71af0d security/p5-Crypt-Eksblowfish/distinfo
--- a/security/p5-Crypt-Eksblowfish/distinfo Sun May 03 05:55:55 2009 +0000
+++ b/security/p5-Crypt-Eksblowfish/distinfo Sun May 03 06:41:23 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/11/07 20:52:54 abs Exp $
+$NetBSD: distinfo,v 1.2 2009/05/03 06:41:23 seb Exp $
-SHA1 (Crypt-Eksblowfish-0.005.tar.gz) = 8806ec69ab71b67ca033383d390ff11c8caf42df
-RMD160 (Crypt-Eksblowfish-0.005.tar.gz) = c7fccc618b2250bf8ac2800bc2c40b6a71bcfeea
-Size (Crypt-Eksblowfish-0.005.tar.gz) = 28303 bytes
+SHA1 (Crypt-Eksblowfish-0.007.tar.gz) = d91b9fac79a33eb11b19df7147f8daaef2297e67
+RMD160 (Crypt-Eksblowfish-0.007.tar.gz) = 7f5be5da5e4fa2efbca2170795e230a034ad8762
+Size (Crypt-Eksblowfish-0.007.tar.gz) = 29850 bytes
Home |
Main Index |
Thread Index |
Old Index