forked from pool/nodejs22
compat fix for c-ares 1.30
This commit is contained in:
parent
c64ea3b7fe
commit
7393343f2b
@ -113,3 +113,16 @@ Index: node-v22.10.0/test/parallel/test-crypto-dh.js
|
||||
}
|
||||
}
|
||||
|
||||
Index: node-v22.10.0/test/parallel/test-dns.js
|
||||
===================================================================
|
||||
--- node-v22.10.0.orig/test/parallel/test-dns.js
|
||||
+++ node-v22.10.0/test/parallel/test-dns.js
|
||||
@@ -403,7 +403,7 @@ assert.throws(() => {
|
||||
|
||||
const server = dgram.createSocket('udp4');
|
||||
|
||||
- server.on('message', common.mustCall((msg, { address, port }) => {
|
||||
+ server.on('message', common.mustCallAtLeast((msg, { address, port }) => {
|
||||
const parsed = dnstools.parseDNSPacket(msg);
|
||||
const domain = parsed.questions[0].domain;
|
||||
assert.strictEqual(domain, 'example.org');
|
||||
|
@ -72,8 +72,8 @@ Mon Oct 28 11:43:07 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||
* util: support --no- for argument with boolean type for parseArgs
|
||||
|
||||
|
||||
- fix_ci_tests.patch, linker_lto_jobs.patch, versioned.patch,
|
||||
qemu_timeouts_arches.patch: refreshed
|
||||
- fix_ci_tests.patch: refreshed, add compat for c-ares 1.30
|
||||
- linker_lto_jobs.patch, versioned.patch, qemu_timeouts_arches.patch: refreshed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 10:58:52 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||
|
Loading…
Reference in New Issue
Block a user