Skip to content

Commit d8706e1

Browse files
committed
bind: update to 9.10.6
1 parent faa046f commit d8706e1

File tree

3 files changed

+1331
-2
lines changed

3 files changed

+1331
-2
lines changed

build/bind/build.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@
2828
. ../../lib/functions.sh
2929

3030
PROG=bind
31-
VER=9.10.5-P3
31+
VER=9.10.6
3232
VERHUMAN=$VER
3333
PKG=network/dns/bind
3434
SUMMARY="BIND DNS tools"
3535
DESC="$SUMMARY ($VER)"
3636

37+
# skip tests when in batch mode
38+
[ -n "$BATCH" ] && SKIP_TESTSUITE=1
39+
3740
DEPENDS_IPS="library/libxml2 library/security/openssl library/zlib
3841
system/library system/library/gcc-5-runtime system/library/math"
3942

@@ -62,6 +65,7 @@ download_source $PROG $PROG $VER
6265
patch_source
6366
prep_build
6467
build
68+
run_testsuite test-force
6569
make_isa_stub
6670
VER=${VER//-P/.}
6771
VER=${VER//-W/.}

0 commit comments

Comments
 (0)