+2025-02-17 Bruno Haible <bruno@clisp.org>
+
+ getaddrinfo tests: Skip test cases that may fail on Debian 12.
+ * tests/test-getaddrinfo.c (main): Skip some test cases on glibc.
+
2025-02-17 Bruno Haible <bruno@clisp.org>
strncasecmp_l: Fix replacement implementation.
#if HAVE_IPV6
+ simple (3, NUMERICHOSTV6, SERV1)
#endif
+#if !defined __GLIBC__
+ /* avoid glibc bug, possibly
+ <https://sourceware.org/bugzilla/show_bug.cgi?id=32465> */
+ simple (3, HOST1, SERV1)
+ simple (3, HOST2, SERV2)
+ simple (3, HOST3, SERV3)
+ simple (3, HOST4, SERV4)
+#endif
+ simple (4, HOST1, SERV1)
+ simple (4, HOST1, "80")
+ simple (4, HOST2, SERV2)