Skip to content

Commit fc73da6

Browse files
nodejs-github-botmarco-ippolito
authored andcommittedJul 19, 2024
deps: update c-ares to v1.30.0
PR-URL: #53416 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 53a7b6e commit fc73da6

Some content is hidden

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

55 files changed

+2709
-25185
lines changed
 

‎deps/cares/CHANGES

+5-6,482
Large diffs are not rendered by default.

‎deps/cares/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ INCLUDE (CheckCSourceCompiles)
1212
INCLUDE (CheckStructHasMember)
1313
INCLUDE (CheckLibraryExists)
1414

15-
PROJECT (c-ares LANGUAGES C VERSION "1.29.0" )
15+
PROJECT (c-ares LANGUAGES C VERSION "1.30.0" )
1616

1717
# Set this version before release
18-
SET (CARES_VERSION "1.29.0")
18+
SET (CARES_VERSION "${PROJECT_VERSION}")
1919

2020
INCLUDE (GNUInstallDirs) # include this *AFTER* PROJECT(), otherwise paths are wrong.
2121

@@ -30,7 +30,7 @@ INCLUDE (GNUInstallDirs) # include this *AFTER* PROJECT(), otherwise paths are w
3030
# For example, a version of 4:0:2 would generate output such as:
3131
# libname.so -> libname.so.2
3232
# libname.so.2 -> libname.so.2.2.0
33-
SET (CARES_LIB_VERSIONINFO "16:0:14")
33+
SET (CARES_LIB_VERSIONINFO "17:0:15")
3434

3535

3636
OPTION (CARES_STATIC "Build as a static library" OFF)

0 commit comments

Comments
 (0)
Please sign in to comment.