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: cb7f7742652a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0dbc0067604e
Choose a head ref
  • 15 commits
  • 9 files changed
  • 3 contributors

Commits on Mar 6, 2018

  1. hardening: fix #18995

    cstrahan committed Mar 6, 2018
    Copy the full SHA
    9fe17b2 View commit details
    Browse the repository at this point in the history
  2. hardening: use lib.toList

    cstrahan committed Mar 6, 2018
    Copy the full SHA
    9783a67 View commit details
    Browse the repository at this point in the history
  3. hardening: fix bug/typo

    cstrahan committed Mar 6, 2018
    Copy the full SHA
    0937df4 View commit details
    Browse the repository at this point in the history
  4. hardening: fix careless bugs

    I got a substitution backwards (used '+' instead of '-').
    
    Also, this now works under `set -u` (had to fix a couple unbound
    variable references).
    cstrahan committed Mar 6, 2018
    Copy the full SHA
    9920923 View commit details
    Browse the repository at this point in the history
  5. hardening: clarify the whitelist logic

    Per @Ericson2314's suggestion [1], make it more clear that the active
    hardenings are decided via whitelist; the blacklist is merely for the
    debug messages.
    
    1: 36d5ce4#r133279731
    cstrahan committed Mar 6, 2018
    Copy the full SHA
    cc7ce57 View commit details
    Browse the repository at this point in the history
  6. hardening: allow user supplied flags to override

    Put hardening flags before user supplied flags.
    cstrahan committed Mar 6, 2018
    Copy the full SHA
    fc46895 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    634c748 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Copy the full SHA
    806edaa View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Copy the full SHA
    273ce83 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    386e77d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4c76d87 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2364c22 View commit details
    Browse the repository at this point in the history
  5. hardening: Tiny reindent

    Ericson2314 authored and cstrahan committed Apr 10, 2018
    Copy the full SHA
    21818ae View commit details
    Browse the repository at this point in the history
  6. hardening: Reindent

    Ericson2314 authored and cstrahan committed Apr 10, 2018
    Copy the full SHA
    ac4d74b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #28029 from cstrahan/hardening-fix

    hardening: fix #18995
    Ericson2314 committed Apr 10, 2018
    Copy the full SHA
    0dbc006 View commit details
    Browse the repository at this point in the history