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: 138f2cc707d7
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: cb0e20d6db96
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 4, 2019

  1. buildbot: fix CVE-2019-7313

    veprbl committed Feb 4, 2019
    Copy the full SHA
    fe792ef View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. python/grpcio: fix darwin build

    grpcio currently does not build on Darwin (10.13.6). Due to the
    following issues:
    
    * ar is invoked with incorrect flags (#33765).
    * libtool cannot be found, with a libtool dependency, with libtool
      the option '-no_warning_for_no_symbols' is not recognized.
    * the module build cannot find boringssl that is packaged with
      python-grpcio when pkgconfig is not installed (grpc/#10058).
    
    (cherry picked from commit 4beb94d)
    danieldk authored and matthewbauer committed Feb 15, 2019
    Copy the full SHA
    cb0e20d View commit details
    Browse the repository at this point in the history