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: 82eade85f8ec
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: f87a18bde2d3
Choose a head ref
  • 17 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
    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. 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
    Browse the repository at this point in the history
  2. masterpdfeditor: 5.2.20 -> 5.3.22

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/masterpdfeditor/versions
    
    (cherry picked from commit 7f1a7b1)
    r-ryantm authored and flokli committed May 1, 2019
    Copy the full SHA
    9b3b4c7 View commit details
    Browse the repository at this point in the history
  3. masterpdfeditor: 5.3.22 -> 5.4.04

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/masterpdfeditor/versions
    
    (cherry picked from commit 48b138b)
    r-ryantm authored and flokli committed May 1, 2019
    Copy the full SHA
    92e2d8b View commit details
    Browse the repository at this point in the history
  4. masterpdfeditor: 5.4.04 -> 5.4.10

    (cherry picked from commit 314e06b)
    flokli committed May 1, 2019
    Copy the full SHA
    d740b2e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6d0332f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    65adcb9 View commit details
    Browse the repository at this point in the history
  7. [19.03] virtualbox: 5.2.26 -> 5.2.28 (#60635)

    [19.03] virtualbox: 5.2.26 -> 5.2.28
    flokli committed May 1, 2019
    Copy the full SHA
    ca0a44d View commit details
    Browse the repository at this point in the history
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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