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

internal: update node-embedder-api-prebuilt vcpkg port #2241

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

Pospelove
Copy link
Contributor

@Pospelove Pospelove commented Dec 3, 2024

Important

Update portfile.cmake to change the download URL and reset the SHA512 hash for the node embedder API prebuilt archive.

  • URL Update:
    • Change NODE_EMBEDDER_API_URL to https://node-embedder-api-prebuilt-vcpkg-port-v2.b-cdn.net/archive.zip in portfile.cmake.
  • SHA512 Update:
    • Set NODE_EMBEDDER_API_SHA512 to 0 in portfile.cmake, indicating a placeholder or reset value.

This description was created by Ellipsis for c865fd3. It will automatically update as commits are pushed.

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

❌ Changes requested. Reviewed everything up to c865fd3 in 29 seconds

More details
  • Looked at 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_SeNdRDs4B4jfLdXN


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

set(NODE_EMBEDDER_API_FILENAME "node-embedder-api-prebuilt.zip")
set(NODE_EMBEDDER_API_SHA512 0082a1537052d2343a867cac2eb9acb9ba2da1607c3766ef5ada6fd2498e0fc3df754cabf3a47825358e441a7f594addcf8fdf3be84b05f27fa6eb8aefa1e2ed)
set(NODE_EMBEDDER_API_SHA512 0)
Copy link

Choose a reason for hiding this comment

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

Setting NODE_EMBEDDER_API_SHA512 to 0 disables checksum verification, which is a security risk. Please provide the correct SHA512 checksum for the file.

@Pospelove Pospelove changed the title Update portfile.cmake internal: update node-embedder-api-prebuilt vcpkg port Dec 3, 2024
@Pospelove Pospelove merged commit 5f7a0f9 into main Dec 3, 2024
13 of 14 checks passed
@Pospelove Pospelove deleted the Pospelove-patch-4 branch December 3, 2024 16:53
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.

1 participant