From 782dd040da70218d7d516bd0993f60209b8b4b43 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:40:21 +0800 Subject: [PATCH] remmina: upgrade 1.4.30 -> 1.4.31 Changelog: ========== * [REM-2874] muli password changer search now matches partial strings * Fix segfault in VNC when using domain socket * Switched pylist Append to SetItem * Template texts updated * Add menu option to delete multiple profiles at the same time * add 1080p as a default resolution to remmina_pref.c * Add ubuntu22.04 dockerfile * Remove character limit on password length * Create better postats.html * Redesign santahat.png & add santahat.svg * Edit preferences UI * Change the icon of the new connection button * Modify the checkbox of the appearance-tab * Add valign to the switch of the debugging window * plugins/rdp: Ensure output redirection configuration applies to both dynamic and static rdpsnd Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../remmina/{remmina_1.4.30.bb => remmina_1.4.31.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/remmina/{remmina_1.4.30.bb => remmina_1.4.31.bb} (96%) diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.30.bb b/meta-oe/recipes-support/remmina/remmina_1.4.31.bb similarity index 96% rename from meta-oe/recipes-support/remmina/remmina_1.4.30.bb rename to meta-oe/recipes-support/remmina/remmina_1.4.31.bb index 0437fba515..56ad32ce37 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.30.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.31.bb @@ -25,7 +25,7 @@ DEPENDS = " \ DEPENDS:append:libc-musl = " libexecinfo" LDFLAGS:append:libc-musl = " -lexecinfo" -SRCREV = "61ea9b6681104cadf0a3f8c25bd3e5685ee6691a" +SRCREV = "7407cc3a27eb25ba4ddddeab565f67fd688324ed" SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" S = "${WORKDIR}/git"