pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-Crypt-ECB
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 8 15:07:28 UTC 2016
Modified Files:
pkgsrc/security/p5-Crypt-ECB: Makefile distinfo
Log Message:
Update p5-Crypt-ECB to 2.00.
v2.00, 19.02.2016
- better compatibility with current Crypt::CBC:
- allow passing options like Crypt::CBC does (new and old styles)
- allow passing an existing cipher object (RT bug 112020)
- added padding styles, including custom padding
- added methods for accessing keysize and blocksize of a cipher
- remove caching; the feature did finally not seem to make much sense
- use Test::More (thanks to Xavier Guimard for providing a patch, RT bug 82301)
- changed internal attribute names (foo -> _foo and Foo -> foo)
- much more internal code cleanup
- updated documentation
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/p5-Crypt-ECB/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/p5-Crypt-ECB/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index