Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9BACD7A1B1 for ; Fri, 30 Sep 2016 11:01:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 463E285E94; Fri, 30 Sep 2016 11:01:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB08685E60 for ; Fri, 30 Sep 2016 11:01:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4jd9DYwQL6zG for ; Fri, 30 Sep 2016 11:01:51 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5C29D85E74 for ; Fri, 30 Sep 2016 11:01:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59AD9FBD2; Fri, 30 Sep 2016 11:01:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475233311142630" MIME-Version: 1.0 Date: Fri, 30 Sep 2016 11:01:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/p5-Crypt-ECB To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160930110151.59AD9FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1475233311142630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 30 11:01:51 UTC 2016 Modified Files: pkgsrc/security/p5-Crypt-ECB: Makefile distinfo Log Message: Updated p5-Crypt-ECB to 2.21. v2.21, 23.09.2016 - no code changes to ECB.pm - ecb.pl -l now prints module versions - ignoring Serpent in test suite as it is broken on many platforms To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/p5-Crypt-ECB/Makefile cvs rdiff -u -r1.7 -r1.8 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. --_----------=_1475233311142630 Content-Disposition: inline Content-Length: 1702 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Crypt-ECB/Makefile diff -u pkgsrc/security/p5-Crypt-ECB/Makefile:1.16 pkgsrc/security/p5-Crypt-ECB/Makefile:1.17 --- pkgsrc/security/p5-Crypt-ECB/Makefile:1.16 Wed Aug 31 06:05:00 2016 +++ pkgsrc/security/p5-Crypt-ECB/Makefile Fri Sep 30 11:01:51 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2016/08/31 06:05:00 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/09/30 11:01:51 wiz Exp $ -DISTNAME= Crypt-ECB-2.20 +DISTNAME= Crypt-ECB-2.21 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} Index: pkgsrc/security/p5-Crypt-ECB/distinfo diff -u pkgsrc/security/p5-Crypt-ECB/distinfo:1.7 pkgsrc/security/p5-Crypt-ECB/distinfo:1.8 --- pkgsrc/security/p5-Crypt-ECB/distinfo:1.7 Wed Aug 31 06:05:00 2016 +++ pkgsrc/security/p5-Crypt-ECB/distinfo Fri Sep 30 11:01:51 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2016/08/31 06:05:00 wiz Exp $ +$NetBSD: distinfo,v 1.8 2016/09/30 11:01:51 wiz Exp $ -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 +SHA1 (Crypt-ECB-2.21.tar.gz) = 6109b35cfd165a1566019a9dd363689f98676dad +RMD160 (Crypt-ECB-2.21.tar.gz) = ecc09f9a75433edb93262d8ad2de8d1f1ed812e9 +SHA512 (Crypt-ECB-2.21.tar.gz) = 3d02e4f4937c925fe98aca702928ac3b9119ca133fec631c51f640585577ea0e50f3ee93d31f3915c5282cbe4ea1803e7f047b12dfbb0f32250a73719b41cbbf +Size (Crypt-ECB-2.21.tar.gz) = 22689 bytes --_----------=_1475233311142630--