summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 19:02:55 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 19:02:55 -0400
commite883a0593667b94cabdbb12773f5c52b46c3aeba (patch)
tree369dfd6b8125939b0b265adf05709d146b260fcf
parent19a3c7a4398b9dc38cdadc929466384d476e4e1f (diff)
checking a keyserver should warn at level INFO, since it is a potential information leak.
-rw-r--r--debian/changelog4
-rw-r--r--src/common2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 92c56ea..efb4a9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
monkeysphere (0.12-1) UNRELEASED; urgency=low
+ [ Jameson Graef Rollins ]
* Improved output handling. New LOG_LEVEL variable.
+
+ [ Daniel Kahn Gillmor ]
* debian/control: switched Homepage: and Vcs-Git: to canonicalized
upstream hostnames.
+ * updated documentation for new release.
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 02 Sep 2008 18:54:29 -0400
diff --git a/src/common b/src/common
index c70ba64..7768335 100644
--- a/src/common
+++ b/src/common
@@ -413,7 +413,7 @@ gpg_fetch_userid() {
userID="$1"
- log verbose " checking keyserver $KEYSERVER... "
+ log info " checking keyserver $KEYSERVER... "
echo 1,2,3,4,5 | \
gpg --quiet --batch --with-colons \
--command-fd 0 --keyserver "$KEYSERVER" \