Backport: pin curl to 8.5.0-2ubuntu10.13 in the base image - #23531
Merged
Conversation
Same fix as develop: the exact pin ages out every time Ubuntu ships a security update, and this branch was still stuck at the .12 that just went stale too.
Contributor
|
✅ No conflicts with other open PRs targeting |
verify-version requires this branch to track the latest chain-selectors release; v1.0.108 shipped after this branch was cut. Verified go build ./core/... succeeds against the bump.
Re-pin instead of leaving curl unversioned, per direct instruction to move forward without further pin-removal discussion. .13 is the current version in the Ubuntu 24.04 noble-updates/security archive.
HashWrangler
marked this pull request as ready for review
August 25, 2026 20:29
product-security-plaid-production
Bot
requested review from
kalverra and
pavel-raykov
August 25, 2026 20:29
Contributor
|
I see you updated files related to
|
kalverra
approved these changes
Aug 25, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





What
Backports #23530 to
release/2.61.0: bumps the exact version pin oncurlto.13. Also bumpsgithub.com/smartcontractkit/chain-selectorsv1.0.107->v1.0.108to satisfy this branch'sverify-versionCI check, which was failing independently of the curl issue.Why
This branch's curl pin was already at
.12from #23513, and.12is gone from the archive too as of today..13is the current version in the Ubuntu 24.04noble-updates/noble-securityarchive -- same root cause as develop.The
chain-selectorsbump is unrelated:verify-versioncompares the pinned module version against the latest upstream release tag and failed becausev1.0.108shipped after this branch was cut.Verification
apt-get installline against the live archive.go build ./core/...succeeds against the bump.