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.24.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b928a7181d2
branches:  trunk
changeset: 538416:2b928a7181d2
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Feb 07 20:46:04 2008 +0000

description:
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:

 security/p5-Crypt-CBC/Makefile |  9 +++++----
 security/p5-Crypt-CBC/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 6765809c6cda -r 2b928a7181d2 security/p5-Crypt-CBC/Makefile
--- a/security/p5-Crypt-CBC/Makefile    Thu Feb 07 20:27:23 2008 +0000
+++ b/security/p5-Crypt-CBC/Makefile    Thu Feb 07 20:46:04 2008 +0000
@@ -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 @@
 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 -r 6765809c6cda -r 2b928a7181d2 security/p5-Crypt-CBC/distinfo
--- a/security/p5-Crypt-CBC/distinfo    Thu Feb 07 20:27:23 2008 +0000
+++ b/security/p5-Crypt-CBC/distinfo    Thu Feb 07 20:46:04 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index