unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [Reminder]Decommissoned keyservers
@ 2023-11-17 10:11 CHENG Gao via Emacs development discussions.
  2023-11-17 21:02 ` Jonas Bernoulli
  2023-11-17 21:15 ` Philip Kaludercic
  0 siblings, 2 replies; 8+ messages in thread
From: CHENG Gao via Emacs development discussions. @ 2023-11-17 10:11 UTC (permalink / raw)
  To: emacs-devel



In lisp/epa-ks.el, several keyservers were decommissioned, and guess
shoule be removed:

keys.gnupg.net
pool.sks-keyservers.net
zimmermann.mayfirst.org

,----
| (defcustom epa-keyserver "pgp.mit.edu"
|   "Domain of keyserver.
| 
| This is used by `epa-search-keys', for looking up public keys."
|   :type '(choice :tag "Keyserver"
|                  (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")
`----




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Reminder]Decommissoned keyservers
  2023-11-17 10:11 [Reminder]Decommissoned keyservers CHENG Gao via Emacs development discussions.
@ 2023-11-17 21:02 ` Jonas Bernoulli
  2023-11-18 15:41   ` Philip Kaludercic
  2023-11-17 21:15 ` Philip Kaludercic
  1 sibling, 1 reply; 8+ messages in thread
From: Jonas Bernoulli @ 2023-11-17 21:02 UTC (permalink / raw)
  To: CHENG Gao, emacs-devel

This would also be a good time to add keys.openpgp.org.

See also https://keys.openpgp.org/about/news#2023-04-28-governance
and https://gitlab.com/keys.openpgp.org/governance/-/blob/main/constitution.md.

     Jonas



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Reminder]Decommissoned keyservers
  2023-11-17 10:11 [Reminder]Decommissoned keyservers CHENG Gao via Emacs development discussions.
  2023-11-17 21:02 ` Jonas Bernoulli
@ 2023-11-17 21:15 ` Philip Kaludercic
  2023-11-18  0:54   ` CHENG Gao via Emacs development discussions.
  1 sibling, 1 reply; 8+ messages in thread
From: Philip Kaludercic @ 2023-11-17 21:15 UTC (permalink / raw)
  To: CHENG Gao via Emacs development discussions.; +Cc: CHENG Gao

CHENG Gao via "Emacs development discussions." <emacs-devel@gnu.org>
writes:

> In lisp/epa-ks.el, several keyservers were decommissioned, and guess
> shoule be removed:
>
> keys.gnupg.net
> pool.sks-keyservers.net
> zimmermann.mayfirst.org

Do you have any links about this for the first two?  zimmermann has a
notice on the front page, so I guess it can be removed.

> ,----
> | (defcustom epa-keyserver "pgp.mit.edu"
> |   "Domain of keyserver.
> | 
> | This is used by `epa-search-keys', for looking up public keys."
> |   :type '(choice :tag "Keyserver"
> |                  (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")
> `----



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Reminder]Decommissoned keyservers
  2023-11-17 21:15 ` Philip Kaludercic
@ 2023-11-18  0:54   ` CHENG Gao via Emacs development discussions.
  2024-02-11 17:39     ` Philip Kaludercic
  0 siblings, 1 reply; 8+ messages in thread
From: CHENG Gao via Emacs development discussions. @ 2023-11-18  0:54 UTC (permalink / raw)
  To: emacs-devel

*On Fri, 17 Nov 2023 21:15:55 +0000
* Also sprach Philip Kaludercic <philipk@posteo.net>:

> CHENG Gao via "Emacs development discussions." <emacs-devel@gnu.org>
> writes:
>
>> In lisp/epa-ks.el, several keyservers were decommissioned, and guess
>> shoule be removed:
>>
>> keys.gnupg.net
>> pool.sks-keyservers.net
>> zimmermann.mayfirst.org
>
> Do you have any links about this for the first two?  zimmermann has a
> notice on the front page, so I guess it can be removed.

See:

https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f

https://unix.stackexchange.com/questions/656205/sks-keyservers-gone-what-to-use-instead




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Reminder]Decommissoned keyservers
  2023-11-17 21:02 ` Jonas Bernoulli
