From 4c94bb2d5300fb7876a3e6855510a6550ec3e954 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 20 Feb 2024 16:54:39 +0800 Subject: [PATCH] remmina: upgrade 1.4.33 -> 1.4.34 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 Signed-off-by: Khem Raj --- .../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 --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 590f5089e5..921d34d9fd 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"