Control: tags 1096865 + patch
Control: tags 1096865 + pending

Dear maintainer,

I've prepared an NMU for isatapd (versioned as 0.9.7-5.1) and uploaded 
it to DELAYED/2. Please feel free to tell me if I should cancel it.

cu
Adrian
diffstat for isatapd-0.9.7 isatapd-0.9.7

 changelog            |    7 +++++++
 patches/gcc-15.patch |   15 +++++++++++++++
 patches/series       |    1 +
 3 files changed, 23 insertions(+)

diff -Nru isatapd-0.9.7/debian/changelog isatapd-0.9.7/debian/changelog
--- isatapd-0.9.7/debian/changelog	2020-08-19 10:55:34.000000000 +0300
+++ isatapd-0.9.7/debian/changelog	2025-10-03 18:25:23.000000000 +0300
@@ -1,3 +1,10 @@
+isatapd (0.9.7-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 15. (Closes: #1096865)
+
+ -- Adrian Bunk <[email protected]>  Fri, 03 Oct 2025 18:25:23 +0300
+
 isatapd (0.9.7-5) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru isatapd-0.9.7/debian/patches/gcc-15.patch isatapd-0.9.7/debian/patches/gcc-15.patch
--- isatapd-0.9.7/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ isatapd-0.9.7/debian/patches/gcc-15.patch	2025-10-03 18:25:23.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1096865
+
+--- isatapd-0.9.7.orig/src/isatap.c
++++ isatapd-0.9.7/src/isatap.c
+@@ -339,7 +339,7 @@ int drop_to_user(char* username)
+ /**
+  * SIGHUP
+  **/
+-static void sighup_handler_child() {
++static void sighup_handler_child(int sig) {
+ 	exit(EXIT_CHECK_PRL);
+ }
+ 
diff -Nru isatapd-0.9.7/debian/patches/series isatapd-0.9.7/debian/patches/series
--- isatapd-0.9.7/debian/patches/series	2020-08-19 10:55:34.000000000 +0300
+++ isatapd-0.9.7/debian/patches/series	2025-10-03 18:25:23.000000000 +0300
@@ -1 +1,2 @@
 fix-ftbfs-linux-4.8
+gcc-15.patch

Reply via email to