Skip to content

Commit 217bcd4

Browse files
committed
deps: update c-ares to 1.29.0
nodejs/node#53155
1 parent 92a835f commit 217bcd4

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

patches/node/build_add_gn_build_files.patch

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,10 +537,10 @@ index 0e69d7383762f6b81c5b57698aa9d121d5a9c401..35bbeb37acc7ccb14b4b8a644ec3d4c7
537537
cflags_c = [
538538
"-mavx512vl",
539539
diff --git a/deps/cares/BUILD.gn b/deps/cares/BUILD.gn
540-
index ac19ac73ed1e24c61cb679f3851685b79cfc8b39..3f253daee0f9b1faa50857f61d76de001bd8947e 100644
540+
index ac19ac73ed1e24c61cb679f3851685b79cfc8b39..087e27424f3997575e4e089a57955d04b8802321 100644
541541
--- a/deps/cares/BUILD.gn
542542
+++ b/deps/cares/BUILD.gn
543-
@@ -1,14 +1,163 @@
543+
@@ -1,14 +1,170 @@
544544
-##############################################################################
545545
-# #
546546
-# DO NOT EDIT THIS FILE! #
@@ -582,6 +582,8 @@ index ac19ac73ed1e24c61cb679f3851685b79cfc8b39..3f253daee0f9b1faa50857f61d76de00
582582
+ "src/lib/ares__htable_strvp.h",
583583
+ "src/lib/ares__htable_szvp.c",
584584
+ "src/lib/ares__htable_szvp.h",
585+
+ "src/lib/ares__htable_vpvp.c",
586+
+ "src/lib/ares__htable_vpvp.h",
585587
+ "src/lib/ares__iface_ips.c",
586588
+ "src/lib/ares__iface_ips.h",
587589
+ "src/lib/ares__llist.c",
@@ -607,6 +609,7 @@ index ac19ac73ed1e24c61cb679f3851685b79cfc8b39..3f253daee0f9b1faa50857f61d76de00
607609
+ "src/lib/ares_dns_record.c",
608610
+ "src/lib/ares_dns_private.h",
609611
+ "src/lib/ares_dns_write.c",
612+
+ "src/lib/ares_event_configchg.c",
610613
+ "src/lib/ares_event.h",
611614
+ "src/lib/ares_event_win32.h",
612615
+ "src/lib/ares_event_epoll.c",
@@ -711,7 +714,11 @@ index ac19ac73ed1e24c61cb679f3851685b79cfc8b39..3f253daee0f9b1faa50857f61d76de00
711714
-cares_gn_build("cares") {
712715
+ if (is_mac) {
713716
+ include_dirs += [ "config/darwin" ]
714-
+ sources += [ "config/darwin/ares_config.h" ]
717+
+ sources += [
718+
+ "config/darwin/ares_config.h",
719+
+ "src/lib/ares_sysconfig_mac.c",
720+
+ "src/lib/thirdparty/apple/dnsinfo.h",
721+
+ ]
715722
+ }
716723
}
717724
diff --git a/deps/googletest/BUILD.gn b/deps/googletest/BUILD.gn

0 commit comments

Comments
 (0)