Skip to content
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

Backport 364213 to release 24.05 #367391

Closed

Conversation

leona-ya
Copy link
Member

backport for #364213

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

niklaskorz and others added 30 commits December 12, 2024 17:07
….0.6778.204, fix cross-"building" of recompressed FODs (NixOS#366622)
(cherry picked from commit 992b3ae)
(cherry picked from commit 61a720f)
(cherry picked from commit 2d84ed1)
(cherry picked from commit c41d83b)
(cherry picked from commit a8ce834)
(cherry picked from commit d1f9790)
(cherry picked from commit 65d0417)
Undisclosed security fixes are mentioned in the release notes.

Changes:
https://moodledev.io/general/releases/4.4/4.4.5
(cherry picked from commit 2ffd9de)
We've been getting `Can't locate Crypt/PK/Ed25519.pm in @INC` when
trying to `use Mail::DKIM::PrivateKey`. This is especially critical as
this crashed our sympa instance.

(cherry picked from commit 8f85b83)
(cherry picked from commit 213d473)
(cherry picked from commit b7eae8c)
@leona-ya leona-ya closed this Dec 22, 2024
@github-actions github-actions bot added 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 6.topic: kernel The Linux kernel 8.has: documentation This PR adds or changes documentation 8.has: changelog 6.topic: php labels Dec 22, 2024
@leona-ya leona-ya deleted the backport-364213-to-release-24.05 branch December 22, 2024 15:15
@leona-ya leona-ya restored the backport-364213-to-release-24.05 branch December 22, 2024 15:16
@nix-owners
Copy link

nix-owners bot commented Dec 22, 2024

The PR's base branch is set to nixos-24.05, but 30 commits from the release-24.05 branch are included. Make sure you know the right base branch for your changes, then:

  • If the changes should go to the release-24.05 branch, change the base branch to release-24.05
  • If the changes should go to the nixos-24.05 branch, rebase your PR onto the merge base with the nixos-24.05 branch:
    # git rebase --onto $(git merge-base upstream/nixos-24.05 HEAD) $(git merge-base upstream/release-24.05 HEAD)
    git rebase --onto 72d11d40b9878a67c38f003c240c2d2e1811e72a 30761079c4e7bd969ade4a75bad3720e3fbaeb26
    git push --force-with-lease

@leona-ya leona-ya deleted the backport-364213-to-release-24.05 branch December 22, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: kernel The Linux kernel 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 6.topic: php 8.has: changelog 8.has: documentation This PR adds or changes documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.