diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-07 20:46:04 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-07 20:46:04 +0000 |
commit | 2861a20fb0989aa0f85a8b8ca2a705a78e75f232 (patch) | |
tree | fa134102f77e54c9ab86b0eb9c854b4e71beb49e /security/p5-Crypt-CBC | |
parent | a6096103597712c2ae12bff53bfa952d605ddba5 (diff) | |
download | pkgsrc-2861a20fb0989aa0f85a8b8ca2a705a78e75f232.tar.gz |
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.
Diffstat (limited to 'security/p5-Crypt-CBC')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Crypt-CBC/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
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 |