mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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>
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user