Skip to content

bump curl to 8.19.0 - #49

Merged
jiacai2050 merged 2 commits into
jiacai2050:mainfrom
MrScriptX:curl-8.19.0
Mar 27, 2026
Merged

bump curl to 8.19.0#49
jiacai2050 merged 2 commits into
jiacai2050:mainfrom
MrScriptX:curl-8.19.0

Conversation

@MrScriptX

Copy link
Copy Markdown
Contributor

bump version of curl to 8.19.0

@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on upgrading the libcurl dependency to its latest version, 8.19.0. This update ensures that the project benefits from the most recent features, bug fixes, and security enhancements provided by the curl library. The changes involve updating version references in documentation, build configuration, and adjusting source file paths to align with the new curl release structure.

Highlights

  • libcurl Version Bump: The libcurl dependency has been updated from version 8.18.0 to 8.19.0 across the project configuration and documentation.
  • Build Configuration Update: The build.zig.zon file has been updated to reflect the new curl version, including the download URL and its corresponding hash.
  • Source File Path Adjustments: The libs/curl.zig file has been modified to update the path for strdup.c and include new source files basename.c and snprintf.c.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the vendored libcurl library from version 8.18.0 to 8.19.0. This involves updating the version number in README.org, modifying the curl dependency URL and hash in build.zig.zon, and adjusting the source file paths in libs/curl.zig to reflect changes in the libcurl source structure, specifically moving strdup.c and adding basename.c and snprintf.c under lib/curlx/. There are no review comments to address.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Bumps the vendored libcurl dependency to 8.19.0 and aligns the build inputs/docs so the package continues to build and accurately report its bundled curl version.

Changes:

  • Update build.zig.zon curl dependency URL + hash to curl 8.19.0.
  • Adjust libs/curl.zig C source list for upstream file layout/requirements (move strdup.c, add new curlx sources).
  • Update README to reflect the new vendored libcurl version/link.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
libs/curl.zig Updates the manually maintained libcurl C source file list to match curl 8.19.0 layout.
build.zig.zon Bumps the fetched curl tarball URL and Zig package hash to 8.19.0.
README.org Updates documented vendored libcurl version/link to 8.19.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jiacai2050 jiacai2050 changed the title curl 8.19.0 bump curl to 8.19.0 Mar 27, 2026
@jiacai2050
jiacai2050 merged commit 7c5e26f into jiacai2050:main Mar 27, 2026
8 checks passed
@jiacai2050

Copy link
Copy Markdown
Owner

Thanks!

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.

3 participants