Dear maintainer,

I've prepared an NMU for httest (versioned as 2.4.23-1.6). The diff
is attached to this message.

Regards.


-- 
Sebastian Ramacher
diff -Nru httest-2.4.23/debian/changelog httest-2.4.23/debian/changelog
--- httest-2.4.23/debian/changelog	2023-12-12 10:52:16.000000000 +0100
+++ httest-2.4.23/debian/changelog	2024-04-21 21:15:11.000000000 +0200
@@ -1,3 +1,12 @@
+httest (2.4.23-1.6) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Steve Langasek ]
+  * debian/patches: Fix implicit definitions (Closes: #1066672)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Sun, 21 Apr 2024 21:15:11 +0200
+
 httest (2.4.23-1.5) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru httest-2.4.23/debian/patches/no-implicit-declarations.patch httest-2.4.23/debian/patches/no-implicit-declarations.patch
--- httest-2.4.23/debian/patches/no-implicit-declarations.patch	1970-01-01 01:00:00.000000000 +0100
+++ httest-2.4.23/debian/patches/no-implicit-declarations.patch	2024-04-21 21:14:30.000000000 +0200
@@ -0,0 +1,43 @@
+Description: add missing includes
+Author: Steve Langasek <steve.langa...@canonical.com>
+Bug-Debian: https://bugs.debian.org/1066672
+Last-Update: 2024-04-10
+Forwarded: no
+
+Index: httest-2.4.23/src/socks_module.c
+===================================================================
+--- httest-2.4.23.orig/src/socks_module.c
++++ httest-2.4.23/src/socks_module.c
+@@ -25,6 +25,8 @@
+ /************************************************************************
+  * Includes
+  ***********************************************************************/
++#include <stdlib.h>
++
+ #include "module.h"
+ #ifndef HAVE_NO_NETINET
+   #include <netinet/in.h>
+Index: httest-2.4.23/src/annotation_module.c
+===================================================================
+--- httest-2.4.23.orig/src/annotation_module.c
++++ httest-2.4.23/src/annotation_module.c
+@@ -25,6 +25,7 @@
+ /************************************************************************
+  * Includes
+  ***********************************************************************/
++#include <stdlib.h>
+ #include "module.h"
+ 
+ /************************************************************************
+Index: httest-2.4.23/src/dbg_module.c
+===================================================================
+--- httest-2.4.23.orig/src/dbg_module.c
++++ httest-2.4.23/src/dbg_module.c
+@@ -24,6 +24,7 @@
+ /************************************************************************
+  * Includes
+  ***********************************************************************/
++#include <stdlib.h>
+ #include "store.h"
+ #include "module.h"
+ 
diff -Nru httest-2.4.23/debian/patches/series httest-2.4.23/debian/patches/series
--- httest-2.4.23/debian/patches/series	2023-12-12 10:52:16.000000000 +0100
+++ httest-2.4.23/debian/patches/series	2024-04-21 21:14:30.000000000 +0200
@@ -4,3 +4,4 @@
 fix-gcc-10.patch
 autoconf-2.70.patch
 pcre2.patch
+no-implicit-declarations.patch

Reply via email to