X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/637f22d133aac8c8cc7db18638258c8f4646b688..0c6be16535cc3fb0a13cc1eb89897b6cecff33b4:/packages/dnsutils/build.sh diff --git a/packages/dnsutils/build.sh b/packages/dnsutils/build.sh index 717c0815..466dfd5e 100644 --- a/packages/dnsutils/build.sh +++ b/packages/dnsutils/build.sh @@ -1,10 +1,12 @@ TERMUX_PKG_HOMEPAGE=https://www.isc.org/downloads/bind/ TERMUX_PKG_DESCRIPTION="Clients provided with BIND" -TERMUX_PKG_VERSION=9.10.3 -TERMUX_PKG_BUILD_REVISION=4 -TERMUX_PKG_SRCURL="https://www.isc.org/downloads/file/bind-9-10-3/?version=tar-gz" -TERMUX_PKG_FOLDERNAME="bind-${TERMUX_PKG_VERSION}" -TERMUX_PKG_DEPENDS="openssl" +# NOTE: When changing this version, you also needo to change TERMUX_PKG_SRCURL +# and TERMUX_PKG_FOLDERNAME. +_PATCHLEVEL=4 +TERMUX_PKG_VERSION=9.10.3.$_PATCHLEVEL +TERMUX_PKG_SRCURL="https://ftp.isc.org/isc/bind/cur/9.10/bind-9.10.3-P${_PATCHLEVEL}.tar.gz" +TERMUX_PKG_FOLDERNAME="bind-9.10.3-P${_PATCHLEVEL}" +TERMUX_PKG_DEPENDS="openssl, readline, resolv-conf" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --with-gssapi=no --with-randomdev=/dev/random -with-ecdsa=no --with-gost=no --with-libxml2=no --with-libtool" export BUILD_AR=ar @@ -36,6 +38,4 @@ termux_step_make_install () { make -C lib/bind9 install make -C lib/lwres install make -C bin/dig install - - printf "nameserver 8.8.8.8\nnameserver 8.8.4.4" > $_RESOLV_CONF }