[Pkg-privacy-commits] [msva-perl] 133/356: allow explicit setting of MSVA_KEYSERVER_POLICY to "unlessvalid" (the default)
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:48 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 ef889e00f32d36bb8648048fe2965f7394546f87
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Sun Oct 3 00:53:34 2010 -0400
allow explicit setting of MSVA_KEYSERVER_POLICY to "unlessvalid" (the default)
---
msva-perl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/msva-perl b/msva-perl
index 1cc5181..8d1657c 100755
--- a/msva-perl
+++ b/msva-perl
@@ -361,7 +361,7 @@ use strict;
sub get_keyserver_policy {
if (exists $ENV{MSVA_KEYSERVER_POLICY}) {
- if ($ENV{MSVA_KEYSERVER_POLICY} =~ /^(always|never)$/) {
+ if ($ENV{MSVA_KEYSERVER_POLICY} =~ /^(always|never|unlessvalid)$/) {
return $1;
}
msvalog('error', "Not a valid MSVA_KEYSERVER_POLICY):\n %s\n", $ENV{MSVA_KEYSERVER_POLICY});
--
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