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: 192f30f06adc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e2a54266c411
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 28, 2018

  1. openssh: Build with Kerberos by default

    This can be disabled with the `withKerberos` flag if desired.
    Make the relevant assertions lazy,
    so that if an overlay is used to set kerberos to null,
    a later override can explicitly set `withKerberos` to false.
    
    Don't build with GSSAPI by default;
    the patchset is large and a bit hairy,
    and it is reasonable to follow upstream who has not merged it
    in not enabling it by default.
    aneeshusa authored and grahamc committed Jan 28, 2018
    Copy the full SHA
    716d161 View commit details
    Browse the repository at this point in the history
  2. Revert "openssh: Build with Kerberos by default"

    This reverts commit a232dd6.
    
    Moving to staging
    grahamc committed Jan 28, 2018
    Copy the full SHA
    15a4977 View commit details
    Browse the repository at this point in the history
  3. openssh: Build with Kerberos by default

    This reverts commit 09696e32c390c232ec7ac506df6457fb93c1f536.
    which reverted f596aa0
    to move it to staging
    grahamc committed Jan 28, 2018
    Copy the full SHA
    e2a5426 View commit details
    Browse the repository at this point in the history