-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't overwrite other LD_PRELOAD env values #741
Merged
Merged
Conversation
This file contains 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
This is not tested yet. |
Eeems
modified the milestones:
2024-W01 Merge Window,
2024-W02 Merge Window,
2024-W03 Merge Window
Jan 7, 2024
Eeems
modified the milestones:
2024-W07 Merge Window,
2024-W08 Merge Window,
2024-W22 Merge Window,
2024-W23
May 23, 2024
raisjn
previously approved these changes
Jun 5, 2024
raisjn
approved these changes
Jun 6, 2024
Eeems
added a commit
that referenced
this pull request
Jun 27, 2024
* Don't overwrite other LD_PRELOAD env values
Eeems
added a commit
that referenced
this pull request
Jun 29, 2024
* Don't overwrite other LD_PRELOAD env values
Eeems
added a commit
that referenced
this pull request
Sep 5, 2024
### New Packages - `bandwich` - 0.22.2-1 (#892) - `sysfs_preload` - 1.0.1-1 (#833) ### Updated Packages - `7zip` - 23.01-2 (#890) - `display`, and `rm2fb-client` - 1:0.0.33-3 (#741 #833) - `koreader` - 2024.04-5 (#894) - `lf` - r32-1 (#889) - `oxide`, `oxide-extra`, `oxide-utils`, `inject_evdev`, `liboxide`, `liboxide-dev` - 2.8.4-2 (#833 #903) - `libsentry` - 0.7.6-1 (#833 #903 ) - `bufshot` - 0.1.2-3 (#898) - `dumbskull` - 0.0.1-4 (#898) - `genie` - 0.1.7-2 (#898) - `harmony` - 0.2.3-2 (#898) - `iago` - 0.1.2-2 (#898) - `lamp` - 0.1.1-3 (#898) - `mines` - 0.1.4-4 (#898) - `remux` - 0.3.0-6 (#898 #882) - `rpncalc` - 0.0.3-4 (#898) - `simple` - 0.2.1-2 (#898) - `wordlet` - 0.0.2-4 (#898) - `toltec-base` - 1.4-1 (#897) - `toltec-bootstrap` - 0.4.5-1 (#897) - `toltec-deletion` - 0.1-7 (#887) - `xochitl` - 0.0.0-21 (#833) ### Packages Removed - `bottom` - Entware now provides this package - `ripgrep` - Entware now provides this package ### Tooling - Update build process to use toltecmk (#789).
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.
This allows other
/opt/etc/xochitl.env.d/*.env
files to set$LD_PRELOAD
to something without losing their value.