[libtest-signature-perl] 01/02: Consider MANIFEST.SKIP when verfying signature as part of testsuites

Salvatore Bonaccorso carnil at debian.org
Wed Jul 1 12:21:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch wheezy
in repository libtest-signature-perl.

commit 16ead6e5aeab1541e16c7a73ce2585bfda2531b5
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu May 14 13:57:03 2015 +0200

    Consider MANIFEST.SKIP when verfying signature as part of testsuites
    
    Set skip => 1 on Module::Signature::verify for compatibility with the
    fix for CVE-2015-3407 in libmodule-signature-perl.
---
 lib/Test/Signature.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Test/Signature.pm b/lib/Test/Signature.pm
index ef70896..ce1c6e7 100644
--- a/lib/Test/Signature.pm
+++ b/lib/Test/Signature.pm
@@ -96,7 +96,7 @@ sub signature_ok {
             $action->("Cannot connect to the keyserver.");
         }
         else {
-            $test->ok( Module::Signature::verify() ==
+            $test->ok( Module::Signature::verify(skip => 1) ==
                   Module::Signature::SIGNATURE_OK() => $name );
         }
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-signature-perl.git



More information about the Pkg-perl-cvs-commits mailing list