[Pkg-privacy-commits] [msva-perl] 240/356: import hkpms settings from gpg.conf also

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:00 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 734a6c9c2a8d63a7d9f85c4e07603d157f9712c2
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Sat Dec 18 18:40:41 2010 -0500

    import hkpms settings from gpg.conf also
---
 Crypt/Monkeysphere/MSVA.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm
index 72c99b7..afc3a19 100755
--- a/Crypt/Monkeysphere/MSVA.pm
+++ b/Crypt/Monkeysphere/MSVA.pm
@@ -524,7 +524,7 @@
     if (-f $gpgconf) {
       if (-r $gpgconf) {
         my %gpgconfig = Config::General::ParseConfig($gpgconf);
-        if ($gpgconfig{keyserver} =~ /^(((hkps?|finger|ldap):\/\/)?$RE{net}{domain})$/) {
+        if ($gpgconfig{keyserver} =~ /^(((hkps?|hkpms|finger|ldap):\/\/)?$RE{net}{domain})$/) {
           msvalog('debug', "Using keyserver %s from the GnuPG configuration file (%s)\n", $1, $gpgconf);
           return $1;
         } else {

-- 
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