Skip to content

Fix SHA256 of Software/Example 11#113

Merged
goneall merged 2 commits intospdx:masterfrom
bact:fix-sha256
Apr 9, 2025
Merged

Fix SHA256 of Software/Example 11#113
goneall merged 2 commits intospdx:masterfrom
bact:fix-sha256

Conversation

@bact
Copy link
Copy Markdown
Contributor

@bact bact commented Apr 5, 2025

  • To fix Example with "SHA256" checksum of 52 bytes #102
  • Changing the invalid SHA256 entry of tokio Rust crate from (Line 70):
    "checksumValue": "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439498cebd51a4483d6e68c2fc62d27008252fa4f7b"
    to:
    "checksumValue": "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
  • The SHA256 is obtained from the specified crate at https://crates.io/api/v1/crates/tokio/1.19.2/download :
    wget -qO- https://crates.io/api/v1/crates/tokio/1.19.2/download | shasum -a 256

bact added 2 commits April 5, 2025 06:24
SHA256 obtained from the specified crate at
https://crates.io/api/v1/crates/tokio/1.19.2/download

Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
@goneall
Copy link
Copy Markdown
Member

goneall commented Apr 6, 2025

The validation failure can be fixed by fixing #114

@bact
Copy link
Copy Markdown
Contributor Author

bact commented Apr 9, 2025

Reviewed during 2025-04-08 Tech Team meeting.

Copy link
Copy Markdown
Member

@goneall goneall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@goneall goneall merged commit 6dfa1a5 into spdx:master Apr 9, 2025
1 check failed
@bact bact deleted the fix-sha256 branch April 9, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Example with "SHA256" checksum of 52 bytes

3 participants