Skip to content

Commit 534ac7c

Browse files
committed
deps: update c-ares to 1.18.1
Updated as described in doc/guides/maintaining-c-ares.md. PR-URL: #40660 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent e4339fe commit 534ac7c

File tree

174 files changed

+98995
-919
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+98995
-919
lines changed

deps/cares/CHANGES

+5,121
Large diffs are not rendered by default.

deps/cares/CMakeLists.txt

+766
Large diffs are not rendered by default.

deps/cares/CONTRIBUTING.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Contributing to c-ares
2+
======================
3+
4+
To contribute patches to c-ares, please generate a GitHub pull request
5+
and follow these guidelines:
6+
7+
- Check that the Travis builds are green for your pull request.
8+
- Please update the test suite to add a test case for any new functionality.
9+
- Build the library with `./configure --enable-debug --enable-maintainer-mode` and
10+
ensure there are no new warnings.
11+
12+
To improve the chances of the c-ares maintainers responding to your request:
13+
14+
- Also send an email to the mailing list at `[email protected]` describing your change.
15+
- To follow any associated discussion, please subscribe to the [mailing list](http://lists.haxx.se/listinfo/c-ares).

0 commit comments

Comments
 (0)