pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-ECB Updated p5-Crypt-ECB to 2.20.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb38fb3b460b
branches:  trunk
changeset: 351856:bb38fb3b460b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 31 06:05:00 2016 +0000

description:
Updated p5-Crypt-ECB to 2.20.

v2.20, 30.03.2016
        - made passing a custom padding method possible without specifying a cipher before
        - added verifying correct truncation of custom padding methods
        - added verifying padded bytes when truncating (for standard and zeroes padding)
        - added testing encrypt_hex and decrypt_hex function style
        - added testing start-crypt-finish
        - added testing usage of pre-existing cipher objects
        - updated eg/ecb.pl to recognize cipher modules in the Crypt::OpenSSL namespace
        - added option to eg/ecb.pl to print the Crypt::ECB version used
        - changed license again, to GPL or Artistic

diffstat:

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

diffs (41 lines):

diff -r d36ace41f5ba -r bb38fb3b460b security/p5-Crypt-ECB/Makefile
--- a/security/p5-Crypt-ECB/Makefile    Tue Aug 30 15:24:26 2016 +0000
+++ b/security/p5-Crypt-ECB/Makefile    Wed Aug 31 06:05:00 2016 +0000
@@ -1,19 +1,17 @@
-# $NetBSD: Makefile,v 1.15 2016/06/08 19:24:19 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/08/31 06:05:00 wiz Exp $
 
-DISTNAME=              Crypt-ECB-2.15
+DISTNAME=              Crypt-ECB-2.20
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://search.cpan.org/dist/Crypt-ECB/
 COMMENT=               Perl5 Electronic Codebook mode for various crypto algorithms
+LICENSE=               gnu-gpl-v1 OR artistic
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Crypt/ECB/.packlist
 
-LICENSE=               gnu-gpl-v2 # OR any later version
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d36ace41f5ba -r bb38fb3b460b security/p5-Crypt-ECB/distinfo
--- a/security/p5-Crypt-ECB/distinfo    Tue Aug 30 15:24:26 2016 +0000
+++ b/security/p5-Crypt-ECB/distinfo    Wed Aug 31 06:05:00 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/04/07 12:38:48 wen Exp $
+$NetBSD: distinfo,v 1.7 2016/08/31 06:05:00 wiz Exp $
 
-SHA1 (Crypt-ECB-2.15.tar.gz) = dd1b4a368252da93bdcbe25b25e90964133685a2
-RMD160 (Crypt-ECB-2.15.tar.gz) = 95a5e465d2cc9ffeb2fad96b91bab94cdd66d8ac
-SHA512 (Crypt-ECB-2.15.tar.gz) = b825c5ec2860faae54087317e3732bc02b970de5bc4aa475ebe358f6ba88166313f51be89bbe349d8b3a2716e837dc6408ccd1383ca5dd74e38dd3ed65deb652
-Size (Crypt-ECB-2.15.tar.gz) = 15287 bytes
+SHA1 (Crypt-ECB-2.20.tar.gz) = 68a8a3f2fb1af6b043dad97f991a39ed97919b97
+RMD160 (Crypt-ECB-2.20.tar.gz) = b27cfa10d9cc96254755dbaee1276f4e0c94159b
+SHA512 (Crypt-ECB-2.20.tar.gz) = c24609326ddf797c90128391d42693bd6bcb9708e25f7ba124cf774daff0ac8eb8693f962c0c3e6c50cca60960c09603c6729bef1394dc8ecce54b53f94a8852
+Size (Crypt-ECB-2.20.tar.gz) = 22553 bytes



Home | Main Index | Thread Index | Old Index