Control: tags 1066358 + patch
Control: tags 1066358 + pending

Dear maintainer,

I've prepared an NMU for graphviz (versioned as 2.42.2-8.1) and
uploaded it to DELAYED/4. Please feel free to tell me if I
should delay it longer.

Regards.


-- 
WBR, wRAR
diff -Nru graphviz-2.42.2/debian/changelog graphviz-2.42.2/debian/changelog
--- graphviz-2.42.2/debian/changelog	2024-01-27 01:26:42.000000000 +0500
+++ graphviz-2.42.2/debian/changelog	2024-03-14 21:33:50.000000000 +0500
@@ -1,3 +1,10 @@
+graphviz (2.42.2-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066358).
+
+ -- Andrey Rakhmatullin <w...@debian.org>  Thu, 14 Mar 2024 21:33:50 +0500
+
 graphviz (2.42.2-8) unstable; urgency=medium
 
   * Fix CVE-2023-46045: buffer overflow via a crafted config6a file.
diff -Nru graphviz-2.42.2/debian/patches/fix-implicit-function-declaration.patch graphviz-2.42.2/debian/patches/fix-implicit-function-declaration.patch
--- graphviz-2.42.2/debian/patches/fix-implicit-function-declaration.patch	1970-01-01 05:00:00.000000000 +0500
+++ graphviz-2.42.2/debian/patches/fix-implicit-function-declaration.patch	2024-03-14 21:26:14.000000000 +0500
@@ -0,0 +1,17 @@
+Description: Add a missing prototype for makeTetrix().
+Author: Andrey Rakhmatullin <w...@debian.org>
+Bug-Debian: https://bugs.debian.org/1066358
+Origin: backport, https://gitlab.com/graphviz/graphviz/-/commit/be6f649995d00865e7c7d721f9b5bdb13fd715c0
+Forwarded: not-needed
+Last-Update: 2024-03-14
+
+--- graphviz-2.42.2.orig/cmd/tools/graph_generator.h
++++ graphviz-2.42.2/cmd/tools/graph_generator.h
+@@ -30,6 +30,7 @@ extern void makeRandom(int, int, edgefn)
+ extern void makeSquareGrid(int, int, int, int, edgefn);
+ extern void makeBinaryTree(int, edgefn);
+ extern void makeSierpinski(int, edgefn);
++extern void makeTetrix(int, edgefn);
+ extern void makeHypercube(int, edgefn);
+ extern void makeTree(int, int, edgefn);
+ extern void makeTriMesh(int, edgefn);
diff -Nru graphviz-2.42.2/debian/patches/series graphviz-2.42.2/debian/patches/series
--- graphviz-2.42.2/debian/patches/series	2024-01-27 01:26:42.000000000 +0500
+++ graphviz-2.42.2/debian/patches/series	2024-03-14 21:24:56.000000000 +0500
@@ -10,3 +10,4 @@
 update_documentation_link.patch
 fix_out-of-bounds_write_on_invalid_label.patch
 CVE-2023-46045.patch
+fix-implicit-function-declaration.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to