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: 93137b171c95
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a5e230448b05
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 1, 2020

  1. ipmitool: migrate to openssl 1.1

    This adds a patch from debian to switch ipmitool to openssl 1.1.
    Upstream seems to already carry a version of this but that is yet to be
    part of a release.
    
    (cherry picked from commit ad19bb5)
    andir authored and worldofpeace committed Mar 1, 2020
    Copy the full SHA
    26f4dec View commit details
    Browse the repository at this point in the history
  2. ipmitool: cleanup expression

    * remove no-op substitution of s6_addr16 -> s6_addr
    
    This string doesn't exist anymore in that file.
    
    * clean up configureFlags
    
    (cherry picked from commit 43ec75d)
    flokli authored and worldofpeace committed Mar 1, 2020
    Copy the full SHA
    5c025bc View commit details
    Browse the repository at this point in the history
  3. ipmitool: fix compile on darwin

    (cherry picked from commit 8221755)
    worldofpeace committed Mar 1, 2020
    Copy the full SHA
    a5e2304 View commit details
    Browse the repository at this point in the history