Control: tags 1096547 + patch Control: tags 1096547 + pending Dear maintainer,
I've prepared an NMU for driftnet (versioned as 1.5.0-0.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for driftnet-1.5.0 driftnet-1.5.0 changelog | 7 +++++++ patches/gcc-15.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru driftnet-1.5.0/debian/changelog driftnet-1.5.0/debian/changelog --- driftnet-1.5.0/debian/changelog 2023-10-07 16:31:13.000000000 +0300 +++ driftnet-1.5.0/debian/changelog 2025-09-22 15:43:47.000000000 +0300 @@ -1,3 +1,10 @@ +driftnet (1.5.0-0.3) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1096547) + + -- Adrian Bunk <[email protected]> Mon, 22 Sep 2025 15:43:47 +0300 + driftnet (1.5.0-0.2) unstable; urgency=medium * Non-maintainer upload diff -Nru driftnet-1.5.0/debian/patches/gcc-15.patch driftnet-1.5.0/debian/patches/gcc-15.patch --- driftnet-1.5.0/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ driftnet-1.5.0/debian/patches/gcc-15.patch 2025-09-22 15:43:47.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1096547 + +--- driftnet-1.5.0.orig/src/media/tests/test_unit.c ++++ driftnet-1.5.0/src/media/tests/test_unit.c +@@ -227,7 +227,7 @@ void test_dont_parse_other_formats(void* + } + } + +-void test_correct_media_drivers_for_mediatype_count() ++void test_correct_media_drivers_for_mediatype_count(void** state) + { + drivers_t* image_drivers = NULL; + drivers_t* audio_drivers = NULL; diff -Nru driftnet-1.5.0/debian/patches/series driftnet-1.5.0/debian/patches/series --- driftnet-1.5.0/debian/patches/series 2023-10-07 16:31:13.000000000 +0300 +++ driftnet-1.5.0/debian/patches/series 2025-09-22 15:43:47.000000000 +0300 @@ -1 +1,2 @@ Recover-else-clause-in-endianess-if.patch +gcc-15.patch

