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

Roadmap to GPG verification #5971

Closed
5 of 9 tasks
tapeinosyne opened this issue Aug 31, 2014 · 4 comments
Closed
5 of 9 tasks

Roadmap to GPG verification #5971

tapeinosyne opened this issue Aug 31, 2014 · 4 comments

Comments

@tapeinosyne
Copy link
Contributor

As per #4688 and #4848, we intend to support GPG verification of cask packages in the form of an optional gpg stanza. This issue tracks the prerequisites of a working implementation. (Other relevant issues are #164, #1824.)

For those unfamiliar, GPG can verify the authenticity of a package, given:

  • a file signature, offered by the package author, generally as a downloadable .sig or .asc file;
  • a gpg key, either as a short-hand ID, or a downloadable .asc file.

To satisfy the requirements of GPG, it is necessary to download and store files which are not closely tied to our url stanza. As we lack such functionality, some work beyond gpg proper is required.

@caskroom/maintainers, I would appreciate feedback, particularly on the optional items which pertain to Cask's Ruby internals.

@tapeinosyne tapeinosyne self-assigned this Aug 31, 2014
@rolandwalker
Copy link
Contributor

Since we aren't ready to merge #3066, I will split out just the metadata directory into a separate PR. It also has to be changed not to delete the entire .metadata folder on failure.

Refactoring checksums and downloads are both needed from the point of view of #5080.

@olbrew
Copy link
Contributor

olbrew commented Jul 20, 2015

Will this also work with GPG2? I only have that one installed as that is the recommended version on the desktop.

@vitorgalvao vitorgalvao added enhancement core Issue with Homebrew itself rather than with a specific cask. labels Jul 25, 2015
commitay pushed a commit that referenced this issue Sep 20, 2017
Even though we’re not quite there yet regarding GPG support (cf.
issue #5971 and PR Homebrew/brew#1335), I’d
still prefer for new casks to have `gpg` stanzas where detached
signatures are available (cf. PR #6185).

For details on the authenticity of the public key, see:

- https://support.1password.com/command-line-getting-started/#set-up-the-command-line-tool

- https://keybase.io/1password
@hellais
Copy link

hellais commented Sep 3, 2018

From looking at all the related tickets, it seems like it has been decided that this should not be implemented.

Could somebody provide some background as to why it has been decided to drop this support for this?

cc @reitermarkus

@vitorgalvao
Copy link
Member

Could somebody provide some background as to why it has been decided to drop this support for this?

Homebrew/brew#4120. Start at Homebrew/brew#4120 (comment).

@commitay commitay removed core Issue with Homebrew itself rather than with a specific cask. enhancement labels Sep 12, 2018
@lock lock bot locked and limited conversation to collaborators Oct 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants