-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
[v3.4.15] Release Archive Mismatch with SHA256SUMS, Raw .tar
Uploaded without GZIP
#12734
Comments
tar.gz
Mismatch with SHA256SUMStar.gz
tar.gz
.tar
Uploaded without GZIP
@gyuho shall we get the release archive fixed with |
@gyuho after 20 days without fixing with |
Is there any progress? My CI workflow failed because of this. I want to know if there are any compatible fixes? |
fix etcd bin download failed see also etcd-io/etcd#12734 Signed-off-by: mritd <mritd@linux.com>
I manually compressed that tars and pushed to: https://github.com/etcd-io/etcd/releases/tag/v3.4.15. |
rollback fix code etcd-io/etcd#12734 Signed-off-by: mritd <mritd@linux.com>
Thank you for your work, it's okay now 😁 |
My apologies! Thanks for the report! |
@ptabor thank you very much ;-) |
hm... the new archives have very different sizes. Is this only for me suspicious? Or is this just a hint, that the .tar files are without any compression? |
I used the default compression (gzip *.tar). I didn't used heavy |
I mean, that the actual archives are much smaller than the incorrect created ones from 3.4.15.
So 16.6 vs 44.7MB. So I would assume, that within the .tar no compression at all was used, or that there is something within, that shouldn't be there. In general I would setup a secure system to check the content of the two archives, but unfortunately I have no time for that right now. |
tar is uncompressed format. Please see: https://en.wikipedia.org/wiki/Tar_(computing) Fill free to decompress 'etcd-v3.4.15-linux-amd64.tar.gz' and verify that it had the same checksum as |
yes I know, but names are just names. So you don't know if the name was just wrong, the Checksum or it seems to be the case now the compression wasn't used. From my point of view, a few more words would have been good, since this is at least for me a trust problem. Maybe I am paranoid. But yeah, too many hacked systems within the last year within our line of business.... |
For https://github.com/etcd-io/etcd/releases/tag/v3.4.15, https://github.com/etcd-io/etcd/releases/download/v3.4.15/SHA256SUMS show as below:
BTW, release archive is wrongly named as
.tar
but not.tar.gz
and so checksum mismatch :-(UPDATE: actually the
.tar
is not wrongly named, IT IS a.tar
file without gzip, e.g.:The text was updated successfully, but these errors were encountered: