Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ff3fe105f209
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 146cb0254298
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 29, 2018

  1. nixos/tests/hibernate: Fix netcat flags

    I'm not sure why 024b501 used -q 0
    because even netcat-openbsd has the -N flag which IMO is the better way
    to shutdown the socket on EOF.
    
    Our default netcat implementation has changed once again[1] in
    3c3b822 and we're now using LibreSSL's
    implementation, which doesn't have a -q flag.
    
    See #39634 for the pull request
    introducing the switch.
    
    [1]: #19982
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Cc: @matthewbauer, @dtzWill, @Mic92
    aszlig committed Apr 29, 2018
    2
    Copy the full SHA
    146cb02 View commit details
    Browse the repository at this point in the history