summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-13 09:40:21 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-14 09:41:35 -0700
commit782dd040da70218d7d516bd0993f60209b8b4b43 (patch)
treebf8b40e4dfab34108f6adea8d091e0d4d698ce1b
parentfc0c26d0444276f11cbd6d06ae7a60ee2a4f154b (diff)
downloadmeta-openembedded-782dd040da70218d7d516bd0993f60209b8b4b43.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/remmina/remmina_1.4.31.bb (renamed from meta-oe/recipes-support/remmina/remmina_1.4.30.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.30.bb b/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 = " \
25DEPENDS:append:libc-musl = " libexecinfo" 25DEPENDS:append:libc-musl = " libexecinfo"
26LDFLAGS:append:libc-musl = " -lexecinfo" 26LDFLAGS:append:libc-musl = " -lexecinfo"
27 27
28SRCREV = "61ea9b6681104cadf0a3f8c25bd3e5685ee6691a" 28SRCREV = "7407cc3a27eb25ba4ddddeab565f67fd688324ed"
29SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" 29SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master"
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31