Skip to content

Update curl to 8.18.0, migrate source URL to curl.se - #4744

Draft
brianLoomis with Copilot wants to merge 2 commits into
mainfrom
copilot/update-plan-sh-source-url
Draft

Update curl to 8.18.0, migrate source URL to curl.se#4744
brianLoomis with Copilot wants to merge 2 commits into
mainfrom
copilot/update-plan-sh-source-url

Conversation

Copilot AI commented Mar 4, 2026

Copy link
Copy Markdown

curl/plan.sh was pinned to 8.14.1; the latest stable release is 8.18.0 (Jan 7, 2026). The legacy curl.haxx.se domain has also been superseded by the canonical curl.se.

Changes

  • curl/plan.sh
    • pkg_version: 8.14.18.18.0
    • pkg_shasum: updated to SHA256 of curl-8.18.0.tar.gz
    • pkg_source / pkg_upstream_url: curl.haxx.securl.se
-pkg_version="8.14.1"
+pkg_version="8.18.0"
 ...
-pkg_upstream_url=https://curl.haxx.se/
+pkg_upstream_url=https://curl.se/
 ...
-pkg_source="https://curl.haxx.se/download/${pkg_name}-${pkg_version}.tar.gz"
-pkg_shasum="6766ada7101d292b42b8b15681120acd68effa4a9660935853cf6d61f0d984d4"
+pkg_source="https://curl.se/download/${pkg_name}-${pkg_version}.tar.gz"
+pkg_shasum="e9274a5f8ab5271c0e0e6762d2fce194d5f98acc568e4ce816845b2dcc0cf88f"

do_prepare and do_build are unchanged — scripts/completion.pl and scripts/cd2nroff both exist in the 8.18.0 source tree.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • curl.haxx.se
    • Triggering command: /usr/bin/curl curl -sI REDACTED (dns block)
    • Triggering command: /usr/bin/curl curl -sIL REDACTED (dns block)
    • Triggering command: /usr/bin/curl curl --max-time 30 -o /dev/null -w %{http_code} %{redirect_url} REDACTED (dns block)
  • curl.se
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
    • Triggering command: /usr/bin/curl curl -sIL REDACTED (dns block)
    • Triggering command: /usr/bin/curl curl --max-time 30 -o /dev/null -w %{http_code} %{redirect_url} REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: brianLoomis <90281862+brianLoomis@users.noreply.github.com>
Copilot AI changed the title [WIP] Identify and verify source code download URL in plan.sh files Update curl to 8.18.0, migrate source URL to curl.se Mar 4, 2026
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.

2 participants