The GitHub Actions job "Linux (SCons)" on serf.git/trunk has failed.
Run started by GitHub user asf-gitbox-commits (triggered by asf-gitbox-commits).

Head commit for run:
8e72c0867b504d2c201d0f6af5fc385e4da27a5e / Branko Čibej <[email protected]>
In the Unbound resolver, detect when the hostname is an IPv4 or IPv6 address
and interpret it without actually calling the resolver function.

* CMakeLists.txt
  (SOURCES): Add src/inet_pton.c
* LICENSE, NOTICE: Update for the inet_pton code.
* serf_private.h
  (serf__inet_pton4, serf__inet_pton6): Declare new prototypes.
* src/inet_pton.c: New; derived from ISC, via APR.

* src/resolve.c
  (SERF__RESOLV_assert): New; conditional assertion macro.
  (MAX_ADDRLEN): New.
  (resolve_convert): Add a flag that tells if the result should be freed.
  (resolve_finalize): Update calls to resolve_convert.
  (resolve_address_async): Detect and interpret IP addresses in the host name.

* test/test_context.c
  (async_resolve_callback): Renamed from async_resolve_cancel_callback.
  (async_resolve,
   test_async_resolve_name,
   test_async_resolve_ipv4,
   test_async_resolve_ipv6,
   test_async_resolve_ipv64): New; tests for the async resolver.
  (test_async_resolve_cancel): Use async_resolve_callback.
  (test_context): Register the new tests.


git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1927493 
13f79535-47bb-0310-9956-ffa450edef68

Report URL: https://github.com/apache/serf/actions/runs/16553254226

With regards,
GitHub Actions via GitBox

Reply via email to