pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-CBC Updated to version 2.08
details: https://anonhg.NetBSD.org/pkgsrc/rev/75294efe2fde
branches: trunk
changeset: 469371:75294efe2fde
user: heinz <heinz%pkgsrc.org@localhost>
date: Sun Feb 22 16:54:56 2004 +0000
description:
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@localhost> to allow backward
compatibility with old versions when key length exceeded max.
diffstat:
security/p5-Crypt-CBC/Makefile | 15 ++++++++++-----
security/p5-Crypt-CBC/distinfo | 6 +++---
2 files changed, 13 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r 4ecde81a2a0c -r 75294efe2fde security/p5-Crypt-CBC/Makefile
--- a/security/p5-Crypt-CBC/Makefile Sun Feb 22 16:54:23 2004 +0000
+++ b/security/p5-Crypt-CBC/Makefile Sun Feb 22 16:54:56 2004 +0000
@@ -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@localhost
+MAINTAINER= heinz%NetBSD.org@localhost
+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 -r 4ecde81a2a0c -r 75294efe2fde security/p5-Crypt-CBC/distinfo
--- a/security/p5-Crypt-CBC/distinfo Sun Feb 22 16:54:23 2004 +0000
+++ b/security/p5-Crypt-CBC/distinfo Sun Feb 22 16:54:56 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index