diff mbox series

[meta-oe] remmina: upgrade 1.4.30 -> 1.4.31

Message ID 1686620422-29962-32-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] remmina: upgrade 1.4.30 -> 1.4.31 | expand

Commit Message

Mingyu Wang (Fujitsu) June 13, 2023, 1:40 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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 0437fba51..56ad32ce3 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"