FreeBSD Bugzilla – Attachment 239964 Details for
Bug 269337
dns/unbound: fails to patch phase with AAAA option ON
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix aaaa-filter patch
unbound-1.17.1_2.diff (text/plain), 1.05 KB, created by
Jaap Akkerhuis
on 2023-02-07 09:47:31 UTC
(
hide
)
Description:
Patch to fix aaaa-filter patch
Filename:
MIME Type:
Creator:
Jaap Akkerhuis
Created:
2023-02-07 09:47:31 UTC
Size:
1.05 KB
patch
obsolete
>diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile >index 4059e45a41..2f8c7b4eef 100644 >--- a/dns/unbound/Makefile >+++ b/dns/unbound/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= unbound > DISTVERSION= 1.17.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= dns > MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ > >diff --git a/dns/unbound/files/patch-contrib_aaaa-filter-iterator.patch b/dns/unbound/files/patch-contrib_aaaa-filter-iterator.patch >new file mode 100644 >index 0000000000..a885d2269e >--- /dev/null >+++ b/dns/unbound/files/patch-contrib_aaaa-filter-iterator.patch >@@ -0,0 +1,11 @@ >+--- contrib/aaaa-filter-iterator.patch.orig 2023-02-06 14:22:58 UTC >++++ contrib/aaaa-filter-iterator.patch >+@@ -108,6 +108,8 @@ index 2482a1f4..bd5ba243 100644 >+ iter_env->supports_ipv6 = cfg->do_ip6; >+ iter_env->supports_ipv4 = cfg->do_ip4; >+ iter_env->outbound_msg_retry = cfg->outbound_msg_retry; >++ iter_env->max_sent_count = cfg->max_sent_count; >++ iter_env->max_query_restarts = cfg->max_query_restarts; >+ + iter_env->aaaa_filter = cfg->aaaa_filter; >+ return 1; >+ }
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 269337
: 239964