Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APT Expired Signature #2027

Closed
2 tasks
arminfelder opened this issue Jul 25, 2022 · 1 comment
Closed
2 tasks

APT Expired Signature #2027

arminfelder opened this issue Jul 25, 2022 · 1 comment

Comments

@arminfelder
Copy link

OS/Platform

Debian, Ubuntu, and derivatives

Installed

OS/Platform's package manager

Version

all

Tested upstream?

  • I have tried reproducing this issue in Chrome and it could not be reproduced there
  • I have tried reproducing this issue in vanilla Chromium and it could not be reproduced there

Description

Repository signature expired

How to Reproduce?

echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/ /' | tee /etc/apt/sources.list.d/home-ungoogled_chromium.list > /dev/null
curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/Release.key' | gpg --dearmor | tee /etc/apt/trusted.gpg.d/home-ungoogled_chromium.gpg > /dev/null

apt-get update && apt-get install --no-install-recommends -y jq ungoogled-chromium

Actual behaviour

EXPKEYSIG 02456C79B2FD48BF home:ungoogled_chromium OBS Project home:[email protected]

Expected behaviour

Signature should be valid, so APT wold accept it

Relevant log output

curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/Release.key' | gpg

gpg: WARNING: no command supplied.  Trying to guess what you mean ...
pub   rsa2048 2020-04-24 [SC] [expired: **2022-07-03**]
      157C212D66D9B95118C5EDD302456C79B2FD48BF
uid           home:ungoogled_chromium OBS Project <home:[email protected]>

Additional context

No response

@networkException
Copy link
Member

Duplicate of ungoogled-software/ungoogled-chromium-debian#307

I moved your previous issue to the relevant repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants