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: 4c36a0e7612f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6549173ae5df
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 10, 2017

  1. nixos/lighttpd: update list of allowed module names

    * mod_dirlisting is auto-loaded by lighttpd and should not be explicitly
      loaded in the configuration file.
    * The rest comes from looking at "ls -1 $lighttpd/lib/*.so" when
      lighttpd is built with "enableMagnet" and "enableMysql".
    
    (cherry picked from commit b339e6e)
    bjornfor committed Oct 10, 2017
    Copy the full SHA
    9773f9d View commit details
    Browse the repository at this point in the history
  2. nixos/lighttpd: add missing modules to allKnownModules

    The output of ./configure shows all modules/plugins, both enabled and
    disabled. With this info we can finally build the _complete_ list of
    modules. We were missing these:
    
      mod_authn_gssapi
      mod_authn_ldap
      mod_geoip
    
    (I hit this as I was building lighttpd with ldap support and the NixOS
    module said ldap was unsupported, due to these missing entries in
    allKnownModules.)
    
    (cherry picked from commit d26f8b5)
    bjornfor committed Oct 10, 2017
    Copy the full SHA
    6549173 View commit details
    Browse the repository at this point in the history