From f35c3c0ea92fd5a26b46ca76274f09357305f3ad Mon Sep 17 00:00:00 2001 From: heinz Date: Thu, 7 Feb 2008 20:46:04 +0000 Subject: Updated to version 2.24. Pkgsrc changes: - The package supports installation to DESTDIR. Changes since version 2.19: =========================== Revision history for Perl extension Crypt::CBC. 2.24 Fri Sep 28 11:21:07 EDT 2007 - Fixed failure to run under taint checks with Crypt::Rijndael or Crypt::OpenSSL::AES (and maybe other Crypt modules). See http://rt.cpan.org/Public/Bug/Display.html?id=29646. 2.23 Fri Apr 13 14:50:21 EDT 2007 - Added checks for other implementations of CBC which add no standard padding at all when cipher text is an even multiple of the block size. 2.22 Sun Oct 29 16:50:32 EST 2006 - Fixed bug in which plaintext encrypted with the -literal_key option could not be decrypted using a new object created with the same -literal_key. - Added documentation confirming that -literal_key must be accompanied by a -header of 'none' and a manually specificied IV. 2.21 Mon Oct 16 19:26:26 EDT 2006 - Fixed bug in which new() failed to work when first option is -literal_key. 2.20 Sat Aug 12 22:30:53 EDT 2006 - Added ability to pass a preinitialized Crypt::* block cipher object instead of the class name. - Fixed a bug when processing -literal_key. --- security/p5-Crypt-CBC/Makefile | 9 +++++---- security/p5-Crypt-CBC/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'security') diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 9727a98f463..e568a4b1269 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2006/09/10 13:04:46 heinz Exp $ +# $NetBSD: Makefile,v 1.22 2008/02/07 20:46:04 heinz Exp $ -DISTNAME= Crypt-CBC-2.19 +DISTNAME= Crypt-CBC-2.24 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cbc CATEGORIES= security perl5 @@ -10,11 +10,12 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-CBC/ COMMENT= Perl5 cipher block chaining mode for various crypto algorithms +PKG_DESTDIR_SUPPORT= user-destdir +PKG_INSTALLATION_TYPES= overwrite pkgviews + BUILD_DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael DEPENDS+= p5-Digest-MD5>=2.0:../../security/p5-Digest-MD5 -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/CBC/.packlist diff --git a/security/p5-Crypt-CBC/distinfo b/security/p5-Crypt-CBC/distinfo index 737c6aea267..a4a9463ac3c 100644 --- a/security/p5-Crypt-CBC/distinfo +++ b/security/p5-Crypt-CBC/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2006/09/10 13:04:46 heinz Exp $ +$NetBSD: distinfo,v 1.11 2008/02/07 20:46:04 heinz Exp $ -SHA1 (Crypt-CBC-2.19.tar.gz) = a85f07e730e5b1af253beb742dec732b78955ae2 -RMD160 (Crypt-CBC-2.19.tar.gz) = cbc9ed0c36ee43ecc56a9535d2086933b9ec881f -Size (Crypt-CBC-2.19.tar.gz) = 20427 bytes +SHA1 (Crypt-CBC-2.24.tar.gz) = e259cd0101bf8d1cac9cfd55556cf5391f458fc1 +RMD160 (Crypt-CBC-2.24.tar.gz) = 55681afd60cbd0fa91185ef87b1f7981b11ea6ca +Size (Crypt-CBC-2.24.tar.gz) = 22249 bytes -- cgit v1.2.3