diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-24 07:48:44 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:03 -0400 |
commit | 8d92d50f37d563fd7194ea3925de44d47e0a9bf7 (patch) | |
tree | fd90e39bf685602dcd42930430de00ae97316b24 | |
parent | d69b92233b95035324a37df78751ff239d6b3e36 (diff) | |
download | meta-openembedded-8d92d50f37d563fd7194ea3925de44d47e0a9bf7.tar.gz |
remmina: upgrade 1.4.32 -> 1.4.33
Changelog:
==========
* [REM-2977] add shortcut for 'send clipboard as keystrokes'
* [REM-2972] Make keeping window open on session disconnect configurable
* [REM-2974] fix crash cause by using freed memory
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 21518a2f53d40c05b6b9eff3786b97b49f9df1a7)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/remmina/remmina_1.4.33.bb (renamed from meta-oe/recipes-support/remmina/remmina_1.4.32.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.32.bb b/meta-oe/recipes-support/remmina/remmina_1.4.33.bb index 74c68a59d8..590f5089e5 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.32.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.33.bb | |||
@@ -25,7 +25,7 @@ DEPENDS = " \ | |||
25 | DEPENDS:append:libc-musl = " libexecinfo" | 25 | DEPENDS:append:libc-musl = " libexecinfo" |
26 | LDFLAGS:append:libc-musl = " -lexecinfo" | 26 | LDFLAGS:append:libc-musl = " -lexecinfo" |
27 | 27 | ||
28 | SRCREV = "4804f68f23045a38c3a7be46810fce14bac2fc3c" | 28 | SRCREV = "2c4e1479433e51418ecb6089f35182bfebc5b57e" |
29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" | 29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" |
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||