summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-08-31 06:05:00 +0000
committerwiz <wiz@pkgsrc.org>2016-08-31 06:05:00 +0000
commit8a3297c4a38b72ac579dfce991fea6d73971b712 (patch)
treec11ad6491bbb386c074f229af7880d8cebccc7af /security
parentba20eceaea94d0cf02f28daa83383819523ace47 (diff)
downloadpkgsrc-8a3297c4a38b72ac579dfce991fea6d73971b712.tar.gz
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 (limited to 'security')
-rw-r--r--security/p5-Crypt-ECB/Makefile8
-rw-r--r--security/p5-Crypt-ECB/distinfo10
2 files changed, 8 insertions, 10 deletions
diff --git a/security/p5-Crypt-ECB/Makefile b/security/p5-Crypt-ECB/Makefile
index 7cb42935d18..15cb1d5a845 100644
--- a/security/p5-Crypt-ECB/Makefile
+++ b/security/p5-Crypt-ECB/Makefile
@@ -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
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 --git a/security/p5-Crypt-ECB/distinfo b/security/p5-Crypt-ECB/distinfo
index a63f156bfac..85d9c63f961 100644
--- a/security/p5-Crypt-ECB/distinfo
+++ b/security/p5-Crypt-ECB/distinfo
@@ -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