Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 72158c231ae4
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 55e7f95265c9
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Jun 1, 2020

  1. Copy the full SHA
    83ad0f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89278 from zowoq/stale

    .github/stale.yml: quote labels
    ryantm committed Jun 1, 2020
    Copy the full SHA
    6756194 View commit details
    Browse the repository at this point in the history
  3. ip2unix: 2.1.2 -> 2.1.3

    Upstream fixes:
    
      - Pass linker version script to the linker instead of the compiler.
      - Compile with `-fPIC` again (regression from version 2.1.2).
      - Out of bounds array access in `globpath`.
      - Handling of `epoll_ctl` calls (they're now replayed after replacing
        socket).
      - GCC 10 build errors and Clang warnings.
    
    While most of these fixes are more relevant for other distros, the
    linker script fix is actually a regression existing since a long time
    (version 1.x) and caused libip2unix to expose way too many symbols.
    
    Built and tested on i686-linux and x86_64-linux.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Jun 1, 2020
    Copy the full SHA
    67325b1 View commit details
    Browse the repository at this point in the history
  4. doc/stdenv: improve autoPatchelfHook description

    * Add id
    * Mention rpath
    * The control variables do not really have to be env vars (though without structuredAttrs there is not a difference)
    jtojnar committed Jun 1, 2020
    Copy the full SHA
    55e7f95 View commit details
    Browse the repository at this point in the history