[Pkg-privacy-commits] [msva-perl] 11/15: pull the right fingerprint during marginal UI check

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:27 UTC 2015


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

infinity0 pushed a commit to annotated tag msva-perl_debian/0.8.1-2
in repository msva-perl.

commit 372c680afb11257bd1858ebcbc7bb60c3118d024
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Fri Feb 8 00:28:19 2013 -0500

    pull the right fingerprint during marginal UI check
---
 Crypt/Monkeysphere/MSVA/MarginalUI.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Crypt/Monkeysphere/MSVA/MarginalUI.pm b/Crypt/Monkeysphere/MSVA/MarginalUI.pm
index 850f84a..7a0c537 100755
--- a/Crypt/Monkeysphere/MSVA/MarginalUI.pm
+++ b/Crypt/Monkeysphere/MSVA/MarginalUI.pm
@@ -46,7 +46,7 @@
     }
 
     foreach my $keyfpr (@subvalid_key_fprs) {
-      $keyfpr->{fingerprint}->as_hex_string() =~ /([[:xdigit:]]{0,40})/;
+      $keyfpr->{fpr}->as_hex_string() =~ /([[:xdigit:]]{0,40})/;
       my $fprx = '0x' . $1;
       $logger->log('debug', "checking on %s\n", $fprx);
       foreach my $gpgkey ($gnupg->get_public_keys_with_sigs($fprx)) {

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



More information about the Pkg-privacy-commits mailing list