Skip to content

cargo-auditable: 0.6.0 -> 0.6.1#219901

Merged
SuperSandro2000 merged 1 commit intoNixOS:stagingfrom
figsoda:auditable
Mar 8, 2023
Merged

cargo-auditable: 0.6.0 -> 0.6.1#219901
SuperSandro2000 merged 1 commit intoNixOS:stagingfrom
figsoda:auditable

Conversation

@figsoda
Copy link
Member

@figsoda figsoda commented Mar 6, 2023

Diff: rust-secure-code/cargo-auditable@v0.6.0...v0.6.1

Changelog: https://github.com/rust-secure-code/cargo-auditable/blob/v0.6.1/cargo-auditable/CHANGELOG.md

Description of changes
Things done
  • Built on platform(s) (cargo-auditable and fd on master)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • 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/)
  • 23.05 Release Notes (or backporting 22.11 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.

@figsoda figsoda requested review from Mic92, winterqt and zowoq as code owners March 6, 2023 23:20
@github-actions github-actions bot added the 6.topic: rust General-purpose programming language emphasizing performance, type safety, and concurrency. label Mar 6, 2023
@ofborg ofborg bot added 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. labels Mar 7, 2023
Copy link
Member

@SuperSandro2000 SuperSandro2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we installing the man page?

@figsoda
Copy link
Member Author

figsoda commented Mar 7, 2023

Saw that in the changelog but forgot about it, my bad

Comment on lines +46 to +52
nativeBuildInputs = [
installShellFiles
];

postInstall = ''
installManPage cargo-auditable/cargo-auditable.1
'';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if it matters if this is in the bootstrap version or not. Probably not to much.

@SuperSandro2000 SuperSandro2000 merged commit aeac8a1 into NixOS:staging Mar 8, 2023
@figsoda figsoda deleted the auditable branch March 8, 2023 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: rust General-purpose programming language emphasizing performance, type safety, and concurrency. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants