This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 1dbe9ac  WHIMSY-364: try restoring openpgp
1dbe9ac is described below

commit 1dbe9ac92a4e5e60087cdd49454a343596326242
Author: Sebb <[email protected]>
AuthorDate: Fri Jul 23 11:43:27 2021 +0100

    WHIMSY-364: try restoring openpgp
---
 www/secretary/workbench/views/actions/check-signature.json.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/secretary/workbench/views/actions/check-signature.json.rb 
b/www/secretary/workbench/views/actions/check-signature.json.rb
index 5bb3c61..a8215fa 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -10,9 +10,9 @@ ENV['GNUPGHOME'] = GNUPGHOME if GNUPGHOME
 # see WHIMSY-274 for secure servers
 # ** N.B. ensure the keyserver URI is known below **
 
-# Removed keys.openpgp.org as it does not return data such as email unless 
user specifically allows this
+# Restored keys.openpgp.org; sks-keryservers is dead; we can do without email
 
-KEYSERVERS = %w{hkps.pool.sks-keyservers.net gozer.rediris.es}
+KEYSERVERS = %w{keys.openpgp.org hkps.pool.sks-keyservers.net gozer.rediris.es}
 
 # Obtained from 
https://dl.cacerts.digicert.com/TERENASSLHighAssuranceCA3.crt.pem
 # Needed by gozer host

Reply via email to