File: CVE-2015-3407-compatibility.patch

package info (click to toggle)
libtest-signature-perl 1.10-1%2Bdeb6u1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 168 kB
  • ctags: 92
  • sloc: perl: 917; makefile: 18
file content (11 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- libtest-signature-perl-1.10.orig/lib/Test/Signature.pm
+++ libtest-signature-perl-1.10/lib/Test/Signature.pm
@@ -96,7 +96,7 @@
             $action->("Cannot connect to the keyserver.");
         }
         else {
-            $test->ok( Module::Signature::verify() ==
+            $test->ok( Module::Signature::verify(skip => 1) ==
                   Module::Signature::SIGNATURE_OK() => $name );
         }
     }