summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-17 17:01:22 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-19 09:41:22 -0800
commit82f4dc4839adcfd2904e42bb469e9d72bb9681ce (patch)
treedb1f26d3d4613f7a8842cd1405df19430225f1f5 /meta-oe/recipes-graphics
parentb982a7b3f630639180359080cf928eb874f4415a (diff)
downloadmeta-openembedded-82f4dc4839adcfd2904e42bb469e9d72bb9681ce.tar.gz
graphviz: upgrade 12.2.0 -> 12.2.1
Changelog: =========== - Support for building the SWIG-generated R language bindings has been integrated into the CMake build system. This is controllable by the '-DENABLE_R={AUTO|ON|OFF}' option. - A sandboxing wrapper, 'dot_sandbox', is now included with Graphviz. Users should prefer their platform's native security solutions, but if nothing better is available this wrapper offers safe processing of untrusted inputs in some scenarios. - JPEG images without an 'APP0' leading segment are supported for use in 'src' fields and friends. Previously Graphviz was overly strict with the types of JPEGs it would recognize. - The GVPR library program 'depath' no longer acts on previously deleted nodes, causing unpredictable results. - Void-typed function parameters ('int foo(void bar)') and variables 'void baz;' in GVPR are gracefully rejected. - Input that induce a set node height but no set node width no longer crash with the failure "Assertion failed: '(r->boundary[i] <= r->boundary[NUMDIMS + i])', function RTreeInsert". It is typically not obvious to users when their input falls into this situation, hence why the assertion message is quoted here. - Strings containing double quote characters preceded by escape sequences (e.g. '\n"') are once again correctly escaped in dot or canonical output. - 'dot_builtins' no longer lists duplicate format options in its error messages. - A precision error that resulted in truncated edge lines has been corrected. This was a regression in Graphviz 12.0.0. - The xlib plugin ('-Tx11') resets its initialization state during finalization. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/graphviz/graphviz_12.2.1.bb (renamed from meta-oe/recipes-graphics/graphviz/graphviz_12.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_12.2.0.bb b/meta-oe/recipes-graphics/graphviz/graphviz_12.2.1.bb
index eb1cf8c55d..cccbbe75f7 100644
--- a/meta-oe/recipes-graphics/graphviz/graphviz_12.2.0.bb
+++ b/meta-oe/recipes-graphics/graphviz/graphviz_12.2.1.bb
@@ -23,7 +23,7 @@ SRC_URI = "https://gitlab.com/api/v4/projects/4207231/packages/generic/${BPN}-re
23SRC_URI:append:class-nativesdk = "\ 23SRC_URI:append:class-nativesdk = "\
24 file://graphviz-setup.sh \ 24 file://graphviz-setup.sh \
25" 25"
26SRC_URI[sha256sum] = "66d4acc201536a378a28d5254deeec8cf3e98cc66d7e4cb1cbfa5fc620f86474" 26SRC_URI[sha256sum] = "85e34b5c982777c30f01dfab9ea7c713b4335a2f584e62c0abb9868413eb915b"
27 27
28UPSTREAM_CHECK_URI = "https://graphviz.org/download/" 28UPSTREAM_CHECK_URI = "https://graphviz.org/download/"
29UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" 29UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"