Control: tags 1098024 + patch Control: tags 1098024 + pending Dear maintainer,
I've prepared an NMU for ucspi-tcp (versioned as 1:0.88-13.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for ucspi-tcp-0.88 ucspi-tcp-0.88 changelog | 8 ++++++++ rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff -Nru ucspi-tcp-0.88/debian/changelog ucspi-tcp-0.88/debian/changelog --- ucspi-tcp-0.88/debian/changelog 2025-03-25 12:28:07.000000000 +0200 +++ ucspi-tcp-0.88/debian/changelog 2025-10-10 20:39:49.000000000 +0300 @@ -1,3 +1,11 @@ +ucspi-tcp (1:0.88-13.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1098024) + + -- Adrian Bunk <[email protected]> Fri, 10 Oct 2025 20:39:49 +0300 + ucspi-tcp (1:0.88-13) unstable; urgency=medium * Drop the fakeroot-for-setgroups patch, sbuild handles that now. diff -Nru ucspi-tcp-0.88/debian/rules ucspi-tcp-0.88/debian/rules --- ucspi-tcp-0.88/debian/rules 2025-03-25 12:28:07.000000000 +0200 +++ ucspi-tcp-0.88/debian/rules 2025-10-10 20:39:49.000000000 +0300 @@ -2,7 +2,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all include /usr/share/dpkg/default.mk -export CFLAGS += $(shell getconf LFS_CFLAGS) +export CFLAGS += $(shell getconf LFS_CFLAGS) -std=gnu17 export LDFLAGS += $(shell getconf LFS_LDFLAGS) include /usr/share/debhelper/dh_package_notes/package-notes.mk

