svn commit: r523625 - in head/dns: bind911/files bind914/files

Mathieu Arnold mat at FreeBSD.org
Mon Jan 20 14:47:55 UTC 2020


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


More information about the svn-ports-all mailing list