-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[szip] fix hash mismatch #3629
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
[szip] fix hash mismatch #3629
Conversation
|
I am still getting the old hash when downloading the file. Are you certain your downloaded file is intact? |
|
I cloned a new vcpkg and run |
|
Sent from my BlackBerry 10 smartphone. From: Infinity_XSent: Friday, 1 June 2018 8:52 PMTo: Microsoft/vcpkgReply To: Microsoft/vcpkgCc: SubscribedSubject: Re: [Microsoft/vcpkg] [szip] fix hash mismatch (#3629)I cloned a new vcpkg and run vcpkg install szip on my home desktop (windows), it downloads the af7333 file. Manually download the file using firefox also result in the new af7333 file. However, using msys2 wget on same machine I get the original ada640 file. Also tried with my laptop, got same result. No proxy is set on both machine. I also tested using vcpkg to install szip on a VPS (archlinux), which successfully downloaded the original ada640 file.
Comparing those two file, the af733 one have a extra tar package. It seems like the ada640 one should be correct. I think there maybe a issue on their server. Don't know if anyone else has encountered this problem.
I've included the af7333 file if you are interested.
szip-2.1.1.tar.gz
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
{"@context":"http://schema.org","@type":"EmailMessage","potentialAction":{"@type":"ViewAction","target":"https://github.com/Microsoft/vcpkg/pull/3629#issuecomment-393932743","url":"https://github.com/Microsoft/vcpkg/pull/3629#issuecomment-393932743","name":"View Pull Request"},"description":"View this Pull Request on GitHub","publisher":{"@type":"Organization","name":"GitHub","url":"https://github.com"}}
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/Microsoft/vcpkg","title":"Microsoft/vcpkg","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/Microsoft/vcpkg"}},"updates":{"snippets":[{"icon":"PERSON","message":"@moeinfinityx in #3629: I cloned a new vcpkg and run `vcpkg install szip` on my home desktop (windows), it downloads the `af7333` file. Manually download the file using firefox also result in the new `af7333` file. However, using msys2 wget on same machine I get the original `ada640` file. Also tried with my laptop, got same result. No proxy is set on both machine. I also tested using vcpkg to install szip on a VPS (archlinux), which successfully downloaded the original `ada640` file.\r\nComparing those two file, the `af733` one have a extra tar package. It seems like the `ada640` one should be correct. I think there maybe a issue on their server. Don't know if anyone else has encountered this problem.\r\n\r\nI've included the af7333 file if you are interested.\r\n[szip-2.1.1.tar.gz](https://github.com/Microsoft/vcpkg/files/2063377/szip-2.1.1.tar.gz)\r\n"}],"action":{"name":"View Pull Request","url":"#3629 (comment)"}}}
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "37567f93-e2a7-4e2a-ad37-a9160fc62647",
"title": "Re: [Microsoft/vcpkg] [szip] fix hash mismatch (#3629)",
"sections": [
{
"text": "",
"activityTitle": "**Infinity_X**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@moeinfinityx",
"facts": [
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"Microsoft/vcpkg\",\n\"issueId\": 3629,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"Microsoft/vcpkg\",\n\"pullRequestId\": 3629\n}"
},
{
"targets": [
{
"os": "default",
"uri": "#3629 (comment)"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 340998723\n}"
}
],
"themeColor": "26292E"
}
|
|
Closing for inactivity; if the problem persists, please open a new issue! |
No description provided.