Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2015 04:41:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        perl@FreeBSD.org
Subject:   [Bug 201753] mail/postfix-policyd-weigh: Latest version does not work with latest version of dns/p5-Net-DNS (Net::DNS)
Message-ID:  <bug-201753-14331-CAqeNMimAy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201753-14331@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201753-14331@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201753

--- Comment #8 from Andrej Zverev <az@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201753-14331-CAqeNMimAy>