-
- Downloads
core: use sha256 instead of md5 for `spack checksum` and `spack create`
- This changes `get_checksums_for_versions` to generate code that uses an explicit `sha256` argument instead if the bare `md5` hash we used to generate. - also use a generic digest parameter for the `version` directive, rather than a specific `md5` parameter.
Showing
- lib/spack/spack/directives.py 8 additions, 7 deletionslib/spack/spack/directives.py
- lib/spack/spack/fetch_strategy.py 25 additions, 16 deletionslib/spack/spack/fetch_strategy.py
- lib/spack/spack/patch.py 1 addition, 1 deletionlib/spack/spack/patch.py
- lib/spack/spack/test/url_fetch.py 59 additions, 10 deletionslib/spack/spack/test/url_fetch.py
- lib/spack/spack/util/web.py 2 additions, 2 deletionslib/spack/spack/util/web.py
- var/spack/repos/builtin.mock/packages/url-list-test/package.py 7 additions, 7 deletions...pack/repos/builtin.mock/packages/url-list-test/package.py
Loading
Please register or sign in to comment