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

[libmagic] fix error hash #43635

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/libmagic/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO file/file
REF FILE5_46
SHA512 9165bb5bdbe7b8fccac0c8675d4eb251a286ab2ab7a79e6f8ed98d36fa0928b889cf109c1da3a5cfff64d1b1006b5d73934c2d420484adae6f4c8e26a9ede18f
SHA512 fb8157ee8065feaf57412ccdeee57cd8fc853b54ac49b0ddc818eeb1ca3555a7cfd25dea08996503f7c565dcba8c57fd7e4dc5fe3452872c617f5612a94a8f0e
Copy link
Member

@BillyONeal BillyONeal Feb 5, 2025

Choose a reason for hiding this comment

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

Confirming the difference between these two SHAs is:

Beyond Compare showing the difference between the two SHAs

In future updates, should we switch REF to be a commit SHA given that upstream seems to be changing the tag? (I just merged your fix here as it had passed testing and that didn't seem worth forcing a rebuild for...)

HEAD_REF master
PATCHES ${PATCHES}
)
Expand Down
1 change: 1 addition & 0 deletions ports/libmagic/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "libmagic",
"version": "5.46",
"port-version": 1,
"description": "This library can be used to classify files according to magic number tests.",
"homepage": "https://github.com/file/file",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4774,7 +4774,7 @@
},
"libmagic": {
"baseline": "5.46",
"port-version": 0
"port-version": 1
},
"libmariadb": {
"baseline": "3.4.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libmagic.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "64418c4e61811c2e8829f8253c56173a2836bbcd",
"version": "5.46",
"port-version": 1
},
{
"git-tree": "380e305405e20a74576fcee51673a98a5a49fe18",
"version": "5.46",
Expand Down