Control: tags 1096519 + patch Control: tags 1096519 + pending Dear maintainer,
I've prepared an NMU for dhcp-probe (versioned as 1.3.1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for dhcp-probe-1.3.1 dhcp-probe-1.3.1 changelog | 7 +++++++ patches/gcc-15.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru dhcp-probe-1.3.1/debian/changelog dhcp-probe-1.3.1/debian/changelog --- dhcp-probe-1.3.1/debian/changelog 2024-12-08 07:43:44.000000000 +0200 +++ dhcp-probe-1.3.1/debian/changelog 2025-09-22 13:53:35.000000000 +0300 @@ -1,3 +1,10 @@ +dhcp-probe (1.3.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1096519) + + -- Adrian Bunk <[email protected]> Mon, 22 Sep 2025 13:53:35 +0300 + dhcp-probe (1.3.1-1) unstable; urgency=medium * Team upload of Debian team diff -Nru dhcp-probe-1.3.1/debian/patches/gcc-15.patch dhcp-probe-1.3.1/debian/patches/gcc-15.patch --- dhcp-probe-1.3.1/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ dhcp-probe-1.3.1/debian/patches/gcc-15.patch 2025-09-22 13:53:35.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1096519 + +--- dhcp-probe-1.3.1.orig/src/report.c ++++ dhcp-probe-1.3.1/src/report.c +@@ -253,8 +253,5 @@ get_errmsg() + { + /* Return pointer to static string which gives full filesystem error message. + */ +- extern int errno; +- extern char *strerror(); +- + return strerror(errno); + } diff -Nru dhcp-probe-1.3.1/debian/patches/series dhcp-probe-1.3.1/debian/patches/series --- dhcp-probe-1.3.1/debian/patches/series 2024-12-08 07:43:44.000000000 +0200 +++ dhcp-probe-1.3.1/debian/patches/series 2025-09-22 13:53:35.000000000 +0300 @@ -1,3 +1,4 @@ dhcp_probe-1.3.1-logging-dhcp_probe.c.txt dhcp_probe-1.3.0-cycle_time-dhcp_probe.cf.sample.txt 02_dhcp_probe.8.diff +gcc-15.patch

