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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 08d98b2e3814
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
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

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    alexandre-abrioux Alexandre ABRIOUX
    Copy the full SHA
    76c956b View commit details
  2. Merge pull request #50295 from matthewbauer/pie

    Disable PIE hardening in more places
    matthewbauer authored Nov 13, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    alexandre-abrioux Alexandre ABRIOUX
    Copy the full SHA
    79faee1 View commit details
Loading