v2 icon indicating copy to clipboard operation
v2 copied to clipboard

`.deb` signing key expired

Open lnicola opened this issue 1 year ago • 2 comments

$ curl -s https://apt.miniflux.app/KEY.gpg | gpg -
gpg: WARNING: no command supplied.  Trying to guess what you mean ...
pub   rsa2048 2020-08-05 [SC] [expired: 2022-08-05]
      5A7A89ACF05524CAA0F36F9BAEB7A16407108DB5
uid           Frédéric Guillot <[email protected]>
sub   rsa2048 2020-08-05 [E] [expired: 2022-08-05]

lnicola avatar Aug 07 '22 06:08 lnicola

See https://github.com/miniflux/v2/issues/1516#issuecomment-1200684889 and the updated apt install instructions at https://miniflux.app/docs/howto.html#apt-repo

emilylange avatar Aug 07 '22 15:08 emilylange

Ouch, this works, but is pretty noisy:

Hit:10 https://packaging.gitlab.io/gitea gitea InRelease                                                                                                                                               
Ign:11 https://repo.miniflux.app/apt  InRelease                                                                       
Ign:12 https://repo.miniflux.app/apt  Release                                                   
Ign:14 https://repo.miniflux.app/apt  Packages
Ign:15 https://repo.miniflux.app/apt  Translation-en                                 
Get:14 https://repo.miniflux.app/apt  Packages
Err:15 https://repo.miniflux.app/apt  Translation-en
  404  Not Found [IP: 34.231.67.215 443]
Err:15 https://repo.miniflux.app/apt  Translation-en
  404  Not Found [IP: 34.231.67.215 443]
Err:15 https://repo.miniflux.app/apt  Translation-en
  404  Not Found [IP: 34.231.67.215 443]
Err:15 https://repo.miniflux.app/apt  Translation-en
  404  Not Found [IP: 34.231.67.215 443]
Err:15 https://repo.miniflux.app/apt  Translation-en
  404  Not Found [IP: 34.231.67.215 443]
Ign:15 https://repo.miniflux.app/apt  Translation-en

Sorry for the duplicate issue, I somehow missed the other one and I could swear the installation instructions were still pointing to the old repos :smile:.

lnicola avatar Aug 08 '22 15:08 lnicola

Duplicate of #1516

fguillot avatar Nov 13 '22 23:11 fguillot