summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2023-12-04 15:47:17 +0300
committerKhem Raj <raj.khem@gmail.com>2023-12-05 10:10:20 -0800
commit3c4c881e13402ef631c2af0df6ca8e91ab17896a (patch)
treec4f56d16a1c306190b1b49f6b6859d93045ca249 /meta-oe
parent1497396bfacc9f7cb76bc07499b9d9eac3337b9b (diff)
downloadmeta-openembedded-3c4c881e13402ef631c2af0df6ca8e91ab17896a.tar.gz
gtkwave: upgrade 3.3.111 -> 3.3.117
Changelog: * Bugfix-only release. * VCD reader fixes for unnamed Icarus begin blocks. * String data type crash fix in fst.c. * Dummy release to keep in sync with gtk3 version. * Buffer overflow fixes in FST reader. * Fix VZT reader with -fstrict-aliasing. * Fix use_multi_state condition in vzt_write.c. * Fix for UNDEF vs strings at start of a vzt file. * Fix sleep() time scaling redefine for mingw. * Use MapViewOfFileEx for mmap on Windows (fstapi). * Define FST_DO_MISALIGNED_OPS on AArch64 (fstapi). * Fixed attrbegin short length problem. * Fix manpage/odt for vcd2fst command switch documentation for zlibpack. * Changed sprintf to snprintf in fstapi.c. * Fix stems reader processing code broken in 3.3.114. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.117.bb (renamed from meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.111.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.111.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.117.bb
index eee9de749..d23d89f2b 100644
--- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.111.bb
+++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.117.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" 6LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
7 7
8SRC_URI = "http://gtkwave.sourceforge.net/gtkwave-gtk3-${PV}.tar.gz" 8SRC_URI = "http://gtkwave.sourceforge.net/gtkwave-gtk3-${PV}.tar.gz"
9SRC_URI[sha256sum] = "b4e1c2f718fb3c4b4f412a220876b9da599fe11745fb6f7eb4aed107b1106233" 9SRC_URI[sha256sum] = "3cf1537586a911cbb0601af8fa18cf6da708c8a14a71f69ce3cb9118e8571db9"
10S = "${WORKDIR}/${BPN}-gtk3-${PV}" 10S = "${WORKDIR}/${BPN}-gtk3-${PV}"
11 11
12DEPENDS = " \ 12DEPENDS = " \