dnsutils: Update BIND-9.10.3 to BIND-9.10.3-P2
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 3 Jan 2016 10:59:39 +0000 (05:59 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 3 Jan 2016 10:59:39 +0000 (05:59 -0500)
packages/dnsutils/build.sh

index ed1c377..889c7de 100644 (file)
@@ -1,9 +1,11 @@
 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=6
-TERMUX_PKG_SRCURL="https://www.isc.org/downloads/file/bind-9-10-3/?version=tar-gz"
-TERMUX_PKG_FOLDERNAME="bind-${TERMUX_PKG_VERSION}"
+# 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_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_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"