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

crackle: init at unstable-2020-12-13 #124172

Merged
merged 1 commit into from
May 26, 2021
Merged

crackle: init at unstable-2020-12-13 #124172

merged 1 commit into from
May 26, 2021

Conversation

moni-dz
Copy link
Contributor

@moni-dz moni-dz commented May 23, 2021

Motivation for this change

#81418

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Added a release notes entry if the change is major or breaking
  • Fits CONTRIBUTING.md.

@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 labels May 23, 2021
@legendofmiracles
Copy link
Contributor

Result of nixpkgs-review pr 124172 run on x86_64-linux 1

1 package built:
  • crackle

Copy link
Member

@fabaff fabaff left a comment

Choose a reason for hiding this comment

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

Looks good to me. No real blockers.


stdenv.mkDerivation {
pname = "crackle";
version = "unstable-2020-12-13";
Copy link
Member

Choose a reason for hiding this comment

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

Let's see if can get a proper release: mikeryan/crackle#50

Copy link
Member

Choose a reason for hiding this comment

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

No release was made so far.


src = fetchFromGitHub {
owner = "mikeryan";
repo = "crackle";
Copy link
Member

Choose a reason for hiding this comment

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

Opinionated change

Suggested change
repo = "crackle";
repo = pname;

@fabaff
Copy link
Member

fabaff commented May 23, 2021

Result of nixpkgs-review pr 124172 run on x86_64-linux 1

1 package built:
  • crackle

Copy link
Member

@fabaff fabaff left a comment

Choose a reason for hiding this comment

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

  • package path fits guidelines
  • package name fits guidelines
  • package version fits guidelines
  • meta.description is set and fits guidelines
  • meta.license fits upstream license
  • meta.maintainers is set
  • package built (see crackle: init at unstable-2020-12-13 #124172 (comment))
  • all depending packages build
  • tested on x86_64
...ew/pr-124172]$ ./results/crackle/bin/crackle 
Usage: crackle -i <input.pcap> [-o <output.pcap>] [-l <ltk>] [-s]
Cracks Bluetooth Low Energy encryption (AKA Bluetooth Smart)

Major modes:  Crack TK // Decrypt with LTK
[...]           

Looks good to me.

@fabaff fabaff merged commit dcc9845 into NixOS:master May 26, 2021
@moni-dz moni-dz deleted the crackle branch May 26, 2021 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants