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: dae73e6bdeec
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8f2eb8042ba3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 17, 2019

  1. libressl: fixing nc for version>=2.9

    This addresses #68286
    
    When `-R` (CA file location) is not specified, nc tries to fall back to
    a default location. In 2.8 this was still configurable at compile time,
    but was changed somewhere after. This replaces `/etc/ssl/cert.pem`
    with `${cacert}/etc/ssl/cert.pem` in the code directly.
    
    For a discussion of this, see #68456
    d-goldin committed Sep 17, 2019
    Copy the full SHA
    044f771 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68387 from d-goldin/libressl_fix_nc

    libressl: fixing nc for version>=2.9
    matthewbauer committed Sep 17, 2019
    Copy the full SHA
    8f2eb80 View commit details
    Browse the repository at this point in the history