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: e883b0cef606
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6180ee52432f
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Oct 24, 2020

  1. libreswan: Unbreak the package

    On current unstable, libreswan compiles but then doesn't run because of an ABI
    change in NSS.
    
    There is an easy fix which is to land in the next version of libreswan, see
    libreswan/libreswan#334; in the meantime, we can copy
    this fix so that libreswan works again on unstable.
    iblech committed Oct 24, 2020
    Copy the full SHA
    975db4f View commit details
    Browse the repository at this point in the history
  2. libreswan: remove darwin from list of supported platforms

    See discussion at #101543. Currently,
    this build depends on iproute2 which is not available on darwin. This might be
    fixed in the future by employing iproute2mac.
    iblech committed Oct 24, 2020
    Copy the full SHA
    eff8479 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Copy the full SHA
    6180ee5 View commit details
    Browse the repository at this point in the history