bump(xpkg): 0.0.52 - #166
Merged
Merged
Conversation
host_link_interposer (the B-line mechanism: an interposer built by
patchelf from a shipped stub, binding the host vendor's dependency
closure per-object by DT_RPATH), plus a loader fix -- a `deps` table
mixing a positional list with `build = {...}` dropped the build deps
and copied the positional entries into build_deps in their place.
GLOBAL and CN verified byte-identical (sha256 5cfa70af…).
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.
Publishes libxpkg 0.0.52 (openxlings/libxpkg#36, merged).
elfpatch.host_link_interposer— the B-line mechanism. From a shippedempty ELF stub, patchelf produces an object carrying the vendor's SONAME,
the host vendor as an absolute
DT_NEEDED, and the payload closure asDT_RPATH, so the vendor's dependencies resolve along one load chaininstead of through
LD_LIBRARY_PATH.depstable mixing a positional list withbuild = {...}dropped the build deps and copied the positional entries into
build_depsin their place — declared, reported installed, neither done.
GLOBAL and CN assets verified byte-identical
(
sha256 5cfa70af911b31a3c142a0a8e7faee9c56b1655baa5963d3153b1721e1f9c60c),CN fetched with GET (GitCode answers HEAD with 401).