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:           Wed Aug 31 06:05:00 UTC 2016

Modified Files:
        pkgsrc/security/p5-Crypt-ECB: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/p5-Crypt-ECB/Makefile
cvs rdiff -u -r1.6 -r1.7 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.

Modified files:

Index: pkgsrc/security/p5-Crypt-ECB/Makefile
diff -u pkgsrc/security/p5-Crypt-ECB/Makefile:1.15 pkgsrc/security/p5-Crypt-ECB/Makefile:1.16
--- pkgsrc/security/p5-Crypt-ECB/Makefile:1.15  Wed Jun  8 19:24:19 2016
+++ pkgsrc/security/p5-Crypt-ECB/Makefile       Wed Aug 31 06:05:00 2016
@@ -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"

Index: pkgsrc/security/p5-Crypt-ECB/distinfo
diff -u pkgsrc/security/p5-Crypt-ECB/distinfo:1.6 pkgsrc/security/p5-Crypt-ECB/distinfo:1.7
--- pkgsrc/security/p5-Crypt-ECB/distinfo:1.6   Thu Apr  7 12:38:48 2016
+++ pkgsrc/security/p5-Crypt-ECB/distinfo       Wed Aug 31 06:05:00 2016
@@ -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