-
Notifications
You must be signed in to change notification settings - Fork 27
GPG signatures for source validation #36
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
Comments
@NicoHood Can you please check to what extend these files match your requirements? I have just used |
@Byron Thanks for signing the files! You even used SHA512 signatures. Did you set this manually or did GPGit help you? As I remember this is not the default option (default is sha256). But its great, very secure! |
@NicoHood The signatures are actually created by twine, it deals with all the details. You can see the actual invocation in the makefile, it's '-i ' I think. |
The rebuild of python-smmap failed, as the gpg key was revoked. Can you give me any details about that? Here is the log: https://rebuilds.foutrelis.com/log/python-smmap.log |
@Byron The issue is important, could you please provide sources with a valid GPG key? |
Sorry for the late reply. I have published version 2.0.4 to pypi, signed with my most recent key. The previous one was revoked due to a yubikey vulnerability which would have allowed attackers to deduce my private key from the public one. |
As we all know, today more than ever before, it is crucial to be able to trust
our computing environments. One of the main difficulties that package
maintainers of Linux distributions face, is the difficulty to verify the
authenticity and the integrity of the source code.
The Arch Linux team would appreciate it if you would provide us GPG signatures
in order to verify easily and quickly your source code releases.
Overview of the required tasks:
GPGit is meant to bring GPG to the masses.
It is not only a shell script that automates the process of creating new signed
git releases with GPG but also comes with this step-by-step readme guide for
learning how to use GPG.
Additional Information:
Thanks in advance.
The text was updated successfully, but these errors were encountered: