forked from pool/c-ares
Adam Majer
e7ba41e9de
* Allow '/' as a valid character for a returned name for CNAME in-addr.arpa delegation * no longer forwards requests for localhost resolution per RFC6761 * During a domain search, treat ARES_ENODATA as ARES_NXDOMAIN so that the search process will continue to the next domain in the search. * Provide ares_nameser.h as a public interface as needed by NodeJS * Add support for URI(Uniform Resource Identifier) records via ares_parse_uri_reply() - 5c995d5.patch: upstreamed - disable-live-tests.patch: refreshed OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/c-ares?expand=0&rev=44
13 lines
425 B
Diff
13 lines
425 B
Diff
Index: c-ares-1.18.1/test/Makefile.inc
|
|
===================================================================
|
|
--- c-ares-1.18.1.orig/test/Makefile.inc
|
|
+++ c-ares-1.18.1/test/Makefile.inc
|
|
@@ -16,7 +16,6 @@ TESTSOURCES = ares-test-main.cc \
|
|
ares-test-parse-txt.cc \
|
|
ares-test-parse-uri.cc \
|
|
ares-test-misc.cc \
|
|
- ares-test-live.cc \
|
|
ares-test-mock.cc \
|
|
ares-test-mock-ai.cc \
|
|
ares-test-internal.cc \
|