From 47e003b1b65c65d7a11d3fcabc0925426765f633 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 10 Mar 2016 10:52:00 -0500 Subject: [PATCH] dnsutils: Update patch level --- packages/dnsutils/build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/dnsutils/build.sh b/packages/dnsutils/build.sh index 5b52b5b6..466dfd5e 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.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-P3.tar.gz" -TERMUX_PKG_FOLDERNAME="bind-9.10.3-P3" +_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" -- 2.11.0