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

Broken Debian repository / incomplete Release gpg signatures #1507

Open
PenelopeFudd opened this issue Nov 14, 2024 · 1 comment
Open

Broken Debian repository / incomplete Release gpg signatures #1507

PenelopeFudd opened this issue Nov 14, 2024 · 1 comment

Comments

@PenelopeFudd
Copy link

Alas, this problem #905 is still with us:

# curl -sS https://download.docker.com/linux/ubuntu/dists/jammy/InRelease | grep -m 1 ' Release'
(Start: 2024-11-13 20:56:09 PST)
 21aa519ad508ce13ee1854f1131c7f1d            10225 Release

# curl -sS https://download.docker.com/linux/ubuntu/dists/jammy/Release | md5sum
(Start: 2024-11-13 20:56:48 PST)
36b2412b16d1a692f863953c9dbc69e4  -

# curl -sS https://download.docker.com/linux/ubuntu/dists/jammy/Release | wc -c
(Start: 2024-11-13 20:58:24 PST)
47996

The file's checksum and size don't match the listed checksum and size (21aa519ad508ce13ee1854f1131c7f1d != 36b2412b16d1a692f863953c9dbc69e4, 10225 != 47996)

@PenelopeFudd
Copy link
Author

Here's a shell script for proofreading Deb repositories with curl and md5sum:
checkrepo.txt

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

No branches or pull requests

1 participant