From ab199229d4e21613081466ee72c5b09dc06b1c6b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:55:10 +0800 Subject: [PATCH] remmina: upgrade 1.4.35 -> 1.4.36 Changelog: ========== * Fix crash with keyboard-interactive SSH auth * Prevent empty remmina_file_name in remmina.pref * rdp/rdp-plugin: Fix faulty color depth check * Fix typos * Usbredirect on connect * Add global RDP options to set FreeRDP auth filter * Use universal /bin/sh shebang in remmina-rile-wrapper(1) * Added back in line that was accidentally removed before merge * Do not initialize rdp_auth_filter * Add proxy field for SPICE connections * add a conditional check for darwin and NetBSD * Make more obvious to user that Remmina may not be able to exec certain commands when run in a sandbox (snap or flatpak) * Handle GotFrameBufferUpdate on its own thread to prevent freeze * Enable horitical scroll on RDP plugin. * Add timeout option to handle VNC disconnects * Fix bug where option to send clipboard as keystrokes did not appear * Add ability to send a key combination when RDP connection is idle * Do not prompt user for credentials if they have already been entered * Add null check to prevent segfault * Move the idle timer into rf_context to make it session-specific. * Limit connection name on rcw tab to reasonable length * Update several dependencies * Add user prompt for gateway messages * Add reconnect button to rcw * Changed to put call to a message accept panel in the RemminaPluginService struct * Removed unused, commented code * Allow floating toolbar to be drag and dropped to more locations on the screen * Fixed some compile warnings causing issues with GCC 14.2.1 * Update ssh error to not show outdated message Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../remmina/{remmina_1.4.35.bb => remmina_1.4.36.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/remmina/{remmina_1.4.35.bb => remmina_1.4.36.bb} (96%) diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.35.bb b/meta-oe/recipes-support/remmina/remmina_1.4.36.bb similarity index 96% rename from meta-oe/recipes-support/remmina/remmina_1.4.35.bb rename to meta-oe/recipes-support/remmina/remmina_1.4.36.bb index 0cad52df3a..62e7d58116 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.35.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.36.bb @@ -25,7 +25,7 @@ DEPENDS = " \ DEPENDS:append:libc-musl = " libexecinfo" LDFLAGS:append:libc-musl = " -lexecinfo" -SRCREV = "2a455eadd6462457d08c2d066c5c245e0dee3bf9" +SRCREV = "17cf7956b9f925fa788083a2db8d5e669f86bfaf" SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" S = "${WORKDIR}/git"