Control: tags 1075557 + patch

Dear maintainer,

I've uploaded an NMU for tcpxtract (versioned as 1.0.1-18.1).
The diff is attached to this message.

cu
Adrian
diffstat for tcpxtract-1.0.1 tcpxtract-1.0.1

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

diff -Nru tcpxtract-1.0.1/debian/changelog tcpxtract-1.0.1/debian/changelog
--- tcpxtract-1.0.1/debian/changelog	2024-04-16 18:12:24.000000000 +0300
+++ tcpxtract-1.0.1/debian/changelog	2025-04-10 20:54:10.000000000 +0300
@@ -1,3 +1,10 @@
+tcpxtract (1.0.1-18.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 14. (Closes: #1075557)
+
+ -- Adrian Bunk <b...@debian.org>  Thu, 10 Apr 2025 20:54:10 +0300
+
 tcpxtract (1.0.1-18) unstable; urgency=medium
 
   * debian/control: bumped Standards-Version to 4.7.0.
diff -Nru tcpxtract-1.0.1/debian/patches/80_gcc14.patch tcpxtract-1.0.1/debian/patches/80_gcc14.patch
--- tcpxtract-1.0.1/debian/patches/80_gcc14.patch	1970-01-01 02:00:00.000000000 +0200
+++ tcpxtract-1.0.1/debian/patches/80_gcc14.patch	2025-04-10 20:54:10.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with gcc 14
+Author: Adrian Bunk <b...@debian.org>
+Bug-Debian: https://bugs.debian.org/1075557
+
+--- tcpxtract-1.0.1.orig/confy.y
++++ tcpxtract-1.0.1/confy.y
+@@ -56,7 +56,7 @@ expression: WORD '(' NUMBER ',' SPECIFIE
+ 
+ %%
+ #include <stdio.h>
+-yyerror(char *s)
++int yyerror(char *s)
+ {
+ 	printf("%s\n", s);
+ }
diff -Nru tcpxtract-1.0.1/debian/patches/series tcpxtract-1.0.1/debian/patches/series
--- tcpxtract-1.0.1/debian/patches/series	2024-04-16 17:55:16.000000000 +0300
+++ tcpxtract-1.0.1/debian/patches/series	2025-04-10 20:54:10.000000000 +0300
@@ -5,3 +5,4 @@
 50_fix-spelling-binary.patch
 60_libfl.patch
 70_fix-implicit-declarations.patch
+80_gcc14.patch

Reply via email to