@ 2023-11-18 15:41   ` Philip Kaludercic
  0 siblings, 0 replies; 8+ messages in thread
From: Philip Kaludercic @ 2023-11-18 15:41 UTC (permalink / raw)
  To: Jonas Bernoulli; +Cc: CHENG Gao, emacs-devel

Jonas Bernoulli <jonas@bernoul.li> writes:

> This would also be a good time to add keys.openpgp.org.

Unless something has changed, the protocol spoken by keys.openpgp.org is
not the same as what the old keyservers used, and what epa-ks.el
implements.  That being said, there is a `openpgp' package on GNU ELPA.

> See also https://keys.openpgp.org/about/news#2023-04-28-governance
> and https://gitlab.com/keys.openpgp.org/governance/-/blob/main/constitution.md.
>
>      Jonas
>
>

-- 
Philip Kaludercic



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Reminder]Decommissoned keyservers
  2023-11-18  0:54   ` CHENG Gao via Emacs development discussions.
@ 2024-02-11 17:39     ` Philip Kaludercic
  2024-02-17 18:13       ` Stefan Kangas
  0 siblings, 1 reply; 8+ messages in thread
From: Philip Kaludercic @ 2024-02-11 17:39 UTC (permalink / raw)
  To: CHENG Gao via Emacs development discussions.; +Cc: CHENG Gao

[-- Attachment #1: Type: text/plain, Size: 799 bytes --]

CHENG Gao via "Emacs development discussions." <emacs-devel@gnu.org>
writes:

> *On Fri, 17 Nov 2023 21:15:55 +0000
> * Also sprach Philip Kaludercic <philipk@posteo.net>:
>
>> CHENG Gao via "Emacs development discussions." <emacs-devel@gnu.org>
>> writes:
>>
>>> In lisp/epa-ks.el, several keyservers were decommissioned, and guess
>>> shoule be removed:
>>>
>>> keys.gnupg.net
>>> pool.sks-keyservers.net
>>> zimmermann.mayfirst.org
>>
>> Do you have any links about this for the first two?  zimmermann has a
>> notice on the front page, so I guess it can be removed.
>
> See:
>
> https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f
>
> https://unix.stackexchange.com/questions/656205/sks-keyservers-gone-what-to-use-instead

So would anyone have an issue with applying this patch:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Removed-decommissioned-PGP-keyservers.patch --]
[-- Type: text/x-diff, Size: 1060 bytes --]

From cf77b918230b4403b8b5b9579fa97174edaf280c Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk@posteo.net>
Date: Sun, 11 Feb 2024 18:38:13 +0100
Subject: [PATCH] Removed decommissioned PGP keyservers

* 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.
---
 lisp/epa-ks.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/epa-ks.el b/lisp/epa-ks.el
index c3c11bb0b0b..13840da0bd9 100644
--- a/lisp/epa-ks.el
+++ b/lisp/epa-ks.el
@@ -47,11 +47,8 @@ epa-keyserver
                  (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")
 
-- 
2.39.2


[-- Attachment #3: Type: text/plain, Size: 23 bytes --]


-- 
Philip Kaludercic

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [Reminder]Decommissoned keyservers
  2024-02-11 17:39     ` Philip Kaludercic
@ 2024-02-17 18:13       ` Stefan Kangas
  2024-02-17 18:48         ` Philip Kaludercic
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Kangas @ 2024-02-17 18:13 UTC (permalink / raw)
  To: Philip Kaludercic, CHENG Gao via Emacs development discussions.; +Cc: CHENG Gao

Philip Kaludercic <philipk@posteo.net> writes:

> CHENG Gao via "Emacs development discussions." <emacs-devel@gnu.org>
> writes:
>
>> *On Fri, 17 Nov 2023 21:15:55 +0000
>> * Also sprach Philip Kaludercic <philipk@posteo.net>:
>>
>>> CHENG Gao via "Emacs development discussions." <emacs-devel@gnu.org>
>>> writes:
>>>
>>>> In lisp/epa-ks.el, several keyservers were decommissioned, and guess
>>>> shoule be removed:
>>>>
>>>> keys.gnupg.net
>>>> pool.sks-keyservers.net
>>>> zimmermann.mayfirst.org
>>>
>>> Do you have any links about this for the first two?  zimmermann has a
>>> notice on the front page, so I guess it can be removed.
>>
>> See:
>>
>> https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f
>>
>> https://unix.stackexchange.com/questions/656205/sks-keyservers-gone-what-to-use-instead
>
> So would anyone have an issue with applying this patch:

LGTM.  Please install on emacs-29.

> From cf77b918230b4403b8b5b9579fa97174edaf280c Mon Sep 17 00:00:00 2001
> From: Philip Kaludercic <philipk@posteo.net>
> Date: Sun, 11 Feb 2024 18:38:13 +0100
> Subject: [PATCH] Removed decommissioned PGP keyservers
>
> * 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.
> ---
>  lisp/epa-ks.el | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/lisp/epa-ks.el b/lisp/epa-ks.el
> index c3c11bb0b0b..13840da0bd9 100644
> --- a/lisp/epa-ks.el
> +++ b/lisp/epa-ks.el
> @@ -47,11 +47,8 @@ epa-keyserver
>                   (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")
>
> --
> 2.39.2



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Reminder]Decommissoned keyservers
  2024-02-17 18:13       ` Stefan Kangas
@ 2024-02-17 18:48         ` Philip Kaludercic
  0 siblings, 0 replies; 8+ messages in thread
From: Philip Kaludercic @ 2024-02-17 18:48 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: CHENG Gao via Emacs development discussions., CHENG Gao

Stefan Kangas <stefankangas@gmail.com> writes:

> Philip Kaludercic <philipk@posteo.net> writes:
>
>> CHENG Gao via "Emacs development discussions." <emacs-devel@gnu.org>
>> writes:
>>
>>> *On Fri, 17 Nov 2023 21:15:55 +0000
>>> * Also sprach Philip Kaludercic <philipk@posteo.net>:
>>>
>>>> CHENG Gao via "Emacs development discussions." <emacs-devel@gnu.org>
>>>> writes:
>>>>
>>>>> In lisp/epa-ks.el, several keyservers were decommissioned, and guess
>>>>> shoule be removed:
>>>>>
>>>>> keys.gnupg.net
>>>>> pool.sks-keyservers.net
>>>>> zimmermann.mayfirst.org
>>>>
>>>> Do you have any links about this for the first two?  zimmermann has a
>>>> notice on the front page, so I guess it can be removed.
>>>
>>> See:
>>>
>>> https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f
>>>
>>> https://unix.stackexchange.com/questions/656205/sks-keyservers-gone-what-to-use-instead
>>
>> So would anyone have an issue with applying this patch:
>
> LGTM.  Please install on emacs-29.

OK, done.  Thanks for the ack.

>> From cf77b918230b4403b8b5b9579fa97174edaf280c Mon Sep 17 00:00:00 2001
>> From: Philip Kaludercic <philipk@posteo.net>
>> Date: Sun, 11 Feb 2024 18:38:13 +0100
>> Subject: [PATCH] Removed decommissioned PGP keyservers
>>
>> * 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.
>> ---
>>  lisp/epa-ks.el | 3 ---
>>  1 file changed, 3 deletions(-)
>>
>> diff --git a/lisp/epa-ks.el b/lisp/epa-ks.el
>> index c3c11bb0b0b..13840da0bd9 100644
>> --- a/lisp/epa-ks.el
>> +++ b/lisp/epa-ks.el
>> @@ -47,11 +47,8 @@ epa-keyserver
>>                   (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")
>>
>> --
>> 2.39.2

-- 
Philip Kaludercic



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-02-17 18:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-17 10:11 [Reminder]Decommissoned keyservers CHENG Gao via Emacs development discussions.
2023-11-17 21:02 ` Jonas Bernoulli
2023-11-18 15:41   ` Philip Kaludercic
2023-11-17 21:15 ` Philip Kaludercic
2023-11-18  0:54   ` CHENG Gao via Emacs development discussions.
2024-02-11 17:39     ` Philip Kaludercic
2024-02-17 18:13       ` Stefan Kangas
2024-02-17 18:48         ` Philip Kaludercic

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).