]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES, copyright
authorMark Andrews <marka@isc.org>
Fri, 25 May 2018 06:29:04 +0000 (16:29 +1000)
committerEvan Hunt <each@isc.org>
Tue, 26 Jun 2018 18:03:42 +0000 (11:03 -0700)
(cherry picked from commit f7d346357e93433947e953fb4fdfe736e3a283cb)

CHANGES
bin/named/main.c
bin/tests/system/checkconf/bad-sharedzone3.conf
util/copyrights

diff --git a/CHANGES b/CHANGES
index b2e24236bc2fcb8adeb41f1a93589d06a848f8c8..2b02ea2e47f22dead1270a7354edb6922fa4050f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+4980.  [bug]           Named-checkconf failed to detect bad in-view targets.
+                       [GL #288]
+
 4979.  [bug]           Non-libcap builds were not checking whether all
                        requested capabilities are present in the permitted
                        capability set. [GL #321]
index 2a8a40c2b080a44b6fd01e47031550bc462ac42b..32e72218299665b2155e3290dcbb8a183de257cc 100644 (file)
@@ -1053,7 +1053,7 @@ setup(void) {
        isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
                      NS_LOGMODULE_MAIN, ISC_LOG_NOTICE,
                      "compiled with OpenSSL version: %s",
-                     OPENSSL_VERSION_TEXT);
+                     OPENSSL_VERSION_TEXT);
 #if !defined(LIBRESSL_VERSION_NUMBER) && \
     OPENSSL_VERSION_NUMBER >= 0x10100000L /* 1.1.0 or higher */
        isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
index e174ab11653efef5d5ac6a242587d98b5acb98e5..48a49662cabca63ff1a7bf47dab523d1a3706cf1 100644 (file)
@@ -1,12 +1,17 @@
 /*
  * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
  *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
  *
- * See the COPYRIGHT file distributed with this work for additional
- * information regarding copyright ownership.
+ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+ * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
  */
 
 view first {
index e11a13f9598558658f4976e232d6aaf67165a258..934c40a92d64e7aca67dcae1db703943732e2931 100644 (file)
 ./bin/tests/system/checkconf/bad-sharedwritable2.conf  CONF-C  2014,2018
 ./bin/tests/system/checkconf/bad-sharedzone1.conf      CONF-C  2013,2018
 ./bin/tests/system/checkconf/bad-sharedzone2.conf      CONF-C  2013,2018
+./bin/tests/system/checkconf/bad-sharedzone3.conf      CONF-C  2018
 ./bin/tests/system/checkconf/bad-tsig.conf     CONF-C  2012,2013,2018
 ./bin/tests/system/checkconf/bad-update-policy1.conf   CONF-C  2018
 ./bin/tests/system/checkconf/bad-update-policy2.conf   CONF-C  2018