Skip to content

Commit

Permalink
Merge pull request omniti-labs#105 from hadfl/bind-9.10.6
Browse files Browse the repository at this point in the history
bind: update to 9.10.6
  • Loading branch information
oetiker authored Jul 29, 2017
2 parents 057c1e5 + d8706e1 commit d980c76
Show file tree
Hide file tree
Showing 3 changed files with 1,331 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build/bind/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@
. ../../lib/functions.sh

PROG=bind
VER=9.10.5-P3
VER=9.10.6
VERHUMAN=$VER
PKG=network/dns/bind
SUMMARY="BIND DNS tools"
DESC="$SUMMARY ($VER)"

# skip tests when in batch mode
[ -n "$BATCH" ] && SKIP_TESTSUITE=1

DEPENDS_IPS="library/libxml2 library/security/openssl library/zlib
system/library system/library/gcc-5-runtime system/library/math"

Expand Down Expand Up @@ -62,6 +65,7 @@ download_source $PROG $PROG $VER
patch_source
prep_build
build
run_testsuite test-force
make_isa_stub
VER=${VER//-P/.}
VER=${VER//-W/.}
Expand Down
Loading

0 comments on commit d980c76

Please sign in to comment.