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

wireshark: 3.4.3 -> 3.4.4 #116018

Merged
1 commit merged into from Mar 12, 2021
Merged

wireshark: 3.4.3 -> 3.4.4 #116018

1 commit merged into from Mar 12, 2021

Conversation

TredwellGit
Copy link
Member

Motivation for this change

https://www.wireshark.org/docs/relnotes/wireshark-3.4.4.html

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@r-rmcgibbo
Copy link

r-rmcgibbo commented Mar 12, 2021

Result of nixpkgs-review pr 116018 at ed2281f2 run on x86_64-linux 1

9 packages built successfully:
3 suggestions:
  • warning: build-tools-in-build-inputs

    makeWrapper is a build tool so it likely goes to nativeBuildInputs, not buildInputs.

    Near pkgs/applications/networking/sniffers/wireshark/default.nix:40:3:

       |
    40 |   buildInputs = [
       |   ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/applications/networking/sniffers/wireshark/default.nix:99:5:

       |
    99 |     license = licenses.gpl2;
       |     ^
    
  • warning: unused-argument

    Unused argument: fetchpatch.
    Near pkgs/applications/networking/sniffers/wireshark/default.nix:3:33:

      |
    3 | , libssh, nghttp2, zlib, cmake, fetchpatch, makeWrapper
      |                                 ^
    

Result of nixpkgs-review pr 116018 at ed2281f2 run on aarch64-linux 1

8 packages built successfully:
3 suggestions:
  • warning: build-tools-in-build-inputs

    makeWrapper is a build tool so it likely goes to nativeBuildInputs, not buildInputs.

    Near pkgs/applications/networking/sniffers/wireshark/default.nix:40:3:

       |
    40 |   buildInputs = [
       |   ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/applications/networking/sniffers/wireshark/default.nix:99:5:

       |
    99 |     license = licenses.gpl2;
       |     ^
    
  • warning: unused-argument

    Unused argument: fetchpatch.
    Near pkgs/applications/networking/sniffers/wireshark/default.nix:3:33:

      |
    3 | , libssh, nghttp2, zlib, cmake, fetchpatch, makeWrapper
      |                                 ^
    

@mweinelt
Copy link
Member

@TredwellGit Can you take a look at the suggestions? They seem very spot on.

@ghost ghost merged commit f03cfca into NixOS:master Mar 12, 2021
@TredwellGit TredwellGit deleted the wireshark branch March 12, 2021 06:04
@erictapen
Copy link
Member

Backported in 52abed1.

@erictapen erictapen added 8.has: port to stable A PR already has a backport to the stable release. and removed 9.needs: port to stable A PR needs a backport to the stable release. labels Mar 16, 2021
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants