Skip to content

Commit

Permalink
fixup! deps: update c-ares to 1.21.0
Browse files Browse the repository at this point in the history
update gypfile
  • Loading branch information
targos committed Oct 28, 2023
1 parent 9624633 commit 0bd1e85
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions deps/cares/cares.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
'src/lib/ares_data.c',
'src/lib/ares_data.h',
'src/lib/ares_destroy.c',
'src/lib/ares_dns_mapping.c',
'src/lib/ares_dns_parse.c',
'src/lib/ares_dns_record.c',
'src/lib/ares_dns_record.h',
'src/lib/ares_expand_name.c',
'src/lib/ares_expand_string.c',
'src/lib/ares_fds.c',
Expand All @@ -49,9 +53,8 @@
'src/lib/ares_init.c',
'src/lib/ares_ipv6.h',
'src/lib/ares_library_init.c',
'src/lib/ares_math.c',
'src/lib/ares_mkquery.c',
'src/lib/ares_nowarn.c',
'src/lib/ares_nowarn.h',
'src/lib/ares_options.c',
'src/lib/ares_parse_a_reply.c',
'src/lib/ares_parse_aaaa_reply.c',
Expand All @@ -74,8 +77,8 @@
'src/lib/ares_setup.h',
'src/lib/ares_strcasecmp.c',
'src/lib/ares_strcasecmp.h',
'src/lib/ares_strdup.c',
'src/lib/ares_strdup.h',
'src/lib/ares_str.c',
'src/lib/ares_str.h',
'src/lib/ares_strerror.c',
'src/lib/ares_strsplit.c',
'src/lib/ares_timeout.c',
Expand Down Expand Up @@ -203,4 +206,4 @@
]
}
]
}
}

0 comments on commit 0bd1e85

Please sign in to comment.