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: 1af546a92977
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3e78331d96a9
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 13, 2019

  1. nginxStable: 1.16.0 -> 1.16.1

    Izorkin committed Aug 13, 2019
    Copy the full SHA
    aec55db View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    83381be View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Merge pull request #66582 (nginx security updates)

    This addresses CVE-2019-9511, CVE-2019-9513 and CVE-2019-9516. Details
    about these vulnerabilities can be found at:
    
    https://github.com/Netflix/security-bulletins/blob/216433296d3bc542496a8edae5b4ca39cfd892b1/advisories/third-party/2019-002.md
    
    Version 1.16.1 only includes the security fixes, however version 1.17.3
    has two additional bugfixes:
    
      * "zero size buf" alerts might appear in logs when using gzipping; the
        bug had appeared in 1.17.2.
      * a segmentation fault might occur in a worker process if the
        "resolver" directive was used in SMTP proxy.
    
    I haven't extensively tested this, but from a quick test, nginx is still
    working and the NixOS tests also succeed.
    
    Thanks to @Izorkin for the pull request.
    aszlig committed Aug 14, 2019
    Copy the full SHA
    3e78331 View commit details
    Browse the repository at this point in the history