From: Fredrik Fornwall Date: Thu, 21 Jan 2016 10:33:55 +0000 (-0500) Subject: dnsutils: Update from 9.10.3-P2 to 9.10.3-P3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/a641a8f624b67d4f7673d4ba25ef338c20799a82?ds=inline dnsutils: Update from 9.10.3-P2 to 9.10.3-P3 --- diff --git a/packages/dnsutils/build.sh b/packages/dnsutils/build.sh index 889c7dea..5b52b5b6 100644 --- a/packages/dnsutils/build.sh +++ b/packages/dnsutils/build.sh @@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.isc.org/downloads/bind/ TERMUX_PKG_DESCRIPTION="Clients provided with BIND" # NOTE: When changing this version, you also needo to change TERMUX_PKG_SRCURL # and TERMUX_PKG_FOLDERNAME. -TERMUX_PKG_VERSION=9.10.3.2 +TERMUX_PKG_VERSION=9.10.3.3 # TERMUX_PKG_SRCURL="https://www.isc.org/downloads/file/bind-9-10-3-p2/?version=tar-gz" -TERMUX_PKG_SRCURL="https://ftp.isc.org/isc/bind/cur/9.10/bind-9.10.3-P2.tar.gz" -TERMUX_PKG_FOLDERNAME="bind-9.10.3-P2" +TERMUX_PKG_SRCURL="https://ftp.isc.org/isc/bind/cur/9.10/bind-9.10.3-P3.tar.gz" +TERMUX_PKG_FOLDERNAME="bind-9.10.3-P3" 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"