From bfbe0fd6b057926a39642d9e37be8e21a036b86a Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Thu, 12 Dec 2019 08:18:38 -0500 Subject: [master] Updated bundled Bind9 to 9.11.14 bind/Makefile.in bind/bind.tar.gz bind/version.tmp configure configure.ac configure.ac+lt configure.ac-base configure.ac-lt util/bind.sh --- bind/Makefile.in | 8 +++++--- bind/bind.tar.gz | Bin 7950927 -> 8376949 bytes bind/version.tmp | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'bind') 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 index c15be8e5..e2b8203f 100644 Binary files a/bind/bind.tar.gz and b/bind/bind.tar.gz differ 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= -- cgit v1.2.1