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: 5ef8b40d4dd1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0feb54c9aeb4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 11, 2019

  1. lighttpd: fix tests on Linux

    The tests were enabled in #53488 and succeeded on Darwin; on Linux they
    still failed because of empty hostname inside the sandbox (we have no
    UTS-namespace hostname and I think no /etc/hosts). Nix on Darwin lacks
    powerful enough sandboxing, so there were no problems on Darwin.
    
    Patching the tests to fallback to "127.0.0.1" if hostname of the
    localhost cannot be retrieved matches the behaviour of lighttpd itself
    and allows the tests to pass.
    
    Not sure if having no hostname in the test environment is a bit too
    weird for the upstream to care.
    7c6f434c committed Jan 11, 2019
    Copy the full SHA
    3bd38b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0feb54c View commit details
    Browse the repository at this point in the history