diff mbox series

[meta-oe,49/54] remmina: upgrade 1.4.35 -> 1.4.36

Message ID 1728896115-2944-49-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/54] adw-gtk3: upgrade 5.4 -> 5.5 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 14, 2024, 8:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../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 mbox series

Patch

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 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 = " \
 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"