From darkjunix [...] gmail.com Thu Sep 29 13: | 33:01 2011 |
MIME-Version: | 1.0 |
X-Spam-Status: | No, score=-6.21 tagged_above=-99.9 required=10 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_HI=-5, SPF_NEUTRAL=0.779, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=ham |
X-Spam-Flag: | NO |
X-Virus-Checked: | Checked by ClamAV on 16.mx.develooper.com |
Content-Type: | multipart/mixed; boundary=20cf307cfbe410a90904ae17e67d |
Message-ID: | <CAGevevc+YCGKb9DL6T+esBeXq=FrDWoJu4m+DN3AeoeUpFRwEA [...] mail.gmail.com> |
X-Virus-Scanned: | Debian amavisd-new at bestpractical.com |
X-Spam-Score: | -6.21 |
Received: | from localhost (localhost [127.0.0.1]) by hipster.bestpractical.com (Postfix) with ESMTP id C886C240A28 for <cpan-bug+Crypt-DSA [...] hipster.bestpractical.com>; Thu, 29 Sep 2011 13:33:01 -0400 (EDT) |
Received: | from hipster.bestpractical.com ([127.0.0.1]) by localhost (hipster.bestpractical.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p4vTAzloqXbN for <cpan-bug+Crypt-DSA [...] hipster.bestpractical.com>; Thu, 29 Sep 2011 13:33:00 -0400 (EDT) |
Received: | from la.mx.develooper.com (x1.develooper.com [207.171.7.70]) by hipster.bestpractical.com (Postfix) with SMTP id 020E62408C8 for <bug-Crypt-DSA [...] rt.cpan.org>; Thu, 29 Sep 2011 13:32:59 -0400 (EDT) |
Received: | (qmail 17443 invoked by uid 103); 29 Sep 2011 17:32:59 -0000 |
Received: | from x16.dev (10.0.100.26) by x1.dev with QMQP; 29 Sep 2011 17:32:59 -0000 |
Received: | from mail-vx0-f178.google.com (HELO mail-vx0-f178.google.com) (209.85.220.178) by 16.mx.develooper.com (qpsmtpd/0.80/v0.80-19-gf52d165) with ESMTP; Thu, 29 Sep 2011 10:32:57 -0700 |
Received: | by vchq10 with SMTP id q10so727287vch.9 for <bug-Crypt-DSA [...] rt.cpan.org>; Thu, 29 Sep 2011 10:32:54 -0700 (PDT) |
Received: | by 10.52.88.110 with SMTP id bf14mr7362955vdb.239.1317317574174; Thu, 29 Sep 2011 10:32:54 -0700 (PDT) |
Received: | by 10.220.176.12 with HTTP; Thu, 29 Sep 2011 10:32:34 -0700 (PDT) |
Authentication-Results: | hipster.bestpractical.com (amavisd-new); dkim=pass header.i= [...] gmail.com |
Delivered-To: | cpan-bug+Crypt-DSA [...] hipster.bestpractical.com |
Subject: | Patch to use Digest::SHA |
Return-Path: | <darkjunix [...] gmail.com> |
X-RT-Mail-Extension: | crypt-dsa |
X-Original-To: | cpan-bug+Crypt-DSA [...] hipster.bestpractical.com |
X-Spam-Check-BY: | 16.mx.develooper.com |
Dkim-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=N+XgB96I0RcFEUQvM+1MXmR287Q4LWPHYjfsUy7M/Jw=; b=cXnCzo9XUtinRRMWIjv7ZZ1Q6gr7nkV06+19rZ04t1dEBCtTtnznq9sN5lrqyeEslA 4/krW99PFEbb37Z/9DAopBXmjJTRLIMNwxDTHiRQE2a7cXn+rYNBaBhP44s3GOSoVAGr G4+EmunRMRXfW5ofnnh9Uegx4TKbAKGHqPNTg= |
Date: | Thu, 29 Sep 2011 12:32:34 -0500 |
X-Spam-Level: | |
To: | bug-Crypt-DSA [...] rt.cpan.org |
From: | Julián Moreno Patiño <darkjunix [...] gmail.com> |
Content-Length: | 0 |
content-type: | text/plain; charset="utf-8" |
Content-Transfer-Encoding: | quoted-printable |
X-RT-Original-Encoding: | ISO-8859-1 |
Content-Length: | 463 |
Hi,
Attached patch changes the module to use Digest::SHA instead of
Digest::SHA1. Digest::SHA is part of the standard perl distribution
since perl v5.9.3 so this reduces the number of external dependencies
by one.
Please consider applying it for the next release.
Regards,
--
Julián Moreno Patiño
.''`. Debian GNU/{Linux,KfreeBSD}
: :' : Free Operating Systems
`. `' http://debian.org/
`- PGP KEY ID 6168BF60
Registered GNU Linux User ID 488513
X-Attachment-ID: | f_gt60udav0 |
content-type: | text/x-patch; charset="US-ASCII"; name="00_use_digest_sha.diff" |
content-disposition: | attachment; filename="00_use_digest_sha.diff" |
Content-Transfer-Encoding: | base64 |
X-RT-Original-Encoding: | US-ASCII |
Content-Length: | 664 |
Message body is not shown because sender requested not to inline it.