Merge pull request #75694 from plutotulp/spamassassin-ipv6-master
spamassassin: enable IPv6 support with Socket6
This commit is contained in:
commit
7eee92eab7
@ -13,7 +13,8 @@ perlPackages.buildPerlPackage rec {
|
|||||||
patches = [ ./sa-update_add--siteconfigpath.patch ];
|
patches = [ ./sa-update_add--siteconfigpath.patch ];
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ] ++ (with perlPackages; [ HTMLParser NetDNS NetAddrIP DBFile HTTPDate MailDKIM
|
buildInputs = [ makeWrapper ] ++ (with perlPackages; [ HTMLParser NetDNS NetAddrIP DBFile HTTPDate MailDKIM
|
||||||
LWP IOSocketSSL DBI EncodeDetect IPCountry NetIdent Razor2ClientAgent MailSPF NetDNSResolverProgrammable ]);
|
LWP IOSocketSSL DBI EncodeDetect IPCountry NetIdent Razor2ClientAgent MailSPF NetDNSResolverProgrammable
|
||||||
|
Socket6 ]);
|
||||||
|
|
||||||
# Enabling 'taint' mode is desirable, but that flag disables support
|
# Enabling 'taint' mode is desirable, but that flag disables support
|
||||||
# for the PERL5LIB environment variable. Needs further investigation.
|
# for the PERL5LIB environment variable. Needs further investigation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user