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: e083265ac03e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2535c42513d9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 8, 2020

  1. unbound: Add AF_NETLINK to allowed address families.

    Unbound throws the following error:
    
    --8<---------------cut here---------------start------------->8---
    error: failed to list interfaces: getifaddrs: Address family not supported by protocol
    fatal error: could not open ports
    --8<---------------cut here---------------end--------------->8---
    
    The solution is pulled from upstream:
    NLnetLabs/unbound#351
    Peng Mei Yu committed Dec 8, 2020
    Copy the full SHA
    3cd1a67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106308 from pmeiyu/master

    unbound: Add AF_NETLINK to allowed address families.
    flokli committed Dec 8, 2020
    Copy the full SHA
    2535c42 View commit details
    Browse the repository at this point in the history