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: 97506537f46a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f17006459c5d
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 1, 2020

  1. cacert: fix blacklist

    It's broken under Python 3, ironically due to the patch we're carrying.
    Fix it, and add a test to check it works.
    
    Fixes #93230.
    lukegb committed Dec 1, 2020
    Copy the full SHA
    b1f9e9c View commit details
    Browse the repository at this point in the history
  2. cacert: remove broken includeEmail option

    This doesn't do anything. Building with includeEmail = true produces
    the same set as includeEmail = false, and the substitute rule removes
    a random dictionary index operation.
    lukegb committed Dec 1, 2020
    Copy the full SHA
    b28436a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    17b1bde View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    87f4676 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #105568 from lukegb/nixpkgs-cacert-blacklist

    cacert: fix certificate denylist
    andir committed Dec 1, 2020
    Copy the full SHA
    f170064 View commit details
    Browse the repository at this point in the history