]> git.eshelyaron.com Git - emacs.git/commitdiff
Removed decommissioned PGP keyservers
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 11 Feb 2024 17:38:13 +0000 (18:38 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:35:01 +0000 (18:35 +0100)
* lisp/epa-ks.el (epa-keyserver): Update the user option type of
`epa-keyserver'.

See https://mail.gnu.org/archive/html/emacs-devel/2023-11/msg00857.html.

(cherry picked from commit 9e56bd5ed8775f53c3025b114525cee7c578e2d0)

lisp/epa-ks.el

index c3c11bb0b0b5f076816f76dba133daa9edceae06..13840da0bd90be090120c691cb1980cd6815673c 100644 (file)
@@ -47,11 +47,8 @@ This is used by `epa-search-keys', for looking up public keys."
                  (repeat :tag "Random pool"
                          (string :tag "Keyserver address"))
                  (const "keyring.debian.org")
-                 (const "keys.gnupg.net")
                  (const "keyserver.ubuntu.com")
                  (const "pgp.mit.edu")
-                 (const "pool.sks-keyservers.net")
-                 (const "zimmermann.mayfirst.org")
                  (string :tag "Custom keyserver"))
   :version "28.1")