mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Net::DNS 0.76 broke the handling of some packets
This commit is contained in:
@@ -19,8 +19,14 @@ SYSTEMTESTTOP=..
|
|||||||
. $SYSTEMTESTTOP/conf.sh
|
. $SYSTEMTESTTOP/conf.sh
|
||||||
|
|
||||||
if $PERL -e 'use Net::DNS;' 2>/dev/null
|
if $PERL -e 'use Net::DNS;' 2>/dev/null
|
||||||
|
then
|
||||||
|
if $PERL -e 'use Net::DNS; die if $Net::DNS::VERSION >= 0.76;' 2>/dev/null
|
||||||
then
|
then
|
||||||
:
|
:
|
||||||
|
else
|
||||||
|
echo "I:Net::DNS version 0.76 has a bug that causes this test to fail: please update." >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo "I:This test requires the Net::DNS library." >&2
|
echo "I:This test requires the Net::DNS library." >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
@@ -15,8 +15,14 @@
|
|||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
if $PERL -e 'use Net::DNS;' 2>/dev/null
|
if $PERL -e 'use Net::DNS;' 2>/dev/null
|
||||||
|
then
|
||||||
|
if $PERL -e 'use Net::DNS; die if $Net::DNS::VERSION >= 0.76;' 2>/dev/null
|
||||||
then
|
then
|
||||||
:
|
:
|
||||||
|
else
|
||||||
|
echo "I:Net::DNS version 0.76 has a bug that causes this test to fail: please update." >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo "I:This test requires the Net::DNS library." >&2
|
echo "I:This test requires the Net::DNS library." >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user