feat: update libpathrs to 0.2.6 - #1685
Conversation
See https://github.com/cyphar/libpathrs/releases/tag/v0.2.6 This seems to have a bugfix for runc specifically. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
There was a problem hiding this comment.
🟡 Changes recommended
The “keep in sync with runc” note is now misleading (runc’s referenced build script still pins 0.2.5), so the comment should be updated to reflect the new reality.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the pinned cyphar/libpathrs release in the repository package definitions to v0.2.6 (including checksum updates), aligning this repo’s libpathrs build inputs with the upstream release that includes runc-related robustness fixes.
Changes:
- Bump
libpathrs_versionfromv0.2.5tov0.2.6. - Update the corresponding SHA256 and SHA512 checksums in
Pkgfile.
File summaries
| File | Description |
|---|---|
Pkgfile |
Updates the pinned libpathrs version and checksums used by the libpathrs package build (and therefore the runc build stages that depend on it). |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| @@ -175,9 +175,9 @@ vars: | |||
|
|
|||
| # NOTE: keep in sync with the libpathrs version required by runc: https://github.com/opencontainers/runc/blob/release-1.5/script/build-libpathrs.sh | |||
|
I will probably let this PR sit and see if runc itself updates the version |
|
Ok, libpathrs is coming: opencontainers/runc#5449 |
|
/m |
See https://github.com/cyphar/libpathrs/releases/tag/v0.2.6
This seems to have a bugfix for runc specifically.