diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-01-20 22:47:54 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-01-20 22:47:54 +0800 |
commit | 1fdaf95627e9d37de9a44f3e7831668275fedd0c (patch) | |
tree | 4b4a40a4551a6e375a2419b1e9ab1cabc1565f8f /dns | |
parent | 9bfddf33b79ed7ab93e131f5a9ee91c4a3477ac3 (diff) | |
download | freebsd-ports-gnome-1fdaf95627e9d37de9a44f3e7831668275fedd0c.tar.gz freebsd-ports-gnome-1fdaf95627e9d37de9a44f3e7831668275fedd0c.tar.zst freebsd-ports-gnome-1fdaf95627e9d37de9a44f3e7831668275fedd0c.zip |
Add descriptions for the patches.
Diffstat (limited to 'dns')
6 files changed, 17 insertions, 0 deletions
diff --git a/dns/bind911/files/extrapatch-bind-min-override-ttl b/dns/bind911/files/extrapatch-bind-min-override-ttl index 1b7cc67c446d..ccaa2582ac87 100644 --- a/dns/bind911/files/extrapatch-bind-min-override-ttl +++ b/dns/bind911/files/extrapatch-bind-min-override-ttl @@ -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\ diff --git a/dns/bind911/files/patch-bin_tests_system_dlzexternal_Makefile.in b/dns/bind911/files/patch-bin_tests_system_dlzexternal_Makefile.in index 10d490aecb0e..5a9b0160f9e4 100644 --- a/dns/bind911/files/patch-bin_tests_system_dlzexternal_Makefile.in +++ b/dns/bind911/files/patch-bin_tests_system_dlzexternal_Makefile.in @@ -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 = diff --git a/dns/bind911/files/patch-configure b/dns/bind911/files/patch-configure index 16d7c63ea51c..ad59e457788a 100644 --- a/dns/bind911/files/patch-configure +++ b/dns/bind911/files/patch-configure @@ -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 diff --git a/dns/bind914/files/extrapatch-bind-min-override-ttl b/dns/bind914/files/extrapatch-bind-min-override-ttl index a300c98232d1..b3745252448e 100644 --- a/dns/bind914/files/extrapatch-bind-min-override-ttl +++ b/dns/bind914/files/extrapatch-bind-min-override-ttl @@ -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\ diff --git a/dns/bind914/files/patch-bin_tests_system_dlzexternal_Makefile.in b/dns/bind914/files/patch-bin_tests_system_dlzexternal_Makefile.in index 8aa8af370293..fac6cfad925f 100644 --- a/dns/bind914/files/patch-bin_tests_system_dlzexternal_Makefile.in +++ b/dns/bind914/files/patch-bin_tests_system_dlzexternal_Makefile.in @@ -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 = diff --git a/dns/bind914/files/patch-configure b/dns/bind914/files/patch-configure index 17737d55a36f..5c55a27f643d 100644 --- a/dns/bind914/files/patch-configure +++ b/dns/bind914/files/patch-configure @@ -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 |