summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheinz <heinz>2004-02-22 16:54:56 +0000
committerheinz <heinz>2004-02-22 16:54:56 +0000
commit747d5391985e977cd3f27df67515d09044fb2f02 (patch)
tree58f79c0c89f64f3d968deb05b8a6f02a9fad50c6
parent94ccb245e8e0a12a1a27256cda2e91d8879b9e8c (diff)
downloadpkgsrc-747d5391985e977cd3f27df67515d09044fb2f02.tar.gz
Updated to version 2.08
Taking maintainership. Needs p5-Crypt-Rijndael for running the tests. Adapted to buildlink3. Changes sinces 2.02 =================== -Bug fix from Chris Laas to fix custom padding -Bug fixes from Stephen Waters to fix space padding -Lots of regression tests from Stephen Waters -Makes zero-and-one padding compatible with Crypt::Rijndael::MODE_CBC. -Lots of improvements to padding mechanisms from Stephen Waters -Patch from Andy Turner <turner@mikomi.org> to allow backward compatibility with old versions when key length exceeded max.
-rw-r--r--security/p5-Crypt-CBC/Makefile15
-rw-r--r--security/p5-Crypt-CBC/distinfo6
2 files changed, 13 insertions, 8 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile
index 1b832ed8903..ce1fdb7fee3 100644
--- a/security/p5-Crypt-CBC/Makefile
+++ b/security/p5-Crypt-CBC/Makefile
@@ -1,19 +1,24 @@
-# $NetBSD: Makefile,v 1.12 2003/07/21 17:20:13 martti Exp $
+# $NetBSD: Makefile,v 1.13 2004/02/22 16:54:56 heinz Exp $
# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp
#
-DISTNAME= Crypt-CBC-2.02
+DISTNAME= Crypt-CBC-2.08
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cbc
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= heinz@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Crypt-CBC/
COMMENT= Perl5 cipher block chaining mode for various crypto algorithms
-DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5
+BUILD_DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
+DEPENDS+= p5-Digest-MD5>=2.0:../../security/p5-Digest-MD5
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+USE_LANGUAGES= # empty
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/CBC/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/security/p5-Crypt-CBC/distinfo b/security/p5-Crypt-CBC/distinfo
index 54373420874..3609f0bbb35 100644
--- a/security/p5-Crypt-CBC/distinfo
+++ b/security/p5-Crypt-CBC/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/01/28 14:19:15 martti Exp $
+$NetBSD: distinfo,v 1.6 2004/02/22 16:54:56 heinz Exp $
-SHA1 (Crypt-CBC-2.02.tar.gz) = cd1a0fe610e387672ddeeeac3ea6ed40de12742d
-Size (Crypt-CBC-2.02.tar.gz) = 9631 bytes
+SHA1 (Crypt-CBC-2.08.tar.gz) = 5abf0363834f54d1d41642e79d16becd1ba12fdc
+Size (Crypt-CBC-2.08.tar.gz) = 9495 bytes