[19814] trunk/dports/perl/p5-crypt-cbc/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sat Sep 30 19:00:28 PDT 2006
Revision: 19814
http://trac.macosforge.org/projects/macports/changeset/19814
Author: blair at macports.org
Date: 2006-09-30 19:00:27 -0700 (Sat, 30 Sep 2006)
Log Message:
-----------
New upstream release.
-IMPORTANT NOTE: Versions of this module prior to 2.17 were
incorrectly using 8 byte IVs when generating the old-style RandomIV
style header (as opposed to the new-style random salt header). This
affects data encrypted using the Rijndael algorithm, which has a 16
byte blocksize, and is a significant security issue.
The bug has been corrected in versions 2.17 and higher by making it
impossible to use 16-byte block ciphers with RandomIV headers. You may
still read legacy encrypted data by explicitly passing the
-insecure_legacy_decrypt option to Crypt::CBC->new().
Modified Paths:
--------------
trunk/dports/perl/p5-crypt-cbc/Portfile
Modified: trunk/dports/perl/p5-crypt-cbc/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-cbc/Portfile 2006-10-01 01:16:06 UTC (rev 19813)
+++ trunk/dports/perl/p5-crypt-cbc/Portfile 2006-10-01 02:00:27 UTC (rev 19814)
@@ -2,7 +2,7 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.setup Crypt-CBC 2.12
+perl5.setup Crypt-CBC 2.19
maintainers darwinports at opendarwin.org
description Encrypt Data with Cipher Block Chaining Mode
long_description This is Crypt::CBC, a Perl-only implementation of \
@@ -12,6 +12,6 @@
decrypt messages of arbitrarily long length. The \
encrypted messages are compatible with the \
encryption format used by SSLeay.
-checksums md5 27842b8ab627681b4a322610ea6184b5
+checksums md5 9e611ce8984d1d2f14cd038e62b50064
platforms darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060930/dd55a8f9/attachment.html
More information about the macports-changes
mailing list