[Bug 201753] mail/postfix-policyd-weigh: Latest version does not work with latest version of dns/p5-Net-DNS (Net::DNS)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jul 24 04:41:38 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201753
--- Comment #8 from Andrej Zverev <az at FreeBSD.org> ---
(In reply to Patrik Hildingsson from comment #7)
Can you in this case try to patch it like this (by hand):
#my ($dn, $offset) = Net::DNS::Packet::dn_expand(\$qb, 0);
my ($decoded, $offset) = decode Net::DNS::DomainName(\$qb);
my $dn = $decoded->name;
And yes, if this outdated tool can be replaced this is should be done.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-perl
mailing list