kozec / syncthing-gtk

GTK3 & python based GUI for Syncthing
GNU General Public License v2.0
1.3k stars 138 forks source link

Ubuntu repository key expired on 2021-04-19 #576

Closed BendingBender closed 3 years ago

BendingBender commented 3 years ago

Hello, I started getting a key expiration error when updating my Ubuntu 18.04 repos:

...
Err:9 http://download.opensuse.org/repositories/home:/kozec/xUbuntu_18.04  InRelease
  The following signatures were invalid: EXPKEYSIG 3B57AE37123C1C64 home:kozec OBS Project <home:kozec@build.opensuse.org>
...
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org/repositories/home:/kozec/xUbuntu_18.04  InRelease: The following signatures were invalid: EXPKEYSIG 3B57AE37123C1C64 home:kozec OBS Project <home:kozec@build.opensuse.org>
W: Failed to fetch http://download.opensuse.org/repositories/home:/kozec/xUbuntu_18.04/InRelease  The following signatures were invalid: EXPKEYSIG 3B57AE37123C1C64 home:kozec OBS Project <home:kozec@build.opensuse.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.

Inspecting the key with gpg yields the following:

pub   rsa2048 2014-09-18 [SC] [expired: 2021-04-19]
      115F18DCA4E18F67E31ADEA23B57AE37123C1C64
uid           home:kozec OBS Project <home:kozec@build.opensuse.org>
kozec commented 3 years ago

I've triggered rebuild, hopefully that will generate updated key as well.

buck2202 commented 3 years ago

Just confirming the key has been extended:

pub   rsa2048 2014-09-18 [SC] [expires: 2023-07-01]
      115F18DCA4E18F67E31ADEA23B57AE37123C1C64
uid           home:kozec OBS Project <home:kozec@build.opensuse.org>
BendingBender commented 3 years ago

Works for me again, too, thank you!