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: ca0a44d30419
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: f87a18bde2d3
Choose a head ref
  • 10 commits
  • 12 files changed
  • 4 contributors

Commits on Apr 30, 2019

  1. androidndk-pkgs: Fix cc-wrapper flags

    (cherry picked from commit 5f4bf24)
    kmicklas authored and Ken Micklas committed Apr 30, 2019
    Copy the full SHA
    7fdf74b View commit details
    Browse the repository at this point in the history
  2. androidndk: fixup mess

    New android ndk (18) now uses clang. We were going through the wrapper
    that are provided. This lead to surprising errors when building.
    Ideally we could use the llvm linker as well, but this leads to errors
    as many packages don’t support the llvm linker.
    matthewbauer authored and Ken Micklas committed Apr 30, 2019
    Copy the full SHA
    fcbe865 View commit details
    Browse the repository at this point in the history
  3. readline: add android patch

    matthewbauer authored and Ken Micklas committed Apr 30, 2019
    Copy the full SHA
    54b18ff View commit details
    Browse the repository at this point in the history
  4. systems: remove android armv5te platform

    this isn’t useful any more because the ndk we use no longer supports it.
    matthewbauer authored and Ken Micklas committed Apr 30, 2019
    Copy the full SHA
    9e1dd3b View commit details
    Browse the repository at this point in the history
  5. androidndk-pkgs: Remove -mfloat flag

    Ken Micklas committed Apr 30, 2019
    Copy the full SHA
    f07df17 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. llvm: don’t use targetPlatform

    LLVM should be target independent because it will work with all
    machine types. This is different from GCC where it needs to know what
    target to build ahead of time.
    matthewbauer authored and Ken Micklas committed May 1, 2019
    Copy the full SHA
    2529c0c View commit details
    Browse the repository at this point in the history
  2. signing-party: 2.8 -> 2.9

    (cherry picked from commit f1e72ef)
    primeos committed May 1, 2019
    Copy the full SHA
    7629cc1 View commit details
    Browse the repository at this point in the history
  3. signing-party: 2.9 -> 2.10 (security, CVE-2019-11627)

    I switched to fetchFromGitLab for more transparency and because 2.10 is
    not yet available on any Debian mirrors.
    A drawback is that any dates in the man pages will now always be
    set to 1970-01-01, because fetchFromGitLab removes the timestamps from
    $src (not manually but by unpacking the archive).
    
    (cherry picked from commit 3b3a636)
    primeos committed May 1, 2019
    Copy the full SHA
    430e814 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #60647 from primeos/security-backports-for-19.03

    [19.03] Security backport for signing-party
    primeos committed May 1, 2019
    Copy the full SHA
    a07df8e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #60645 from obsidiansystems/km-androidndk-fixes-ba…

    …ckport-19.03
    
    Fix Android NDK for 19.03
    matthewbauer committed May 1, 2019
    Copy the full SHA
    f87a18b View commit details
    Browse the repository at this point in the history