diff mbox series

[meta-oe,24/26] remmina: upgrade 1.4.33 -> 1.4.34

Message ID 1708419281-26047-24-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Headers show
Series [meta-networking,01/26] unbound: upgrade 1.19.0 -> 1.19.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 20, 2024, 8:54 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* [REM-2981] Move ssh-unrelated code outside of HAVE_LIBSSH ifdef
* [REM-2974] only attempt to resolve hostname if initial ssh_connect fails
* [REM-2980] Remove flag that prevented remote audio from working with flatpak version of Remmina
* [REM-2982] Update Flatpak to use GNOME runtime version 44
* initial port to core22
* [REM-2984] Add null check to prevent freeze when opening an rdp connection
* Fix GTK critical error when editing RDP profile
* Remove snap installs for broken link executables
* SSH private key auth: If username is empty, prompt user to enter it
* Fix Flatpak freeze on connection when importing RDP profile
* Fix of some grammatic issues in German translation
* [REM-3003] Re-add line removed by accident in !2532
* GtkFileChooserNative support
* Spice UNIX socket channel initialization enhancement
* Fix segfault for 'remmina -p'
* Add unlocking code to let plugins use passwords
* CI Pipeline Updates
* [freerdp] update to build for stable-3.0
* Allow Remmina to be built without FreeRDP
* [REM-3048] Fix crash on multi-monitor with FreeRDP3
* Added developer_name to meet new flathub requirements
* [New features] Bring back remmina server features with new additions
* [REM-2983] compile ssh with gcrypt for flatpak builds. Also sync flatpak...
* Update copyright info

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../remmina/{remmina_1.4.33.bb => remmina_1.4.34.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/remmina/{remmina_1.4.33.bb => remmina_1.4.34.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.33.bb b/meta-oe/recipes-support/remmina/remmina_1.4.34.bb
similarity index 96%
rename from meta-oe/recipes-support/remmina/remmina_1.4.33.bb
rename to meta-oe/recipes-support/remmina/remmina_1.4.34.bb
index 590f5089e..921d34d9f 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.4.33.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.4.34.bb
@@ -25,7 +25,7 @@  DEPENDS = " \
 DEPENDS:append:libc-musl = " libexecinfo"
 LDFLAGS:append:libc-musl = " -lexecinfo"
 
-SRCREV = "2c4e1479433e51418ecb6089f35182bfebc5b57e"
+SRCREV = "75a0bdb795d99e052690178ae0d81ebdbd2cbdd3"
 SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master"
 S = "${WORKDIR}/git"