summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-10-14 16:55:10 +0800
committerKhem Raj <raj.khem@gmail.com>2024-10-14 09:52:31 -0700
commitab199229d4e21613081466ee72c5b09dc06b1c6b (patch)
tree010c713e7e4b2ddcdd0bb1fc4edb734e4ae6ee2c /meta-oe/recipes-support
parent9fde666c783f150c9d8c409c2c6d680796a99fa7 (diff)
downloadmeta-openembedded-ab199229d4e21613081466ee72c5b09dc06b1c6b.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/remmina/remmina_1.4.36.bb (renamed from meta-oe/recipes-support/remmina/remmina_1.4.35.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.35.bb b/meta-oe/recipes-support/remmina/remmina_1.4.36.bb
index 0cad52df3..62e7d5811 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 = " \
25DEPENDS:append:libc-musl = " libexecinfo" 25DEPENDS:append:libc-musl = " libexecinfo"
26LDFLAGS:append:libc-musl = " -lexecinfo" 26LDFLAGS:append:libc-musl = " -lexecinfo"
27 27
28SRCREV = "2a455eadd6462457d08c2d066c5c245e0dee3bf9" 28SRCREV = "17cf7956b9f925fa788083a2db8d5e669f86bfaf"
29SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" 29SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master"
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31