Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d740b2ee8551
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b2b5c1d5af2a
Choose a head ref
  • 16 commits
  • 18 files changed
  • 8 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
  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
  3. readline: add android patch

    matthewbauer authored and Ken Micklas committed Apr 30, 2019
    Copy the full SHA
    54b18ff View commit details
  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
  5. androidndk-pkgs: Remove -mfloat flag

    Ken Micklas committed Apr 30, 2019
    Copy the full SHA
    f07df17 View commit details

Commits on May 1, 2019

  1. virtualbox: 5.2.26 → 5.2.28

    (cherry picked from commit ea29d81)
    artemist authored and flokli committed May 1, 2019
    Copy the full SHA
    4621394 View commit details
  2. Copy the full SHA
    6d0332f View commit details
  3. Copy the full SHA
    65adcb9 View commit details
  4. [19.03] virtualbox: 5.2.26 -> 5.2.28 (#60635)

    [19.03] virtualbox: 5.2.26 -> 5.2.28
    flokli authored May 1, 2019
    Copy the full SHA
    ca0a44d View commit details
  5. 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
  6. signing-party: 2.8 -> 2.9

    (cherry picked from commit f1e72ef)
    primeos committed May 1, 2019
    Copy the full SHA
    7629cc1 View commit details
  7. 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
  8. Merge pull request #60647 from primeos/security-backports-for-19.03

    [19.03] Security backport for signing-party
    primeos authored May 1, 2019
    Copy the full SHA
    a07df8e View commit details
  9. Merge pull request #60645 from obsidiansystems/km-androidndk-fixes-ba…

    …ckport-19.03
    
    Fix Android NDK for 19.03
    matthewbauer authored May 1, 2019
    Copy the full SHA
    f87a18b View commit details
  10. testssl: 2.9.5-7 -> 2.9.5-8

    etu committed May 1, 2019
    Copy the full SHA
    4323cf2 View commit details
  11. Merge pull request #60657 from etu/backport-testssl-upgrades

    [19.03] testssl: 2.9.5-7 -> 2.9.5-8
    etu authored May 1, 2019
    Copy the full SHA
    b2b5c1d View commit details
Loading