Skip Menu |

This queue is for tickets about the Filter CPAN distribution.

Report information
The Basics
Id: 101021
Status: resolved
Priority: 0/
Queue: Filter

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

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



Subject: Invalid signature
RURBAN/Filter-1.52.tar.gz: WARNING: This key is not certified with a trusted signature! Primary key fingerprint: 591E 1854 70BE 7C57 CCF4 516D 9A6D 9262 8FFD C942 --- SIGNATURE Fri Dec 19 22:02:21 2014 +++ (current) Sat Dec 20 02:55:15 2014 @@ -8,6 +8,7 @@ SHA1 58b55c30b7c4d4cd81c3bf67a3c0e1ebc7502680 Exec/Exec.xs SHA1 f5c86e77cfcb10451775fc0d2c1448ba1b7ee7f7 Exec/Makefile.PL SHA1 dbbf2b2b9d934eb383a1984e4b115000a4fed65d MANIFEST +SHA1 e8dcb930b7debec165277a11da30cf18a8b657aa META.json SHA1 e9b39582b677faf511ca97a34d573d3a2edd0d17 META.yml SHA1 7003a94da2386c8966f9bcd773270414bcd91f4f Makefile.PL SHA1 37568c2885a5a11fbbbc56bb472cecbc0b5f1d8d README ==> MISMATCHED content between SIGNATURE and distribution files! <== Signature invalid for distribution file. Please investigate.
Subject: Re: [rt.cpan.org #101021] Invalid signature
Date: Sat, 20 Dec 2014 04:03:55 -0600
To: bug-Filter [...] rt.cpan.org
From: Reini Urban <rurban [...] cpan.org>
2014-12-19 19:58 GMT-06:00 Andreas Koenig via RT <bug-> RURBAN/Filter-1.52.tar.gz: Show quoted text
> WARNING: This key is not certified with a trusted signature! > Primary key fingerprint: 591E 1854 70BE 7C57 CCF4 516D 9A6D 9262 8FFD C942 > --- SIGNATURE Fri Dec 19 22:02:21 2014 > +SHA1 e8dcb930b7debec165277a11da30cf18a8b657aa META.json > Signature invalid for distribution file. Please investigate.
Ouch. One day I'll really have to fix Module::Signature for make -j2 Or at least verify the mess it creates.
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #101021] Invalid signature
Date: Sat, 20 Dec 2014 11:59:48 +0100
To: bug-Filter [...] rt.cpan.org
From: Andreas Koenig <andreas.koenig.7os6VVqR [...] franz.ak.mind.de>
Show quoted text
>>>>> On Sat, 20 Dec 2014 05:04:11 -0500, "Reini Urban via RT" <bug-Filter@rt.cpan.org> said:
Show quoted text
> Ouch. > One day I'll really have to fix Module::Signature for make -j2 > Or at least verify the mess it creates.
What works for me is something like this in the Makefile: release :: disttest Details are a bit ugly. Most of my distros have rather primitive variations on the theme. -- andreas
Uploaded a new 1.53 (this time without -j4), and filed gh issues with EUMM and Module::Signature https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/177 https://github.com/audreyt/module-signature/issues/6 -- Reini Urban