Control: tags 1114091 + patch Control: tags 1114091 + pending Dear maintainer,
I've prepared an NMU for djbdns (versioned as 1:1.05-22.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for djbdns-1.05 djbdns-1.05 changelog | 10 ++++++++++ rules | 3 ++- tests/control | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff -Nru djbdns-1.05/debian/changelog djbdns-1.05/debian/changelog --- djbdns-1.05/debian/changelog 2025-04-10 11:41:52.000000000 +0300 +++ djbdns-1.05/debian/changelog 2025-10-10 20:46:39.000000000 +0300 @@ -1,3 +1,13 @@ +djbdns (1:1.05-22.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1114091) + * Increase the test timeouts to 1 hour, which might make the + riscv64 autopkgtest non-flaky. + + -- Adrian Bunk <[email protected]> Fri, 10 Oct 2025 20:46:39 +0300 + djbdns (1:1.05-22) unstable; urgency=medium * Bump the "million UDP queries" test timeout again; it seems that now diff -Nru djbdns-1.05/debian/rules djbdns-1.05/debian/rules --- djbdns-1.05/debian/rules 2025-04-10 11:41:52.000000000 +0300 +++ djbdns-1.05/debian/rules 2025-10-10 20:46:39.000000000 +0300 @@ -1,6 +1,7 @@ #!/usr/bin/make -f DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=+all DEB_CPPFLAGS_MAINT_APPEND = -include /usr/include/errno.h +DEB_CFLAGS_MAINT_APPEND = -std=gnu17 include /usr/share/dpkg/default.mk @@ -59,7 +60,7 @@ # # Instead, run our own test suite. override_dh_auto_test: - timelimit -p -t600 -T5 -- env PYTHONPATH='$(CURDIR)/debian/tests/python' python3 -B -u -m tinytest -b '$(CURDIR)' -s '$(CURDIR)' -S + timelimit -p -T5 -- env PYTHONPATH='$(CURDIR)/debian/tests/python' python3 -B -u -m tinytest -b '$(CURDIR)' -s '$(CURDIR)' -S override_dh_installinit: dh_installinit --no-enable --no-start diff -Nru djbdns-1.05/debian/tests/control djbdns-1.05/debian/tests/control --- djbdns-1.05/debian/tests/control 2025-04-10 11:41:52.000000000 +0300 +++ djbdns-1.05/debian/tests/control 2025-10-10 20:46:39.000000000 +0300 @@ -1,4 +1,4 @@ -Test-Command: timelimit -p -t600 -T5 -- env PYTHONPATH="$(pwd)/debian/tests/python" python3 -B -u -m tinytest -b /usr/bin -s /usr/sbin +Test-Command: timelimit -p -T5 -- env PYTHONPATH="$(pwd)/debian/tests/python" python3 -B -u -m tinytest -b /usr/bin -s /usr/sbin Depends: daemontools, lsof,

