Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2020 14:47:54 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523625 - in head/dns: bind911/files bind914/files
Message-ID:  <202001201447.00KElsYQ098043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jan 20 14:47:54 2020
New Revision: 523625
URL: https://svnweb.freebsd.org/changeset/ports/523625

Log:
  Add descriptions for the patches.

Modified:
  head/dns/bind911/files/extrapatch-bind-min-override-ttl   (contents, props changed)
  head/dns/bind911/files/patch-bin_tests_system_dlzexternal_Makefile.in   (contents, props changed)
  head/dns/bind911/files/patch-configure   (contents, props changed)
  head/dns/bind914/files/extrapatch-bind-min-override-ttl   (contents, props changed)
  head/dns/bind914/files/patch-bin_tests_system_dlzexternal_Makefile.in   (contents, props changed)
  head/dns/bind914/files/patch-configure   (contents, props changed)

Modified: head/dns/bind911/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind911/files/extrapatch-bind-min-override-ttl	Mon Jan 20 14:40:18 2020	(r523624)
+++ head/dns/bind911/files/extrapatch-bind-min-override-ttl	Mon Jan 20 14:47:54 2020	(r523625)
@@ -1,3 +1,6 @@
+- Add the min-cache-ttl config knob.
+- Add the override-cache-ttl config knob.
+
 --- bin/named/config.c.orig	2019-12-12 05:17:55 UTC
 +++ bin/named/config.c
 @@ -182,6 +182,8 @@ options {\n\

Modified: head/dns/bind911/files/patch-bin_tests_system_dlzexternal_Makefile.in
==============================================================================
--- head/dns/bind911/files/patch-bin_tests_system_dlzexternal_Makefile.in	Mon Jan 20 14:40:18 2020	(r523624)
+++ head/dns/bind911/files/patch-bin_tests_system_dlzexternal_Makefile.in	Mon Jan 20 14:47:54 2020	(r523625)
@@ -1,3 +1,5 @@
+BIND9 seems to be abusing LDFLAGS here, and it breaks our linker.
+
 --- bin/tests/system/dlzexternal/Makefile.in.orig	2018-06-10 06:06:33 UTC
 +++ bin/tests/system/dlzexternal/Makefile.in
 @@ -34,7 +34,7 @@ OBJS =

Modified: head/dns/bind911/files/patch-configure
==============================================================================
--- head/dns/bind911/files/patch-configure	Mon Jan 20 14:40:18 2020	(r523624)
+++ head/dns/bind911/files/patch-configure	Mon Jan 20 14:47:54 2020	(r523625)
@@ -1,3 +1,7 @@
+- Axe the kerberos/gssapi discovery code to make sure it uses the correct
+  libraries.
+- Cleanup the BDB discovery code to find more recent versions.
+
 --- configure.orig	2019-12-12 05:17:55 UTC
 +++ configure
 @@ -15646,27 +15646,9 @@ done

Modified: head/dns/bind914/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind914/files/extrapatch-bind-min-override-ttl	Mon Jan 20 14:40:18 2020	(r523624)
+++ head/dns/bind914/files/extrapatch-bind-min-override-ttl	Mon Jan 20 14:47:54 2020	(r523625)
@@ -1,3 +1,5 @@
+- Add the override-cache-ttl config knob.
+
 --- bin/named/config.c.orig	2019-12-12 06:12:17 UTC
 +++ bin/named/config.c
 @@ -181,6 +181,7 @@ options {\n\

Modified: head/dns/bind914/files/patch-bin_tests_system_dlzexternal_Makefile.in
==============================================================================
--- head/dns/bind914/files/patch-bin_tests_system_dlzexternal_Makefile.in	Mon Jan 20 14:40:18 2020	(r523624)
+++ head/dns/bind914/files/patch-bin_tests_system_dlzexternal_Makefile.in	Mon Jan 20 14:47:54 2020	(r523625)
@@ -1,3 +1,5 @@
+BIND9 seems to be abusing LDFLAGS here, and it breaks our linker.
+
 --- bin/tests/system/dlzexternal/Makefile.in.orig	2018-02-26 06:30:28 UTC
 +++ bin/tests/system/dlzexternal/Makefile.in
 @@ -34,7 +34,7 @@ OBJS =

Modified: head/dns/bind914/files/patch-configure
==============================================================================
--- head/dns/bind914/files/patch-configure	Mon Jan 20 14:40:18 2020	(r523624)
+++ head/dns/bind914/files/patch-configure	Mon Jan 20 14:47:54 2020	(r523625)
@@ -1,3 +1,7 @@
+- Axe the kerberos/gssapi discovery code to make sure it uses the correct
+  libraries.
+- Cleanup the BDB discovery code to find more recent versions.
+
 --- configure.orig	2019-12-12 06:12:17 UTC
 +++ configure
 @@ -16854,27 +16854,9 @@ done



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001201447.00KElsYQ098043>