FreeBSD Bugzilla – Attachment 216033 Details for
Bug 246648
dns/unbound 1.10.1 do not build with FILTER_AAAA option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix the problem
unbound-1.10.1_1-newdiff.1 (text/plain), 1.48 KB, created by
Jaap Akkerhuis
on 2020-06-29 11:42:44 UTC
(
hide
)
Description:
patch to fix the problem
Filename:
MIME Type:
Creator:
Jaap Akkerhuis
Created:
2020-06-29 11:42:44 UTC
Size:
1.48 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 540699) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= unbound > PORTVERSION= 1.10.1 >+PORTREVISION= 1 > CATEGORIES= dns > MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ \ > https://distfiles.crux.guru/ >Index: files/patch-contrib_aaaa-filter-iterator.patch >=================================================================== >--- files/patch-contrib_aaaa-filter-iterator.patch (nonexistent) >+++ files/patch-contrib_aaaa-filter-iterator.patch (working copy) >@@ -0,0 +1,11 @@ >+--- contrib/aaaa-filter-iterator.patch.orig 2020-05-22 11:23:43 UTC >++++ contrib/aaaa-filter-iterator.patch >+@@ -149,7 +149,7 @@ Index: trunk/iterator/iterator.c >+ + if(!generate_sub_request(iq->qchase.qname, >+ + iq->qchase.qname_len, LDNS_RR_TYPE_A, >+ + iq->qchase.qclass, qstate, id, iq, >+-+ INIT_REQUEST_STATE, FINISHED_STATE, &subq, 1)) { >+++ INIT_REQUEST_STATE, FINISHED_STATE, &subq, 1, 0)) { >+ + log_nametypeclass(VERB_ALGO, "ASN-AAAA-filter: failed " >+ + "preloading of A record for", >+ + iq->qchase.qname, LDNS_RR_TYPE_A, > >Property changes on: files/patch-contrib_aaaa-filter-iterator.patch >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 246648
:
214767
|
214842
| 216033