X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/d9ac97ee7120401909b82f9eb64e6afb5f4ef79a..HEAD:/packages/dnsutils/build.sh diff --git a/packages/dnsutils/build.sh b/packages/dnsutils/build.sh index 809f1c8a..30ace351 100644 --- a/packages/dnsutils/build.sh +++ b/packages/dnsutils/build.sh @@ -1,13 +1,21 @@ TERMUX_PKG_HOMEPAGE=https://www.isc.org/downloads/bind/ TERMUX_PKG_DESCRIPTION="Clients provided with BIND" -TERMUX_PKG_VERSION=9.11.0-P5 +TERMUX_PKG_VERSION=9.11.1-P3 +TERMUX_PKG_REVISION=1 +TERMUX_PKG_SHA256=52426e75432e46996dc90f24fca027805a341c38fbbb022b60dc9acd2677ccf4 TERMUX_PKG_SRCURL="ftp://ftp.isc.org/isc/bind9/${TERMUX_PKG_VERSION}/bind-${TERMUX_PKG_VERSION}.tar.gz" -TERMUX_PKG_SHA256=1e283f0567b484687dfd7b936e26c9af4f64043daf73cbd8f3eb1122c9fb71f5 -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_PKG_EXTRA_CONFIGURE_ARGS=" +--with-ecdsa=no +--with-gost=no +--with-gssapi=no +--with-libjson=no +--with-libtool +--with-libxml2=no +--with-openssl=$TERMUX_PREFIX +--with-randomdev=/dev/random +--with-readline=-lreadline +" termux_step_pre_configure () { export BUILD_AR=ar