X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7ce5638519cda066cd6adc547a574050c235c551..c4a2c255821424da01836473fd531f4f7009f91e:/packages/dnsutils/build.sh diff --git a/packages/dnsutils/build.sh b/packages/dnsutils/build.sh index 138f7e93..a7d974b4 100644 --- a/packages/dnsutils/build.sh +++ b/packages/dnsutils/build.sh @@ -1,11 +1,12 @@ TERMUX_PKG_HOMEPAGE=https://www.isc.org/downloads/bind/ TERMUX_PKG_DESCRIPTION="Clients provided with BIND" -TERMUX_PKG_VERSION=9.10.4 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_VERSION=9.11.0-P1 TERMUX_PKG_SRCURL="ftp://ftp.isc.org/isc/bind9/${TERMUX_PKG_VERSION}/bind-${TERMUX_PKG_VERSION}.tar.gz" +TERMUX_PKG_SHA256=094cd3134ba1b44f0910de1334f05a7dca68d583da038de40a8ad7a0cb1592c6 TERMUX_PKG_FOLDERNAME="bind-$TERMUX_PKG_VERSION" 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" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-libjson=no" TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-openssl=$TERMUX_PREFIX" termux_step_pre_configure () {