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

Debian repo uses weak SHA1 hashes #7452

Closed
Daniel15 opened this issue Oct 29, 2016 · 1 comment
Closed

Debian repo uses weak SHA1 hashes #7452

Daniel15 opened this issue Oct 29, 2016 · 1 comment

Comments

@Daniel15
Copy link
Member

Daniel15 commented Oct 29, 2016

When using the HHVM Debian repo, apt-get update on Debian and Ubuntu throws this warning:

W: http://dl.hhvm.com/debian/dists/wheezy/InRelease: Signature by key 36AEF64D0207E7EEE352D4875A16E7281BE7A449 uses weak digest algorithm (SHA1)

This is because the InRelease file is signed with SHA1, and SHA1 hashes are being deprecated. You can fix this by adding this to ~/.gnupg/gpg.conf on whichever machine is updating/signing the repo:

cert-digest-algo SHA256
digest-algo SHA256

This will make GPG sign using SHA256 rather than SHA1.

@lexidor
Copy link
Collaborator

lexidor commented Sep 17, 2023

I am going over old issues on this repository, to see which ones apply to the current versions of hhvm.

I have not verified this, since I install on Ubuntu. (I don't get SHA1 notices there, but this might be something that only reproduces on Debian.) No replies or similar issue has been raised on hhvm since 2016. I'll assume this means the SHA1 hash has been replaced by something that is not deprecated.

The last build of hhvm which was packaged for Debian was published late 2022. If this issue persists in the revamped releases, please open a new issue.

@lexidor lexidor closed this as completed Sep 17, 2023
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

3 participants