[Pkg-privacy-commits] [msva-perl] 230/356: support hkpms queries from the agent
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:59 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 9b8a797e35264c94d4e5132393da4e2017c48e3e
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Thu Dec 16 15:32:25 2010 -0500
support hkpms queries from the agent
---
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 16e495c..02949f4 100755
--- a/Crypt/Monkeysphere/MSVA.pm
+++ b/Crypt/Monkeysphere/MSVA.pm
@@ -505,7 +505,7 @@
# We should read from (first hit wins):
# the environment
if (exists $ENV{MSVA_KEYSERVER} and $ENV{MSVA_KEYSERVER} ne '') {
- if ($ENV{MSVA_KEYSERVER} =~ /^(((hkps?|finger|ldap):\/\/)?$RE{net}{domain})$/) {
+ if ($ENV{MSVA_KEYSERVER} =~ /^(((hkps?|hkpms|finger|ldap):\/\/)?$RE{net}{domain})$/) {
return $1;
}
msvalog('error', "Not a valid keyserver (from MSVA_KEYSERVER):\n %s\n", $ENV{MSVA_KEYSERVER});
--
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