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

Commits on Dec 15, 2019

  1. spamassassin: enable IPv6 support with Socket6

    Communication between spamc and spamd would fail with messages about
    addresses being too long:
    
      error: Bad arg length for Socket::unpack_sockaddr_in, length is 28,
      should be 16
    
    By adding Socket6 as a buildInput, spamd is now able to process emails
    without choking on IPv6 addresses.
    plutotulp committed Dec 15, 2019
    Copy the full SHA
    6e87213 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75694 from plutotulp/spamassassin-ipv6-master

    spamassassin: enable IPv6 support with Socket6
    fpletz committed Dec 15, 2019
    Copy the full SHA
    7eee92e View commit details
    Browse the repository at this point in the history