diff mbox series

[meta-oe,05/29] graphviz: upgrade 14.0.2 -> 14.0.4

Message ID 20251118090846.1484-5-wangmy@fujitsu.com
State New
Headers show
Series [meta-networking,01/29] corosync: upgrade 3.1.9 -> 3.1.10 | expand

Commit Message

Wang Mingyu Nov. 18, 2025, 9:08 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 &lt; 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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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<pver>\d+(\.\d+)+)"