Skip to content

recoverdm: 0.20-8 -> 0.20-9#415381

Merged
Aleksanaa merged 1 commit intoNixOS:masterfrom
mdaniels5757:update-recoverdm
Jun 10, 2025
Merged

recoverdm: 0.20-8 -> 0.20-9#415381
Aleksanaa merged 1 commit intoNixOS:masterfrom
mdaniels5757:update-recoverdm

Conversation

@mdaniels5757
Copy link
Member

Changelog: https://salsa.debian.org/pkg-security-team/recoverdm/-/blob/debian/0.20-9/debian/changelog
Diff: https://salsa.debian.org/pkg-security-team/recoverdm/-/compare/debian%2F0.20-8...debian%2F0.20-9

Fixes GCC 14 build (tracking: #388196 #356812)

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/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • (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, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Jun 9, 2025
@nix-owners nix-owners bot requested a review from D3vil0p3r June 9, 2025 19:12
@mdaniels5757
Copy link
Member Author

nixpkgs-review result for #415381

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 415381

Logs: https://github.com/mdaniels5757/nixpkgs-review-gha/actions/runs/15542470109

Download packages from cache:
  • x86_64-linux
    nix-store -r --add-root nixpkgs-pr-415381-x86_64-linux \
      --option binary-caches 'https://cache.nixos.org/ https://mdaniels5757-nix.cachix.org' \
      --option trusted-public-keys '
      cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
      mdaniels5757-nix.cachix.org-1:iT2D2XMbTS301DFoC8sTOSP86fXMPiGrvPnrEsQN5uo=
      ' \
      /nix/store/9290jlvhx3hj90am6d17f593zvk4zkyk-recoverdm-0.20-9
  • aarch64-linux
    nix-store -r --add-root nixpkgs-pr-415381-aarch64-linux \
      --option binary-caches 'https://cache.nixos.org/ https://mdaniels5757-nix.cachix.org' \
      --option trusted-public-keys '
      cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
      mdaniels5757-nix.cachix.org-1:iT2D2XMbTS301DFoC8sTOSP86fXMPiGrvPnrEsQN5uo=
      ' \
      /nix/store/3wbyb4hg2k39mbdk7h22fkb7mard2z4s-recoverdm-0.20-9
  • x86_64-darwin
    nix-store -r --add-root nixpkgs-pr-415381-x86_64-darwin \
      --option binary-caches 'https://cache.nixos.org/ https://mdaniels5757-nix.cachix.org' \
      --option trusted-public-keys '
      cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
      mdaniels5757-nix.cachix.org-1:iT2D2XMbTS301DFoC8sTOSP86fXMPiGrvPnrEsQN5uo=
      ' \
      /nix/store/614hc91blxf24v4irg9ga9wzr5ydx1qy-recoverdm-0.20-9
  • aarch64-darwin
    nix-store -r --add-root nixpkgs-pr-415381-aarch64-darwin \
      --option binary-caches 'https://cache.nixos.org/ https://mdaniels5757-nix.cachix.org' \
      --option trusted-public-keys '
      cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
      mdaniels5757-nix.cachix.org-1:iT2D2XMbTS301DFoC8sTOSP86fXMPiGrvPnrEsQN5uo=
      ' \
      /nix/store/4k0gif43l8lr6j312d6ls0v3rf9ncw0d-recoverdm-0.20-9

x86_64-linux (sandbox = true)

✅ 1 package built:
  • recoverdm

aarch64-linux (sandbox = true)

✅ 1 package built:
  • recoverdm

x86_64-darwin (sandbox = true)

✅ 1 package built:
  • recoverdm

aarch64-darwin (sandbox = true)

✅ 1 package built:
  • recoverdm

@wegank wegank added 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. labels Jun 9, 2025
@Aleksanaa Aleksanaa merged commit 46afa57 into NixOS:master Jun 10, 2025
18 of 20 checks passed
@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Jun 10, 2025

Successfully created backport PR for release-25.05:

@github-actions github-actions bot added the 8.has: port to stable This PR already has a backport to the stable release. label Jun 10, 2025
@mdaniels5757 mdaniels5757 deleted the update-recoverdm branch June 10, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: port to stable This PR already has a backport to the stable release. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants