Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id C3F2863D88D for ; Thu, 17 Nov 2011 14:14:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A29A914A2B6; Thu, 17 Nov 2011 14:14:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C64EF14A2B5 for ; Thu, 17 Nov 2011 14:14:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GZN8ATdIi79c for ; Thu, 17 Nov 2011 14:14:21 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 433D114A2AE for ; Thu, 17 Nov 2011 14:14:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 32321175DD; Thu, 17 Nov 2011 14:14:21 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 17 Nov 2011 14:14:21 +0000 From: "Hiramatsu Yoshifumi" Subject: CVS commit: pkgsrc/security/p5-Crypt-OpenPGP To: pkgsrc-changes@NetBSD.org Reply-To: hiramatsu@netbsd.org X-Mailer: log_accum Message-Id: <20111117141421.32321175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: hiramatsu Date: Thu Nov 17 14:14:21 UTC 2011 Modified Files: pkgsrc/security/p5-Crypt-OpenPGP: Makefile distinfo Log Message: Update p5-Crypt-OpenPGP to 1.06. Changes from previous: 1.06 2010.12.07 - Fixed an issue introduced in 1.05 on 32-bit systems in Crypt::OpenPGP::Util::bigint2bin, where $base needed to be a bigint. Thanks to Sam Crawley for the fix. 1.05 2010.12.06 - Removed Math::Pari as a dependency of Crypt::OpenPGP itself (it's still a dependency of some of the backends, including Crypt::RSA). Thanks to Sam Crawley for the patch. - Skipped RIPEMD160 test on amd64 due to known bug in Crypt::RIPEMD160 (see rt19138 & rt53323). Thanks to Sam Crawley for the patch. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/p5-Crypt-OpenPGP/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/p5-Crypt-OpenPGP/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.