-
-
Notifications
You must be signed in to change notification settings - Fork 17.7k
nixVersions.nix_2_31: 2.31.2 -> 2.31.3 #478158
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
Open
philiptaron
wants to merge
1
commit into
NixOS:staging-nixos
Choose a base branch
from
philiptaron:nixVersions.nix_2_31
base: staging-nixos
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Changelog of fixes: ## Bug fixes (crashes) - Fix segfaults from `toView()` when compiled with newer nixpkgs (NixOS/nix#14154) - Fix use-after-move in `DerivationGoal::repairClosure` and `SampleStack` (NixOS/nix#14086) - Fix assertion failure on partially valid derivation outputs (NixOS/nix#14137) - Fix `RestrictedStore::addDependency` recursion causing crashes (NixOS/nix#14729) - Fix crash on flakerefs containing newlines (NixOS/nix#14450) ## Bug fixes (functionality) - Fix fakeSSH check breaking SSH copies with `user@host` format (NixOS/nix#14150) - Fix `builtins.dirOf` regression from Nix 2.23 (NixOS/nix#14515) - Restore missing `isAllowed` check in `ChrootLinuxDerivationBuilder` (NixOS/nix#14531) - Fix curl with c-ares failing to resolve DNS in sandbox on macOS (NixOS/nix#14792) - Fix tarball percent decoding for `file://` URIs (NixOS/nix#14729) - `exportReferencesGraph`: Handle heterogeneous arrays (NixOS/nix#13861) - Fix filesystem ops in store optimization (NixOS/nix#14676) ## Bug fixes (output) - Fix double-quoting of paths in logs (NixOS/nix#14210) - Include path in world-writable error messages (NixOS/nix#14785) ## Improvements - Better git refnames validation (NixOS/nix#14253) - Use pure/restricted eval for help pages (NixOS/nix#14156) - Improve store-reference compatibility with IPv6 ZoneId literals (NixOS/nix#14134) - Correct `build-dir` error in manual (NixOS/nix#14745) ## Build system - Add mdbook 0.5 support (NixOS/nix#14690) - Drop legacy Apple SDK pattern (NixOS/nix#13976) https://github.com/NixOS/nix/releases/tag/2.31.3
Contributor
Author
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2.status: merge conflict
This PR has merge conflicts with the target branch
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
8.has: module (update)
This PR changes an existing module in `nixos/`
10.rebuild-darwin: 101-500
This PR causes between 101 and 500 packages to rebuild on Darwin.
10.rebuild-linux: 101-500
This PR causes between 101 and 500 packages to rebuild on Linux.
10.rebuild-nixos-tests
This PR causes rebuilds for all NixOS tests and should normally target the staging branches.
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 PR targets staging-nixos due to needing to rebuild all NixOS tests.
Small changelog:
Bug fixes (crashes)
toView()when compiled with newer nixpkgs (treewide: Remove toView() because it leads to segfaults when compiled… nix#14154)DerivationGoal::repairClosureandSampleStack(nix-cli: use pure/restricted eval for help pages nix#14086)RestrictedStore::addDependencyrecursion causing crashes (Fix Non-virtual interface pattern forRestrictedStore::addDependencynix#14729)Bug fixes (functionality)
user@hostformat (libstore: fixup fakeSSH check nix#14150)builtins.dirOfregression from Nix 2.23 (libexpr: Don't use nix::dirOf in prim_dirOf (fix 2.23 regression) nix#14515)isAllowedcheck inChrootLinuxDerivationBuilder(Restore isAllowed check in ChrootLinuxDerivationBuilder nix#14531)curlwithc-aresfailing to resolve DNS inside sandbox on macOS nix#14792)file://URIs (libfetchers: Actually percentDecode path when using the path from fil… nix#14909)exportReferencesGraph: Handle heterogeneous arrays (exportReferencesGraph: Handle heterogeneous arrays nix#14189)Bug fixes (output)
Improvements
build-direrror in manual (Correctbuild-direrror in manual, link relevant settings nix#14745)Build system
https://github.com/NixOS/nix/releases/tag/2.31.3
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.