Skip to content

checksums for source tarballs downloaded from github.com/.../.../archive can change over time #5151

@boegel

Description

@boegel

First reported by @schiotz at #4871 (comment), several other projects have been hit by this as well:

Some more details in libgit2/libgit2#4343 (comment)

Long story short: we should try to avoid downloading from github.com/.../.../archive (and try to use github.com/.../.../releases (or another located where 'packaged' tarballs are available) instead, if at all possible.

If not, the alternatives I see are:

  • doing a git clone on the tagged version and creating the tarball ourselves (directly using tar), which should always give the same tarball?
  • not including any checksums if we need to download from github.com/.../.../archive

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions