summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-01-14 16:28:24 +0800
committerKhem Raj <raj.khem@gmail.com>2025-01-14 08:52:04 -0800
commit5aad510837d7f95b98ead7d08dbfa123dbd4c875 (patch)
treeac45343cf014a6e3bc442ce01c5a7acf73d31dab
parenta840a3da4768ac19f0785fcb9e3cd4cf180580eb (diff)
downloadmeta-openembedded-5aad510837d7f95b98ead7d08dbfa123dbd4c875.tar.gz
gtk-vnc: upgrade 1.3.1 -> 1.4.0
Changelog: ========= - Support g_autoptr for exported allocated types - Require meson >= 0.56 - Replace gtk-doc with gi-docgen for API docs - Add missing vnc_color_map_lookup method sym to exports - Speed up coroutine switching with setjmp/longjmp - Improve valgrind compatibility with coroutines - Add native winfiber coroutine for Windows - Add support for libucontext coroutines - Refuse to use broken native ucontext support on macOS aarch64 - Raise fatal error on impossible conditions / OOM in coroutines - Many other misc coroutine bugs / improvements - Add support to pass CA cert data for TLS - Allow ungrabbing keyboard in gvncviewer demo - Fix leak of socket address in SASL auth - Avoid mandating SASL SSF over UNIX sockets - Don't assume SASL out data is NUL terminated - Fix rendering artifacts on HiDPI displays - Don't expose server auth types to apps that are not implemented - Convert more code to use GNUTLS for ciphers/hashes - Replace remaining use of gcrypt with gmp - Add unit testing of VNC, ARD, MS logon auth types 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.4.0.bb (renamed from meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb b/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.4.0.bb
index 8bd37f754c..016874c6a9 100644
--- a/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb
+++ b/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.4.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] = "512763ac4e0559d0158b6682ca5dd1a3bd633f082f5e4349d7158e6b5f80f1ce" 30SRC_URI[archive.sha256sum] = "1be64c4e4760c52b3ec33067290d1efa40ad4cecab6c673813804e3c559d9683"