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: 1eef920a8d89
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 132ace5fe60d
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 2, 2020

  1. Copy the full SHA
    8576002 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    44007de View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. nginx: change how the perl module is configured

    Previously, http_perl_module was disabled by overriding perl=null -- this means
    it is impossible to disable http_perl_module in openresty, since openresty
    requires perl for its configure scripts.
    JJJollyjim committed Jun 20, 2020
    Copy the full SHA
    dca001e View commit details
    Browse the repository at this point in the history
  2. openresty: disable the http_perl_module

    I have been experiencing intermittent segfaults inside the perl module on
    startup during config parsing, despite not actually using any perl features in
    my config.
    
    This creates consistency with the standard nginx packages, and the upstream
    openresty binaries.
    JJJollyjim committed Jun 20, 2020
    Copy the full SHA
    22906fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #89344 from JJJollyjim/openresty-no-perl

    openresty: disable perl module by default
    7c6f434c committed Jun 20, 2020
    Copy the full SHA
    132ace5 View commit details
    Browse the repository at this point in the history