summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-02-26 07:23:58 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-26 08:30:49 -0800
commit0ff3aaee6d7c03ac75cbbed93ff199afad43f0e9 (patch)
treeb01d12c58713fcfab71e0d5f5eee625e312f2193
parent4fdeed4831b4b96640bca87bf511adea3bf8bca7 (diff)
downloadmeta-openembedded-0ff3aaee6d7c03ac75cbbed93ff199afad43f0e9.tar.gz
gtk-vnc: upgrade 1.4.0 -> 1.5.0
Changelog: ============= - Add API to allow forcing a visible cursor when remote cursor is empty/fully transparent - Fix regression handling unknown auth types which should be ignored - Fix double free in SASL auth error path - Fix alpha cursor encoding by reversing pre-multiplication of alpha channel - Preserve colour map across desktop resizes - Remove undefined symbols from linker version script - Remove obsolete wiki links - Expand refusal to use ucontext to all macOS platforms - Improve debug messages for pixel encoding - Fix compiler complaint about overflow in challenge buffer in test suite. - Add testing of cursor encodings (temporarily disabled on big endian systems due to undiagnosed failures) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.5.0.bb (renamed from meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.4.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.4.0.bb b/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.5.0.bb
index 016874c6a9..e9cb53c97c 100644
--- a/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.4.0.bb
+++ b/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.5.0.bb
@@ -27,4 +27,4 @@ inherit pkgconfig gnomebase gettext gobject-introspection vala features_check
27 27
28PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" 28PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
29 29
30SRC_URI[archive.sha256sum] = "1be64c4e4760c52b3ec33067290d1efa40ad4cecab6c673813804e3c559d9683" 30SRC_URI[archive.sha256sum] = "c0beb4747528ad931da43acc567c6a0190f7fc624465571ed9ccece02c34dd23"