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

libusb-compat: Fix incorrect sha256 for source tarball #151711

Merged
merged 3 commits into from
Oct 22, 2023
Merged

libusb-compat: Fix incorrect sha256 for source tarball #151711

merged 3 commits into from
Oct 22, 2023

Conversation

rdj
Copy link
Contributor

@rdj rdj commented Oct 18, 2023

The libusb-compat source tarball hash is wrong. (Bottles seem fine.)

Verified the b692... hash value from both sourceforge and github releases for this tarball.

$ curl -sL 'https://github.com/libusb/libusb-compat-0.1/releases/download/v0.1.8/libusb-compat-0.1.8.tar.bz2' | openssl dgst -sha256
(stdin)= b692dcf674c070c8c0bee3c8230ce4ee5903f926d77dc8b968a4dd1b70f9b05c
$ curl -sL 'https://downloads.sourceforge.net/project/libusb/libusb-compat-0.1/libusb-compat-0.1.8/libusb-compat-0.1.8.tar.bz2' | openssl dgst -sha256
(stdin)= b692dcf674c070c8c0bee3c8230ce4ee5903f926d77dc8b968a4dd1b70f9b05c

Verified the b62… hash value from both sourceforge and github releases for this tarball.
@cho-m cho-m added checksum mismatch SHA-256 doesn't match the download CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Oct 18, 2023
@cho-m
Copy link
Member

cho-m commented Oct 18, 2023

Related to libusb/libusb-compat-0.1#28

@iMichka
Copy link
Member

iMichka commented Oct 19, 2023

Looks like this fails to build now:

==> ./autogen.sh Failed to execute: ./autogen.sh

@github-actions github-actions bot added the autosquash Automatically squash pull request commits according to Homebrew style. label Oct 19, 2023
@chenrui333 chenrui333 removed the autosquash Automatically squash pull request commits according to Homebrew style. label Oct 22, 2023
@github-actions
Copy link
Contributor

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Oct 22, 2023
@BrewTestBot BrewTestBot enabled auto-merge October 22, 2023 21:41
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 22, 2023
Merged via the queue into Homebrew:master with commit e9fe652 Oct 22, 2023
12 checks passed
@github-actions github-actions bot added the outdated PR was locked due to age label Nov 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
checksum mismatch SHA-256 doesn't match the download CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants