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: 499d72936b9e
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 21be1354d29f
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Sep 20, 2019

  1. ip2unix: 2.1.0 -> 2.1.1

    This is just a small bugfix release (essentially adds two lines of code)
    which fixes a segfault if using with a program that doesn't pass a
    sockaddr buffer to accept() or accept4().
    
    Signed-off-by: aszlig <aszlig@nix.build>
    (cherry picked from commit d69bc56)
    aszlig committed Sep 20, 2019
    Copy the full SHA
    3f2ffe1 View commit details
    Browse the repository at this point in the history
  2. httpie: add missing 'setuptools' to propagatedBuildInputs

    As a side-effect of f7e28bf, the build no longer propagated 'setuptools', which
    is a run-time dependency. See #68314 for further details.
    
    (cherry picked from commit 55bf3b4)
    madjar authored and Ma27 committed Sep 20, 2019
    Copy the full SHA
    e81404f View commit details
    Browse the repository at this point in the history
  3. httpie: use python3 by default

    This package is intended to be used as application and supports
    python3[1] (and is about to deprecated python2.7 support[2]),
    so there's no reason to not use it in 2019.
    
    [1] https://github.com/jakubroztocil/httpie/tree/1.0.3#python-version
    [2] httpie/cli@b3d2c18
    
    (cherry picked from commit a7f002a)
    Ma27 committed Sep 20, 2019
    Copy the full SHA
    6868fcd View commit details
    Browse the repository at this point in the history
  4. csvs-to-sqlite: 0.9 -> 1.0

    (cherry picked from commit 527fc00)
    B4dM4n authored and Ma27 committed Sep 20, 2019
    Copy the full SHA
    21be135 View commit details
    Browse the repository at this point in the history