gphalkes / tilde

The Tilde text editor
395 stars 21 forks source link

Expired GPG key? #46

Closed nraygun closed 5 years ago

nraygun commented 5 years ago

I think the GPG key in OBS repositories expired:

pub   rsa2048 2017-04-16 [SC] [expired: 2019-06-25]
      78F9 1C8F 27BC 3952 84BC  9C61 20BE ECE5 E0B2 0CEA
uid           [ expired] home:gphalkes OBS Project <home:gphalkes@build.opensuse.org>

Can you renew it please?

gphalkes commented 5 years ago

Sorry for the delay, I've been on holiday. The repository should work again now. Thanks for reporting it.

nraygun commented 5 years ago

Thanks, but I still seem to get an error message. Any ideas?

W: GPG error: http://download.opensuse.org/repositories/home:/gphalkes:/tilde/xUbuntu_18.04 ./ Release: The following signatures were invalid: EXPKEYSIG 20BEECE5E0B20CEA home:gphalkes OBS Project <home:gphalkes@build.opensuse.org

E: The repository ' http://download.opensuse.org/repositories/home:/gphalkes:/tilde/xUbuntu_18.04 ./ Release' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default.

On Fri, Jul 19, 2019 at 2:30 AM gphalkes notifications@github.com wrote:

Closed #46 https://github.com/gphalkes/tilde/issues/46.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gphalkes/tilde/issues/46?email_source=notifications&email_token=AGCWHIGYPT4AD443P6HOIUTQAFUQRA5CNFSM4H5PS4HKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOSS3FE3Q#event-2494976622, or mute the thread https://github.com/notifications/unsubscribe-auth/AGCWHIFOL6GCDSKPJ33SKUTQAFUQRANCNFSM4H5PS4HA .

gphalkes commented 5 years ago

This is a bit unfortunate, but it is caused by the fact that updating the key on the repository side doesn't propagate to the clients. What I should have done is refresh the key and the tilde-keyring package before the key expired, allowing clients to update the key before it expires (I think).

Anyway, the way to get things working again is to either do (not really recommended):

apt-get --allow-unauthenticated update ; apt-get --allow-unauthenticated upgrade

Or manually download the new tilde-keyring package from https://download.opensuse.org/repositories/home:/gphalkes:/tilde/xUbuntu_19.04/all/tilde-keyring_2019.07.18-1_all.deb and use

dpkg -i tilde-keyring_2019.07.18-1_all.deb

on the downloaded package.

After that everything should work again.

nraygun commented 5 years ago

That did the trick! Thanks again!

-Manny

On Tue, Jul 23, 2019 at 1:13 AM gphalkes notifications@github.com wrote:

This is a bit unfortunate, but it is caused by the fact that updating the key on the repository side doesn't propagate to the clients. What I should have done is refresh the key and the tilde-keyring package before the key expired, allowing clients to update the key before it expires (I think).

Anyway, the way to get things working again is to either do (not really recommended):

apt-get --allow-unauthenticated update ; apt-get --allow-unauthenticated upgrade

Or manually download the new tilde-keyring package from https://download.opensuse.org/repositories/home:/gphalkes:/tilde/xUbuntu_19.04/all/tilde-keyring_2019.07.18-1_all.deb and use

dpkg -i tilde-keyring_2019.07.18-1_all.deb

on the downloaded package.

After that everything should work again.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gphalkes/tilde/issues/46?email_source=notifications&email_token=AGCWHIGQWDER6SF3MGN3CQLQA2OQZA5CNFSM4H5PS4HKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2SBDDY#issuecomment-514068879, or mute the thread https://github.com/notifications/unsubscribe-auth/AGCWHIEI2PDX2I4P6VJHHE3QA2OQZANCNFSM4H5PS4HA .