Thread overview
[Issue 23671] Installer GPG key fails
Feb 13, 2023
Iain Buclaw
Feb 14, 2023
Andrej Mitrovic
Feb 27, 2023
Iain Buclaw
Jun 25, 2023
Andrej Mitrovic
Jun 25, 2023
Andrej Mitrovic
February 13, 2023
https://issues.dlang.org/show_bug.cgi?id=23671

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
This is happening because your local copy of ~/dlang/d-keyring.gpg is out of date with the dlang.org server.

To fix, the install.sh script should fetch the latest version of https://dlang.org/d-keyring.gpg periodically.

As a workaround remove `~/dlang/d-keyring.gpg` and try again.

--
February 14, 2023
https://issues.dlang.org/show_bug.cgi?id=23671

--- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
Thanks, workaround works.

--
February 27, 2023
https://issues.dlang.org/show_bug.cgi?id=23671

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
June 25, 2023
https://issues.dlang.org/show_bug.cgi?id=23671

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack@jackstouffer.com

--- Comment #3 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
*** Issue 23842 has been marked as a duplicate of this issue. ***

--
June 25, 2023
https://issues.dlang.org/show_bug.cgi?id=23671

--- Comment #4 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
I think the install script should tell the user about this workaround.

--