From: Wouter Wijngaards Date: Mon, 28 Jan 2013 13:30:46 +0000 (+0000) Subject: - updated fwd_zero for newer nc. Updated common.sh for newer netstat. X-Git-Tag: release-1.4.20rc1~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fefeb21cf0065db32f1dce6fa71e1d3c7eb09663;p=thirdparty%2Funbound.git - updated fwd_zero for newer nc. Updated common.sh for newer netstat. git-svn-id: file:///svn/unbound/trunk@2825 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 46a97ae96..60c8adf1e 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +28 January 2013: Wouter + - updated fwd_zero for newer nc. Updated common.sh for newer netstat. + 17 January 2013: Wouter - unbound-anchors checks the emailAddress of the signer of the root.xml file, default is dnssec@iana.org. It also checks that diff --git a/testdata/common.sh b/testdata/common.sh index 8e3b2293e..2a8ec7bb3 100644 --- a/testdata/common.sh +++ b/testdata/common.sh @@ -116,7 +116,7 @@ get_random_port () { # depending on uname try to check for collisions in port numbers case "`uname`" in linux|Linux) - plist=`netstat -n -A ip -A ip6 -a | sed -e 's/^.*:\([0-9]*\) .*$/\1/'` + plist=`netstat -n -A ip -A ip6 -a 2>/dev/null | sed -e 's/^.*:\([0-9]*\) .*$/\1/'` ;; FreeBSD|freebsd|NetBSD|netbsd|OpenBSD|openbsd) plist=`netstat -n -a | grep "^[ut][dc]p[46] " | sed -e 's/^.*\.\([0-9]*\) .*$/\1/'` diff --git a/testdata/fwd_zero.tpkg b/testdata/fwd_zero.tpkg index 151d69563..b597bb66a 100644 Binary files a/testdata/fwd_zero.tpkg and b/testdata/fwd_zero.tpkg differ