Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-7156

add gpg verification support to funtoo autogen for Artifacts

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • There is no built-in functionality for verifying artifacts using GPG signatures. This could be added to funtoo-metatools.

      tor tarball is GPG signed. Before Manifest is generated by the autogen this signature could be verified (also by the autogen)

      Proof of concept:

      wget https://dist.torproject.org/tor-0.4.2.7.tar.gz.asc
      wget https://dist.torproject.org/tor-0.4.2.7.tar.gz
      gpg --recv-key 6AFEE6D49E92B601
      gpg --output ./6AFEE6D49E92B601.gpg --export 0x6AFEE6D49E92B601
      gpgv --keyring ./6AFEE6D49E92B601.gpg tor-0.4.2.7.tar.gz.asc tor-0.4.2.7.tar.gz
      echo $?
      

      Implementation suggestion:

            drobbins drobbins
            mrl5 mrl5
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: