Skip Menu |

This queue is for tickets about the Crypt-OpenPGP CPAN distribution.

Report information
The Basics
Id: 53323
Status: open
Priority: 0/
Queue: Crypt-OpenPGP

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.04
Fixed in: (no value)



Subject: Failing on 64bit machines
In case you haven't yet heard about it: http://analysis.cpantesters.org/solved?distv=Crypt-OpenPGP-1.04 Statistical analysis shows that your tests fail on machines with longsize=8 and use64bitall=define and longdoublesize=16 Failed test is always 'digest data matches' At least so far, after 36 cpantesters reports. I hope this helps you a little, Regards,
Yep, I know. It's actually not a bug in Crypt::OpenPGP; it's a bug in Crypt::RIPEMD160, and that bug is reported here: http://rt.cpan.org/Public/Bug/Display.html?id=19138

I emailed the author of that module a couple of weeks ago, but the email bounced. I haven't had a chance to come up with an alternate solution, yet, since there isn't another RIPEMD-160 implementation on CPAN.
On Sun Jan 03 16:07:41 2010, BTROTT wrote: Show quoted text
> Yep, I know. It's actually not a bug in Crypt::OpenPGP; it's a bug in > Crypt::RIPEMD160, and that bug is reported here: > http://rt.cpan.org/Public/Bug/Display.html?id=19138 > > I emailed the author of that module a couple of weeks ago, but the email > bounced. I haven't had a chance to come up with an alternate solution, yet, > since there isn't another RIPEMD-160 implementation on CPAN.
RIPEMD hasn't been touched since 2001. I'm going through the process to try to take over the process and get the module patched. I'm hoping to have this done within the month.
From: mutant.nz [...] gmail.com
On Wed May 12 16:26:23 2010, TODDR wrote: Show quoted text
> RIPEMD hasn't been touched since 2001. I'm going through the process > to try to take over the > process and get the module patched. I'm hoping to have this done > within the month.
Was this take over successful? I'd be quite interested in getting this fixed.
RT-Send-CC: mutant.nz [...] gmail.com
I've released a dev version of Crypt::RIPEMD160 today (0.04_01) if cpantesters does not blow up, I'll have a stable version out this week. At which point, I believe this ticket should be resolved?
RT-Send-CC: mutant.nz [...] gmail.com
Crypt::RIPEMD160 0.05 is out now. Perhaps a good fix for this RT would be to explicitly require 0.05 minimum in Makefile.PL?