[Pkg-privacy-commits] [msva-perl] 59/356: msva (perl and ruby implementations): adopting new "peer" element name of JSON (replaces "uid" element name)
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository msva-perl.
commit ceb03b6fdc3132c59e8043c8954cfee14004fc71
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Thu Jan 14 23:04:12 2010 -0500
msva (perl and ruby implementations): adopting new "peer" element name of JSON (replaces "uid" element name)
---
msva | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/msva b/msva
index c99179b..240378b 100755
--- a/msva
+++ b/msva
@@ -174,7 +174,7 @@ $rsa_decoder->prepare(q<
my $data = shift;
return if !ref $data;
- my $uid = $data->{context}.'://'.$data->{uid};
+ my $uid = $data->{context}.'://'.$data->{peer};
my $rawdata = join('', map(chr, @{$data->{pkc}->{data}}));
my $cert = Crypt::X509->new(cert => $rawdata);
--
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