From: Wang Mingyu <[email protected]>

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 <[email protected]>
---
 .../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<pver>\d+(\.\d+)+)"
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#121816): 
https://lists.openembedded.org/g/openembedded-devel/message/121816
Mute This Topic: https://lists.openembedded.org/mt/116353479/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to