staging-next-25.05 iteration 1 - 2025-06-20#418358
Merged
vcunat merged 261 commits intorelease-25.05from Jul 1, 2025
Merged
Conversation
(cherry picked from commit 70e2c34)
This reverts commit 75d2d3c, after multiple complains best summarized here: #402318 (comment) (cherry picked from commit 7377f9e)
(cherry picked from commit 9407b1d)
(cherry picked from commit 915a9a6)
(cherry picked from commit e76c689)
https://github.com/libsdl-org/SDL/releases/tag/release-3.2.14 Signed-off-by: misilelab <misileminecord@gmail.com> (cherry picked from commit ea1ea5e)
To quote `getenv(3)`:
> The GNU-specific secure_getenv() function is just like
> getenv() except that it returns NULL in cases where "secure
> execution" is required.
One of these cases is running in setuid mode. In this case, one could
make `sudo` load an arbitrary file as locale archive by modifying the
LOCALE_ARCHIVE env variable accordingly.
After consultation with the security team we came to the conclusion that
this is not exploitable by itself since it'd need another issue that
can be triggered by a maliciously crafted locale archive. Since this is
a valid issue nonetheless[1], I decided to fix it, but go through the
normal PR & staging lifecycle.
This patch also adds another fallback to
`/run/current-system/sw/lib/locale/locale-archive`: otherwise `sudo`
would fail to load any locale archive since that would be in
LOCALE_ARCHIVE/LOCALE_ARCHIVE_2_27 and thus setuid programs would
regress on translated output.
Thank you to Elliot Cameron for reporting this.
[1] glibc's internal environment filtering also prevents setuid
processes to use certain locale settings from the environment
such as LOCPATH.
(cherry picked from commit 2f4c749)
https://github.com/mozilla/cbindgen/blob/v0.29.0/CHANGES (cherry picked from commit fdfc65d)
(cherry picked from commit d721173)
…or change (cherry picked from commit acd1fda) https://hydra.nixos.org/build/300918569/nixlog/1/tail
It's non-sensical CI in this case, complaining about clean merges, etc.
not useful on this PR
Member
Author
|
13 tasks
Qt tries to detect the running Xcode version through `xcrun xcodebuild -version`. This fails when xcbuild is not included in the dependencies, and is also unnecessary as the value is only used for the Xcode min version check that we explicitly disable already. (cherry picked from commit e34775b) https://hydra.nixos.org/build/300813628/nixlog/1/tail
13 tasks
Contributor
|
@vcunat will we see another round of staging-next-25.05 soon? |
Member
Author
|
In about 10 days. In chat the consensus was to do another |
2 tasks
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.
Helpful links
https://hydra.nixos.org/job/nixpkgs/staging-next-25.05/unstable#tabs-constituents
https://hydra.nixos.org/job/nixos/staging-next-25.05-small/tested
https://hydra.nixos.org/jobset/nixpkgs/staging-next-25.05
https://hydra.nixos.org/jobset/nixos/staging-next-25.05-small
Important breakages
nothing notable so far