13 Commits

Author SHA1 Message Date
Simon Josefsson
04c3738a6c maint: Run 'make update-copyright'. 2025-01-01 18:21:25 +01:00
Simon Josefsson
c7f6910d68 Drop HAVE_CONFIG_H. 2024-04-24 15:02:44 +02:00
Simon Josefsson
aba8d6528e maint: Run 'make update-copyright'. 2024-01-01 11:28:59 +01:00
Simon Josefsson
4bfe18d36f maint: Run 'make update-copyright'. 2023-01-01 01:37:41 +01:00
Alfred M. Szmidt
6d519229fa Happy GNU 2022 year! 2022-01-01 17:23:02 +01:00
Simon Josefsson
1d5c923528 maint: Use copyright year ranges for readability.
* cfg.mk (update-copyright-env): Add, from coreutils.
(VC_LIST_ALWAYS_EXCLUDE_REGEX): Add, for update-copyright exceptions.
* README: Add info about copyright year ranges.
* *: Update copyright notices.
2021-09-03 18:41:09 +02:00
Simon Josefsson
957d8794d7 Use gnulib sys_types module so we can assume sys/types.h.
* tests/waitdaemon.c, tests/runtime-ipv6.c, tests/readutmp.c: Drop
HAVE_SYS_TYPES_H test.
* bootstrap.conf (gnulib_modules): Add explicit sys_types.
2021-02-05 20:26:59 +01:00
Alfred M. Szmidt
911413ea57 Happy GNU 2021 year! 2021-01-01 11:35:27 +01:00
Mats Erik Andersson
34fd840302 Code simplification for program runtime-ipv6. 2020-02-10 15:48:28 +01:00
Mats Erik Andersson
4b709d0ab1 runtime-ipv6: Implicit dependency on services file.
Use numerical port for less dependency in chrooted situations.
2020-01-24 23:25:12 +01:00
Mats Erik Andersson
44e30cc781 Separation of test cases as IPv4 and IPv6.
Existing tests are now made available as separate collections/tasks
for the two address families, selectable at testing time.
2020-01-24 17:21:24 +01:00
Mats Erik Andersson
a055c4b83c Correctly detect presence of IPv6. 2020-01-22 16:45:10 +01:00
Mats Erik Andersson
3c908f3420 Test robustly in absence of IPv6.
A system like Raspbian can be configured without IPv6 at runtime.
Suppress IPv6 addresses in test scripts, whenever IPv6 is auto-inserted
and a check at test execution time fails for `::1'.  Issue was reported
by Bruno Haible.
2020-01-20 16:38:05 +01:00