Skip to content
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
base: 3e867d16cde4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d5dc9a2140d8
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jul 17, 2019

  1. iputils: 20190515 -> 20190709

    https://github.com/iputils/iputils/releases/tag/s20190709
    
    See release notes for details,
    but of particular note is that
    this expression is now quite simpler
    due to the following:
    
    * ninfod now builds w/nettle!
    * update includes patches we fetched from upstream
    * cross should be handled now, during move to meson
      * prelim testing confirms, meson makes it much easier
        to get things right re:explanation given in comment
        (not propagating host/target info)
    * issue re:musl+idn2 appears resolved re:compilation,
      but results in unclear runtime errors regarding
      "invalid flags".  Keep disabled as before as this
      is clearer at the expression level and reports
      failure to resolve instead which is a bit clearer.
      (testing with systemd-less iputils)
    
    This also means our iputils is openssl-free,
    which if nothing else is a nice reduction in trans. size :).
    (quick imperfect comparison shows:
      39MB -> 35MB w/glibc
      11.4 -> 7.9 w/musl
    )
    
    iputils: nvm no IDN w/musl
    
    iputils: nvm keep idn disabled w/musl
    dtzWill authored and FRidh committed Jul 17, 2019
    Copy the full SHA
    d5dc9a2 View commit details
    Browse the repository at this point in the history