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: 08d98b2e3814
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 79faee180b71
Choose a head ref
  • 2 commits
  • 11 files changed
  • 1 contributor

Commits on Nov 13, 2018

  1. treewide: disable pie in more places

    Some packages don’t work correctly with pie. Here I disable it for:
    
    - busybox
    - linux kernel
    - kexectools
    
    I also get rid of the Musl conditional for disabling pie in GCC and
    Binutils. Some day we might want to enable PIE without Musl and it
    will be useful to have the *just* work with our compiler and linkers.
    matthewbauer committed Nov 13, 2018
    Copy the full SHA
    76c956b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50295 from matthewbauer/pie

    Disable PIE hardening in more places
    matthewbauer committed Nov 13, 2018
    Copy the full SHA
    79faee1 View commit details
    Browse the repository at this point in the history