diff options
author | wiz <wiz@pkgsrc.org> | 2016-03-08 15:07:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-03-08 15:07:28 +0000 |
commit | 5be1fb231cfb0b2eb1adc66aaef7ba4b2ba95802 (patch) | |
tree | 36920d581edc7620feb0e4cac2024e939490e9c1 | |
parent | 2f9680b282cb0a3351661473c26e0e40db079bcd (diff) | |
download | pkgsrc-5be1fb231cfb0b2eb1adc66aaef7ba4b2ba95802.tar.gz |
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
-rw-r--r-- | security/p5-Crypt-ECB/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Crypt-ECB/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/p5-Crypt-ECB/Makefile b/security/p5-Crypt-ECB/Makefile index 3a4f69fd167..7101f6f6e90 100644 --- a/security/p5-Crypt-ECB/Makefile +++ b/security/p5-Crypt-ECB/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2015/09/03 03:02:18 dsainty Exp $ +# $NetBSD: Makefile,v 1.11 2016/03/08 15:07:28 wiz Exp $ -DISTNAME= Crypt-ECB-1.45 +DISTNAME= Crypt-ECB-2.00 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} diff --git a/security/p5-Crypt-ECB/distinfo b/security/p5-Crypt-ECB/distinfo index c82ff7c6f3c..8059b17e565 100644 --- a/security/p5-Crypt-ECB/distinfo +++ b/security/p5-Crypt-ECB/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:17:55 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/03/08 15:07:28 wiz Exp $ -SHA1 (Crypt-ECB-1.45.tar.gz) = d37d0dc34bc14f8a07d36b58beda85a89ec910c0 -RMD160 (Crypt-ECB-1.45.tar.gz) = 81b7829c1e99f3ebb02dd7636877b4689f61ce17 -SHA512 (Crypt-ECB-1.45.tar.gz) = 79367caa1aad0288ec5b8f498a7800c31b3b61f8cda1d04cdd539066b2e94dbf0550270093fe3636812b4e1e72c091e787d1d29f453be6b6bb555901bb4ffbf3 -Size (Crypt-ECB-1.45.tar.gz) = 14570 bytes +SHA1 (Crypt-ECB-2.00.tar.gz) = b2a3832f2f5f63f66a76736383fad3f488c24fa4 +RMD160 (Crypt-ECB-2.00.tar.gz) = 47558c406bff0af36f6d5b24b15a55a864290983 +SHA512 (Crypt-ECB-2.00.tar.gz) = 60ab5cfce57f007606545427ac268fb2f510e236ca5e6b2dc520dd896975fa2582c23a9f4e575e16c2625de7a1a76a2fd26f9f7f783ede11b74ef84c12070e5a +Size (Crypt-ECB-2.00.tar.gz) = 18765 bytes |