diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/Makefile.in | 8 | ||||
-rw-r--r-- | bind/bind.tar.gz | bin | 7950927 -> 8376949 bytes | |||
-rw-r--r-- | bind/version.tmp | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/bind/Makefile.in b/bind/Makefile.in index 8fb5358e..8fe8883f 100644 --- a/bind/Makefile.in +++ b/bind/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009-2019 Internet Systems Consortium, Inc. ("ISC") # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -26,13 +26,15 @@ bindconfig = --without-openssl --without-libxml2 --without-libjson \ --includedir=@includedir@ --libdir=@libdir@ --without-python\ @BINDLT@ @BINDIOMUX@ @BINDCONFIG@ --enable-full-report -cleandirs = ./lib ./include +@BIND_ATF_FALSE@cleandirs = ./lib ./include +@BIND_ATF_TRUE@cleandirs = ./lib ./include ./atf cleanfiles = ./configure.log ./build.log ./install.log bindlibs = isc dns isccfg irs installdirs = includedir=${binddir}/include libdir=${binddir}/lib -all: bind1 bind2 +@BIND_ATF_FALSE@all: bind1 bind2 +@BIND_ATF_TRUE@all: bind1 atf bind2 bind1: # Extract the source from the tarball, if it hasn't been already. diff --git a/bind/bind.tar.gz b/bind/bind.tar.gz Binary files differindex c15be8e5..e2b8203f 100644 --- a/bind/bind.tar.gz +++ b/bind/bind.tar.gz diff --git a/bind/version.tmp b/bind/version.tmp index ceed606c..cf52f1b9 100644 --- a/bind/version.tmp +++ b/bind/version.tmp @@ -5,7 +5,7 @@ PRODUCT=BIND DESCRIPTION="(Extended Support Version)" MAJORVER=9 MINORVER=11 -PATCHVER=8 +PATCHVER=14 RELEASETYPE= RELEASEVER= EXTENSIONS= |