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: 6a1782986d54
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8f2be9ac3608
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 31, 2020

  1. nss: make reproducible (#102156)

    According to
    https://hg.mozilla.org/projects/nss/file/c1fad130dce2081a5d6ce9f539c72d999f59afce/build.sh#l129
    the FIPS mode is not enabled by default. Yet we generate the .chk files
    that are only meant to be used for that mode. I have a sense that those
    have been cargo-culted around.
    
    Adding FIPS is still possible but you have to explictily build the lib
    with `pkgs.nss.override { enableFIPS = true; }`
    
    More info on what FIPS is:
    https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Tech_Notes/nss_tech_note6
    
    Other distros wrangling with the same issue:
    https://bugzilla.opensuse.org/show_bug.cgi?id=1081723
    zimbatm committed Oct 31, 2020
    Copy the full SHA
    8f2be9a View commit details
    Browse the repository at this point in the history