FreeBSD Bugzilla – Attachment 230289 Details for
Bug 260553
dns/unbound: Fails to patch with AAAA=ON: aaaa-filter-iterator.patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to patch the aaa-filter patch
patch-contrib_aaaa-filter-iterator.patch (text/plain), 1.63 KB, created by
Jaap Akkerhuis
on 2021-12-21 15:26:23 UTC
(
hide
)
Description:
patch to patch the aaa-filter patch
Filename:
MIME Type:
Creator:
Jaap Akkerhuis
Created:
2021-12-21 15:26:23 UTC
Size:
1.63 KB
patch
obsolete
>--- contrib/aaaa-filter-iterator.patch.orig 2021-12-20 17:00:58 UTC >+++ contrib/aaaa-filter-iterator.patch >@@ -109,9 +109,9 @@ index 7bc67da6..e10f547a 100644 > iter_env->supports_ipv6 = cfg->do_ip6; > iter_env->supports_ipv4 = cfg->do_ip4; > + iter_env->aaaa_filter = cfg->aaaa_filter; >+ iter_env->outbound_msg_retry = cfg->outbound_msg_retry; > return 1; > } >- > diff --git a/iterator/iterator.c b/iterator/iterator.c > index 23b07ea9..ca29b48c 100644 > --- a/iterator/iterator.c >@@ -387,15 +387,15 @@ index 1d0e8658..f284dd43 100644 > %token VAR_PRIVATE_DOMAIN VAR_REMOTE_CONTROL VAR_CONTROL_ENABLE > %token VAR_CONTROL_INTERFACE VAR_CONTROL_PORT VAR_SERVER_KEY_FILE > %token VAR_SERVER_CERT_FILE VAR_CONTROL_KEY_FILE VAR_CONTROL_CERT_FILE >-@@ -233,6 +234,7 @@ content_server: server_num_threads | server_verbosity | server_port | >+@@ -244,6 +244,7 @@ content_server: server_num_threads | server_verbosity | server_port | > server_dlv_anchor_file | server_dlv_anchor | server_neg_cache_size | > server_harden_referral_path | server_private_address | >- server_private_domain | server_extended_statistics | >+ server_private_domain | server_extended_statistics | > + server_aaaa_filter | >- server_local_data_ptr | server_jostle_timeout | >- server_unwanted_reply_threshold | server_log_time_ascii | >- server_domain_insecure | server_val_sig_skew_min | >-@@ -1563,6 +1565,15 @@ server_caps_whitelist: VAR_CAPS_WHITELIST STRING_ARG >+ server_local_data_ptr | server_jostle_timeout | >+ server_unwanted_reply_threshold | server_log_time_ascii | >+ >+@@ -1742,6 +1744,15 @@ server_caps_whitelist: VAR_CAPS_WHITELIST STRING_ARG > yyerror("out of memory"); > } > ;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jaap
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 260553
:
230252
| 230289