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: 54c9db5edd6f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 23c1374bd7c8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 10, 2020

  1. nixos/sympa: fix PATH_INFO splitting for sympa-6.2.56

    Our regex for splitting HTTP path into SCRIPT_NAME and PATH_INFO was
    incorrect when webLocation was set to "/". Since Sympa 6.2.56 this has
    caused the web interface to return "421 Misdirected Request".
    
    Since 6.2.56 Sympa can do the splitting on its own so we can simply
    remove it from nginx configuration.
    
    See also:
    - sympa-community/sympa#879
    - sympa-community/sympa#910
    - sympa-community/sympa-community.github.io#53
    mmilata committed Jun 10, 2020
    Copy the full SHA
    bd4e4dd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Merge pull request #90067 from mmilata/sympa-6.2.56

    nixos/sympa: fix PATH_INFO splitting for sympa-6.2.56
    mweinelt committed Oct 4, 2020
    Copy the full SHA
    23c1374 View commit details
    Browse the repository at this point in the history