From ba4764302a89bdebf3625272a9a7a340b378cac9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Nov 2025 17:08:22 +0800 Subject: [PATCH] graphviz: upgrade 14.0.2 -> 14.0.4 Changelog: ========== ### Changed - Internal timing operations now use 'clock()' on all platforms (previously this was only used on Windows). This should result in more accurate timing in verbose informational messages. - Building Graphviz with expat < 2.2.8 is no longer supported on MinGW. ### Fixed - 'diffimg' now notices failures when calling Ghostscript to convert PS images to PNG and exits instead of continuing. - 'dtstat' no longer reads/writes out of bounds memory on platforms where 'sizeof(int) < sizeof(size_t)'. This was a regression in Graphviz 7.0.1. - Some incorrect variable types in the libcdt man page have been corrected. - 'gvgen' no longer triggers Undefined Behavior when asked to generate a binary tree with depth >= 32 (e.g. 'gvgen -t32'). - 'gvgen' no longer triggers Undefined Behavior when asked to generate a hypercube with depth >= 32 (e.g. 'gvgen -h32'). - A null pointer dereference in edge pair analysis within the circo algorithm has been fixed. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../graphviz/{graphviz_14.0.2.bb => graphviz_14.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/graphviz/{graphviz_14.0.2.bb => graphviz_14.0.4.bb} (97%) diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_14.0.2.bb b/meta-oe/recipes-graphics/graphviz/graphviz_14.0.4.bb similarity index 97% rename from meta-oe/recipes-graphics/graphviz/graphviz_14.0.2.bb rename to meta-oe/recipes-graphics/graphviz/graphviz_14.0.4.bb index 6cd285392f..3188c8afd5 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_14.0.2.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_14.0.4.bb @@ -23,7 +23,7 @@ SRC_URI = "https://gitlab.com/api/v4/projects/4207231/packages/generic/${BPN}-re SRC_URI:append:class-nativesdk = "\ file://graphviz-setup.sh \ " -SRC_URI[sha256sum] = "31af4728cd0d7db91013d29286227ae6b5264ff897647c2ebfeb85f47c08177e" +SRC_URI[sha256sum] = "a005977de2fec13753f5bde767cf97fdc28ac54bfd6a2737c563748bc4f32317" UPSTREAM_CHECK_URI = "https://graphviz.org/download/" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)"